Migrate SDK to 1.9.1 (#12540)

This commit is contained in:
Tim O'Farrell
2026-01-21 16:14:27 -07:00
committed by GitHub
parent 2440593431
commit 730d9970f5
5 changed files with 30 additions and 30 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:0fdea73-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:31536c8-python'
class SandboxSpecService(ABC):