Skip to content

Commit f02bb37

Browse files
committed
chore(deps): update all non-major dependencies
1 parent b97060e commit f02bb37

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ langgraph = [
4141
"langgraph-checkpoint>=3.0.0, <3.1.0"
4242
]
4343
test = [
44-
"black[jupyter]==25.9.0",
44+
"black[jupyter]==25.12.0",
4545
"isort==7.0.0",
46-
"mypy==1.18.2",
46+
"mypy==1.19.0",
4747
"pytest-asyncio==0.26.0",
4848
"pytest==8.4.2",
4949
"pytest-cov==7.0.0",
5050
"langchain-tests==0.3.22",
51-
"langgraph==0.6.10"
51+
"langgraph==0.6.11"
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.18.5
2-
numpy==2.3.3; python_version >= "3.11"
1+
cloud-sql-python-connector[asyncpg]==1.19.0
2+
numpy==2.3.5; python_version >= "3.11"
33
numpy==2.2.6; python_version == "3.10"
4-
langgraph==0.6.10
4+
langgraph==0.6.11
55
langchain-postgres==0.0.16

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.130.0
2+
google-cloud-resource-manager==1.15.0
3+
langchain-community==0.4.1
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)