Migrate the SDK to 1.8.2 (#12438)

This commit is contained in:
Tim O'Farrell
2026-01-15 08:18:26 -07:00
committed by GitHub
parent 9af3ee8298
commit 91fb97a13f
4 changed files with 85 additions and 88 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:7c91cbe-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:10fff69-python'
class SandboxSpecService(ABC):