chore: update sdk to the latest version (#12737)

This commit is contained in:
Hiep Le
2026-02-04 01:20:13 +07:00
committed by GitHub
parent 0e825c38d7
commit 25cc55e558
5 changed files with 43 additions and 1449 deletions

View File

@@ -13,7 +13,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:c775ff6-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:dda72ef-python'
class SandboxSpecService(ABC):