Skip to content

Commit 0a12575

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 1c21606 commit 0a12575

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
"pytest==8.4.2",
5151
"pytest-cov==7.0.0",
5252
"langchain-tests==0.3.22",
53-
"langgraph==0.6.10"
53+
"langgraph==0.6.11"
5454
]
5555

5656
[build-system]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cloud-sql-python-connector[asyncpg]==1.18.4
2-
numpy==2.3.3; python_version >= "3.11"
1+
cloud-sql-python-connector[asyncpg]==1.18.5
2+
numpy==2.3.4; python_version >= "3.11"
33
numpy==2.2.6; python_version == "3.10"
44
numpy==2.0.2; python_version <= "3.9"
5-
langgraph==0.6.10
5+
langgraph==0.6.11
66
langchain-postgres==0.0.15

samples/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.97.0
2-
google-cloud-resource-manager==1.14.2
3-
langchain-community==0.3.29
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.121.0
2+
google-cloud-resource-manager==1.15.0
3+
langchain-community==0.4
44
langchain-google-cloud-sql-pg==0.14.1
5-
langchain-google-vertexai==2.0.27
5+
langchain-google-vertexai==2.1.2

0 commit comments

Comments
 (0)