Bump sdk 1.6.0 (#12067)

This commit is contained in:
Tim O'Farrell
2025-12-16 14:53:15 -07:00
committed by GitHub
parent 7853b41add
commit 281ac91540
4 changed files with 43 additions and 41 deletions

View File

@@ -12,7 +12,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:8f90b92-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:97652be-python'
class SandboxSpecService(ABC):