We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab4316 commit 572b8e7Copy full SHA for 572b8e7
pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
15
"numpy>=1.24.4, <3.0.0; python_version >= '3.11'",
16
"numpy>=1.24.4, <=2.2.6; python_version == '3.10'",
17
"numpy>=1.24.4, <=2.0.2; python_version <= '3.9'",
18
- "pgvector>=0.2.5, <1.0.0",
+ "pgvector>=0.2.5, <0.4.0",
19
"SQLAlchemy[asyncio]>=2.0.25, <3.0.0",
20
"langchain-postgres>=0.0.15",
21
]
requirements.txt
@@ -4,7 +4,7 @@ langchain-core==0.3.67
4
numpy==2.3.1; python_version >= "3.11"
5
numpy==2.2.6; python_version == "3.10"
6
numpy==2.0.2; python_version <= "3.9"
7
-pgvector==0.4.1
+pgvector==0.4.0
8
SQLAlchemy[asyncio]==2.0.41
9
langgraph==0.5.0
10
langchain-postgres==0.0.15
0 commit comments