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 25d0743 commit baeaa07Copy full SHA for baeaa07
requirements.txt
@@ -1,7 +1,7 @@
1
google-cloud-alloydb-connector[asyncpg]==1.9.0
2
google-cloud-storage==3.3.0
3
numpy==2.3.2; python_version >= "3.11"
4
-numpy==2.3.2; python_version == "3.10"
5
-numpy==2.3.2; python_version <= "3.9"
+numpy==2.2.6; python_version == "3.10"
+numpy==2.0.2; python_version <= "3.9"
6
langgraph==0.6.5
7
-langchain-postgres==0.0.15
+langchain-postgres==0.0.15
0 commit comments