feat: Add PostgresMemorySaver

This commit is contained in:
2026-03-02 17:37:19 -05:00
parent da2c2a1528
commit 390fd120f9
2 changed files with 143 additions and 3 deletions

View File

@@ -10,11 +10,12 @@ requires-python = ">=3.13,<4.0"
dependencies = [
"pytest (>=9.0.2,<10.0.0)",
"langchain[standard] (>=1.2.6,<2.0.0)",
"langgraph[standard] (>=1.0.6,<2.0.0)",
"langchain-anthropic (>=1.3.1,<2.0.0)",
"langchain-deepseek (>=1.0.1,<2.0.0)",
"dotenv (>=0.9.9,<0.10.0)",
"fastapi[standard] (>=0.128.5,<0.129.0)"
"fastapi[standard] (>=0.128.5,<0.129.0)",
"langgraph-checkpoint-postgres (>=3.0.4,<4.0.0)",
"psycopg[binary] (>=3.3.3,<4.0.0)"
]
[tool.poetry]