checkpoint-sqlite: add checkpoint dependency

This commit is contained in:
vbarda
2024-08-02 19:06:38 -04:00
parent 7b441e64e7
commit 1b353aed73
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -831,5 +831,5 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0,<4.0"
content-hash = "fe930ed13860ae0d793023c6b4146919ba5a22d6a76c2d3392741f44ceed787d"
python-versions = "^3.9.0"
content-hash = "820b33a1587d31b4b79454417b4d956367867accd253129f562579e1afc88f62"
+2 -1
View File
@@ -9,7 +9,8 @@ repository = "https://www.github.com/langchain-ai/langgraph"
packages = [{ include = "langgraph" }]
[tool.poetry.dependencies]
python = "^3.9.0,<4.0"
langgraph-checkpoint = "^1.0.0"
python = "^3.9.0"
aiosqlite = "^0.20.0"
[tool.poetry.group.dev.dependencies]