Skip to content

Commit 55c6c1b

Browse files
committed
added psycopg build pacakge
1 parent c39827a commit 55c6c1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ dependencies = [
1919
"langchain-core",
2020
"langgraph>0.2.27",
2121
"langchain[google-genai]",
22-
"langgraph-checkpoint-postgres",
22+
"langgraph-checkpoint-postgres>=0.2.0",
23+
"psycopg[binary]>=3.1.18",
2324
]
2425

2526
[project.optional-dependencies]

0 commit comments

Comments
 (0)