Upgrading SDK to 1.12.0 (#13248)

This commit is contained in:
Tim O'Farrell
2026-03-09 08:06:12 -06:00
committed by GitHub
parent 8c46df6b59
commit c8fe39b176
5 changed files with 779 additions and 428 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:2c1e72a-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:6e1cedc-python'
class SandboxSpecService(ABC):