Upgrade openhands-aci to 0.2.10 (#7810)

This commit is contained in:
Ryan H. Tran
2025-04-15 18:43:44 +07:00
committed by GitHub
parent 49c515b252
commit e9989d1085
3 changed files with 140 additions and 127 deletions

View File

@@ -62,7 +62,7 @@ runloop-api-client = "0.29.0"
libtmux = ">=0.37,<0.40"
pygithub = "^2.5.0"
joblib = "*"
openhands-aci = "^0.2.8"
openhands-aci = "^0.2.10"
python-socketio = "^5.11.4"
redis = "^5.2.0"
sse-starlette = "^2.1.3"
@@ -97,6 +97,7 @@ gevent = "^24.2.1"
[tool.coverage.run]
concurrency = ["gevent"]
[tool.poetry.group.runtime.dependencies]
jupyterlab = "*"
notebook = "*"
@@ -125,6 +126,7 @@ ignore = ["D1"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.poetry.group.evaluation.dependencies]
streamlit = "*"
whatthepatch = "*"