fix(backend): exception occurs when running the latest code from the main branch (v1 conversations) (#12183)

This commit is contained in:
Hiep Le
2025-12-29 21:57:14 +07:00
committed by GitHub
parent 2261281656
commit 8d69b4066f

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:97652be-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:0b7ccc9-python'
class SandboxSpecService(ABC):