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

This commit is contained in:
Hiep Le
2026-02-11 12:57:08 +07:00
committed by GitHub
parent affe0af361
commit 1948200762
6 changed files with 59 additions and 41 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:b7d5cdb-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:da41345-python'
class SandboxSpecService(ABC):