Skip to content

Commit 06c5694

Browse files
committed
build(deps): remove psycopg pool dependency
However, langgraph-checkpoint-postgres still depends on it.
1 parent f516a76 commit 06c5694

File tree

2 files changed

+474
-361
lines changed

2 files changed

+474
-361
lines changed

api/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ win32-setctime = {version = "*", sys_platform = "== 'win32'"}
1616
prometheus-client = ">=0.20.0,<1.0.0"
1717
# psycopg 3.2.0 introduced a bug with extras such as "binary" or "c" which is fixed in 3.2.1
1818
# See <https://github.com/psycopg/psycopg/issues/853>
19-
psycopg = {extras = ["pool"], version = ">=3.2.1,<4.0.0"}
19+
psycopg = ">=3.2.1,<4.0.0"
2020
pydantic = ">=2.0.0,<3.0.0"
2121
pydantic-settings = ">=2.0,<3.0"
2222
redis = {extras = ["hiredis"], version = ">=5.0.0,<6.0.0"}

0 commit comments

Comments
 (0)