diff --git a/openhands/app_server/sandbox/sandbox_spec_service.py b/openhands/app_server/sandbox/sandbox_spec_service.py index 8e1aaf31b4..ff0cccde6e 100644 --- a/openhands/app_server/sandbox/sandbox_spec_service.py +++ b/openhands/app_server/sandbox/sandbox_spec_service.py @@ -11,7 +11,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/all-hands-ai/agent-server:ab36fd6-python' +AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:ea05648-python' class SandboxSpecService(ABC): diff --git a/poetry.lock b/poetry.lock index 49d7046fd2..bed70a8eee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiofiles" @@ -7297,8 +7297,8 @@ wsproto = ">=1.2.0" [package.source] type = "git" url = "https://github.com/All-Hands-AI/agent-sdk.git" -reference = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" -resolved_reference = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" +reference = "1a76d349062235c80955e76258ab6f073dc24f15" +resolved_reference = "1a76d349062235c80955e76258ab6f073dc24f15" subdirectory = "openhands-agent-server" [[package]] @@ -7327,8 +7327,8 @@ boto3 = ["boto3 (>=1.35.0)"] [package.source] type = "git" url = "https://github.com/All-Hands-AI/agent-sdk.git" -reference = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" -resolved_reference = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" +reference = "1a76d349062235c80955e76258ab6f073dc24f15" +resolved_reference = "1a76d349062235c80955e76258ab6f073dc24f15" subdirectory = "openhands-sdk" [[package]] @@ -7354,8 +7354,8 @@ pydantic = ">=2.11.7" [package.source] type = "git" url = "https://github.com/All-Hands-AI/agent-sdk.git" -reference = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" -resolved_reference = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" +reference = "1a76d349062235c80955e76258ab6f073dc24f15" +resolved_reference = "1a76d349062235c80955e76258ab6f073dc24f15" subdirectory = "openhands-tools" [[package]] @@ -16524,4 +16524,4 @@ third-party-runtimes = ["daytona", "e2b-code-interpreter", "modal", "runloop-api [metadata] lock-version = "2.1" python-versions = "^3.12,<3.14" -content-hash = "fd68ed845befeb646ee910db46f1ef9c5a1fd2e6d1ac6189c04864e0665f66ed" +content-hash = "3c72d8b9ff4fc88664e6bc2d6d3ac42e334660d0971d124f2df01cbb19eaf912" diff --git a/pyproject.toml b/pyproject.toml index 0f73bb0e7b..8a3d9da1df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,10 +113,10 @@ e2b-code-interpreter = { version = "^2.0.0", optional = true } pybase62 = "^1.0.0" # V1 dependencies -openhands-agent-server = { git = "https://github.com/All-Hands-AI/agent-sdk.git", subdirectory = "openhands-agent-server", rev = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" } -openhands-sdk = { git = "https://github.com/All-Hands-AI/agent-sdk.git", subdirectory = "openhands-sdk", rev = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" } +openhands-agent-server = { git = "https://github.com/All-Hands-AI/agent-sdk.git", subdirectory = "openhands-agent-server", rev = "1a76d349062235c80955e76258ab6f073dc24f15" } +openhands-sdk = { git = "https://github.com/All-Hands-AI/agent-sdk.git", subdirectory = "openhands-sdk", rev = "1a76d349062235c80955e76258ab6f073dc24f15" } # This refuses to install -openhands-tools = { git = "https://github.com/All-Hands-AI/agent-sdk.git", subdirectory = "openhands-tools", rev = "8d8134ca5a87cc3e90e3ff968327a7f4c961e22e" } +openhands-tools = { git = "https://github.com/All-Hands-AI/agent-sdk.git", subdirectory = "openhands-tools", rev = "1a76d349062235c80955e76258ab6f073dc24f15" } python-jose = { version = ">=3.3", extras = [ "cryptography" ] } sqlalchemy = { extras = [ "asyncio" ], version = "^2.0.40" } pg8000 = "^1.31.5"