Bumped SDK to 1.11.5 (#13002)

This commit is contained in:
Tim O'Farrell
2026-02-23 16:31:31 +00:00
committed by GitHub
parent 8e0f74c92c
commit 0efb1db85d
5 changed files with 42 additions and 42 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:61470a1-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:010e847-python'
class SandboxSpecService(ABC):