Update inmem

This commit is contained in:
William Fu-Hinthorn
2024-11-19 15:02:16 -08:00
parent 312f0982bc
commit 6920be192e
2 changed files with 222 additions and 280 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ langgraph = "langgraph_cli.cli:cli"
[tool.poetry.dependencies]
python = "^3.9.0,<4.0"
click = "^8.1.7"
langgraph-api-inmem = { version = ">=0.0.3,<0.1.0", optional = true }
langgraph-api-inmem = { version = ">=0.0.5,<0.1.0", optional = true, python = ">=3.11" }
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.2"