[Fix]: Remove remaining hard coded refs to sessions store (#7176)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-03-10 15:07:01 -04:00
committed by GitHub
parent 4b04f09035
commit ac680e7688
9 changed files with 41 additions and 25 deletions

View File

@@ -110,6 +110,7 @@ reportlab = "*"
[tool.coverage.run]
concurrency = ["gevent"]
[tool.poetry.group.runtime.dependencies]
jupyterlab = "*"
notebook = "*"
@@ -138,6 +139,7 @@ ignore = ["D1"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.poetry.group.evaluation.dependencies]
streamlit = "*"
whatthepatch = "*"