Skip to content

Commit 572b8e7

Browse files
committed
dependency fux
1 parent eab4316 commit 572b8e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"numpy>=1.24.4, <3.0.0; python_version >= '3.11'",
1616
"numpy>=1.24.4, <=2.2.6; python_version == '3.10'",
1717
"numpy>=1.24.4, <=2.0.2; python_version <= '3.9'",
18-
"pgvector>=0.2.5, <1.0.0",
18+
"pgvector>=0.2.5, <0.4.0",
1919
"SQLAlchemy[asyncio]>=2.0.25, <3.0.0",
2020
"langchain-postgres>=0.0.15",
2121
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ langchain-core==0.3.67
44
numpy==2.3.1; python_version >= "3.11"
55
numpy==2.2.6; python_version == "3.10"
66
numpy==2.0.2; python_version <= "3.9"
7-
pgvector==0.4.1
7+
pgvector==0.4.0
88
SQLAlchemy[asyncio]==2.0.41
99
langgraph==0.5.0
1010
langchain-postgres==0.0.15

0 commit comments

Comments
 (0)