Skip to content

Commit acfe6a9

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

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-pg-python/
3838

3939
[project.optional-dependencies]
4040
langgraph = [
41-
"langgraph-checkpoint>=4.0.0, <4.1.0"
41+
"langgraph-checkpoint>=4.1.1, <4.2.0"
4242
]
4343
test = [
44-
"black[jupyter]==26.1.0",
45-
"isort==8.0.0",
46-
"mypy==1.19.1",
44+
"black[jupyter]==26.5.1",
45+
"isort==8.0.1",
46+
"mypy==1.20.2",
4747
"pytest-asyncio==0.26.0",
4848
"pytest==8.4.2",
49-
"pytest-cov==7.0.0",
50-
"langchain-tests==1.1.2",
51-
"langgraph==1.0.7"
49+
"pytest-cov==7.1.0",
50+
"langchain-tests==1.1.9",
51+
"langgraph==1.2.2"
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.20.0
2-
numpy==2.4.1; python_version >= "3.11"
1+
cloud-sql-python-connector[asyncpg]==1.20.3
2+
numpy==2.4.6; python_version >= "3.11"
33
numpy==2.2.6; python_version == "3.10"
4-
langgraph==1.0.10
4+
langgraph==1.2.2
55
langchain-postgres==0.0.17

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.134.0
2-
google-cloud-resource-manager==1.16.0
3-
langchain-community==0.3.29
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.153.1
2+
google-cloud-resource-manager==1.17.0
3+
langchain-community==0.4.2
44
langchain-google-cloud-sql-pg==0.15.0
55
langchain-google-vertexai==2.1.2

0 commit comments

Comments
 (0)