From 8d69b4066f84867c0363dc100d6d3bc2d67ad67b Mon Sep 17 00:00:00 2001 From: Hiep Le <69354317+hieptl@users.noreply.github.com> Date: Mon, 29 Dec 2025 21:57:14 +0700 Subject: [PATCH] fix(backend): exception occurs when running the latest code from the main branch (v1 conversations) (#12183) --- openhands/app_server/sandbox/sandbox_spec_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/app_server/sandbox/sandbox_spec_service.py b/openhands/app_server/sandbox/sandbox_spec_service.py index 77f4f4a6ab..a3f77db134 100644 --- a/openhands/app_server/sandbox/sandbox_spec_service.py +++ b/openhands/app_server/sandbox/sandbox_spec_service.py @@ -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:97652be-python' +AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:0b7ccc9-python' class SandboxSpecService(ABC):