From ec9869a0b11b4543527ac55e88812b79e431c3a5 Mon Sep 17 00:00:00 2001 From: Debug Agent Date: Thu, 2 Apr 2026 16:50:13 -0300 Subject: [PATCH] fix: update SDK submodule with portable Python bundling for commit0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update SDK submodule to include the Python runtime bundling fix (OpenHands/software-agent-sdk#2678). The agent-server Dockerfile now bundles Python into /agent-server/.python/, making the venv portable across base images. This fixes commit0 evaluations where all runtime pods were stuck in pending because the agent-server container couldn't start — the venv symlinked to /usr/local/bin/python3 which doesn't exist in commit0's Ubuntu 22.04 base images. Fixes #607 Co-Authored-By: Claude Opus 4.6 --- vendor/software-agent-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/software-agent-sdk b/vendor/software-agent-sdk index fc9e8fce2..455102357 160000 --- a/vendor/software-agent-sdk +++ b/vendor/software-agent-sdk @@ -1 +1 @@ -Subproject commit fc9e8fce2d5a6b5dee4543ff740d0c295aa968a3 +Subproject commit 4551023574f0a71b02a1eb2144a2120fef096668