Skip to content

Commit 94d021a

Browse files
chore(deps): update all non-major dependencies (#396)
* chore(deps): update all non-major dependencies * Update requirements.txt --------- Co-authored-by: dishaprakash <57954147+dishaprakash@users.noreply.github.com>
1 parent 55eed1e commit 94d021a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ test = [
4747
"pytest-asyncio==0.26.0",
4848
"pytest==8.4.2",
4949
"pytest-cov==7.0.0",
50-
"langchain-tests==1.1.1",
51-
"langgraph==1.0.5"
50+
"langchain-tests==1.1.2",
51+
"langgraph==1.0.7"
5252
]
5353

5454
[build-system]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cloud-sql-python-connector[asyncpg]==1.19.0
2-
numpy==2.3.5; python_version >= "3.11"
1+
cloud-sql-python-connector[asyncpg]==1.20.0
2+
numpy==2.4.1; python_version >= "3.11"
33
numpy==2.2.6; python_version == "3.10"
4-
langgraph==1.0.5
4+
langgraph==1.0.7
55
langchain-postgres==0.0.16

samples/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.132.0
2-
google-cloud-resource-manager==1.15.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.134.0
2+
google-cloud-resource-manager==1.16.0
33
langchain-community==0.3.29
4-
langchain-google-cloud-sql-pg==0.14.1
4+
langchain-google-cloud-sql-pg==0.15.0
55
langchain-google-vertexai==2.1.2

0 commit comments

Comments
 (0)