Skip to content

Commit 3423e9a

Browse files
chore(deps): update python-nonmajor (#432)
* chore(deps): update python-nonmajor * Update pyproject.toml * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt --------- Co-authored-by: dishaprakash <[email protected]>
1 parent 2293bd7 commit 3423e9a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ langgraph = [
4545
test = [
4646
"black[jupyter]==25.1.0",
4747
"isort==6.0.1",
48-
"langgraph==0.6.0",
49-
"mypy==1.15.0",
48+
"langgraph==0.6.5",
49+
"mypy==1.17.1",
5050
"pytest-asyncio==0.26.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-cloud-alloydb-connector[asyncpg]==1.9.0
2-
google-cloud-storage==3.1.1
3-
numpy==2.3.1; python_version >= "3.11"
2+
google-cloud-storage==3.3.0
3+
numpy==2.3.2; python_version >= "3.11"
44
numpy==2.2.6; python_version == "3.10"
55
numpy==2.0.2; python_version <= "3.9"
6-
langgraph==0.6.0
7-
langchain-postgres==0.0.15
6+
langgraph==0.6.5
7+
langchain-postgres==0.0.15
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
langchain-google-alloydb-pg==0.12.0
22
langchain==0.3.26
3-
langchain-google-vertexai==2.0.20
3+
langchain-google-vertexai==2.0.20

0 commit comments

Comments
 (0)