chore: update sdk to latest version (#11897)

Co-authored-by: Tim O'Farrell <tofarr@gmail.com>
This commit is contained in:
Hiep Le
2025-12-04 01:36:19 +07:00
committed by GitHub
parent 8f91db8ec4
commit d0496fea8c
4 changed files with 348 additions and 232 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:5f62cee-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:615daff-python'
class SandboxSpecService(ABC):