From 8cc8b93fc545f1e6f63e0d437cfcfbac9d11ee3d Mon Sep 17 00:00:00 2001 From: wuyang <5700876+banisherwy@user.noreply.gitee.com> Date: Sun, 26 Jul 2026 13:03:24 +0800 Subject: [PATCH] fix: package Docker SSH transport --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cacdd65..2c667e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "A multi-user web Agent with an independently evolvable Work loop. readme = "README.md" requires-python = ">=3.11" dependencies = [ - "docker>=7.1,<8", + "docker[ssh]>=7.1,<8", "fastapi>=0.116,<1", "httpx>=0.28,<1", "PyJWT>=2.10,<3",