Update ACI to 0.2.0 to fix Memory Leak (#6559)

This commit is contained in:
Xingyao Wang 2025-01-31 11:09:38 -05:00 committed by GitHub
parent 575f4fd347
commit 0c84fe58dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 444 additions and 8 deletions

448
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -65,7 +65,7 @@ runloop-api-client = "0.15.0"
libtmux = ">=0.37,<0.40"
pygithub = "^2.5.0"
joblib = "*"
openhands-aci = "0.1.9"
openhands-aci = "^0.2.0"
python-socketio = "^5.11.4"
redis = "^5.2.0"
sse-starlette = "^2.1.3"
@ -101,6 +101,7 @@ reportlab = "*"
[tool.coverage.run]
concurrency = ["gevent"]
[tool.poetry.group.runtime.dependencies]
jupyterlab = "*"
notebook = "*"
@ -129,6 +130,7 @@ ignore = ["D1"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.poetry.group.evaluation.dependencies]
streamlit = "*"
whatthepatch = "*"