Bumped SDK to V1.4.1 (#11903)

This commit is contained in:
Tim O'Farrell
2025-12-04 10:52:27 -07:00
committed by GitHub
parent 0a98f165e2
commit 3a9aa90c3a
4 changed files with 27 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ from openhands.sdk.utils.models import DiscriminatedUnionMixin
# The version of the agent server to use for deployments.
# Typically this will be the same as the values from the pyproject.toml
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:615daff-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:37c4b35-python'
class SandboxSpecService(ABC):