Increase pg->checkpoint minbound

This commit is contained in:
William Fu-Hinthorn
2025-03-20 07:24:15 -07:00
parent b2d9a36308
commit daee8d88bb
+1 -1
View File
@@ -10,7 +10,7 @@ packages = [{ include = "langgraph" }]
[tool.poetry.dependencies]
python = "^3.9.0,<4.0"
langgraph-checkpoint = "^2.0.15"
langgraph-checkpoint = "^2.0.21"
orjson = ">=3.10.1"
psycopg = "^3.2.0"
psycopg-pool = "^3.2.0"