fix: Various fixes

This commit is contained in:
2026-04-02 14:41:18 +02:00
parent cd51258fb5
commit 0efa9e2720
3 changed files with 67 additions and 27 deletions

View File

@@ -3,11 +3,14 @@ name = "docker-agent-sandbox"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"docker",
"langchain-core",
"loguru",
"docker>=7.1.0",
"langchain-core>=1.2.24",
"loguru>=0.7.3",
]
[project.optional-dependencies]
dev = ["pytest"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"