Upgrade the SDK to 1.14.0 (#13398)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
John-Mason P. Shackelford
2026-03-13 21:07:20 -04:00
committed by GitHub
parent 8189d21445
commit 0c51089ab6
5 changed files with 118 additions and 130 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:1.13.0-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:1.14.0-python'
class SandboxSpecService(ABC):