chore: update sdk to latest version (#12013)

This commit is contained in:
Hiep Le
2025-12-12 00:08:18 +07:00
committed by GitHub
parent 62f594bc28
commit 60491e30e8
4 changed files with 26 additions and 26 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:d96a368-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:8f90b92-python'
class SandboxSpecService(ABC):