Skip to content

Commit f8808cf

Browse files
chore(deps): update python-nonmajor (#312)
* 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 <57954147+dishaprakash@users.noreply.github.com>
1 parent 303d89f commit f8808cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ langgraph = [
4444
test = [
4545
"black[jupyter]==25.1.0",
4646
"isort==6.0.1",
47-
"mypy==1.15.0",
47+
"mypy==1.17.1",
4848
"pytest-asyncio==0.26.0",
4949
"pytest==8.4.1",
5050
"pytest-cov==6.2.1",
5151
"langchain-tests==0.3.20",
52-
"langgraph==0.6.0"
52+
"langgraph==0.6.5"
5353
]
5454

5555
[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.2
2-
numpy==2.3.1; python_version >= "3.11"
1+
cloud-sql-python-connector[asyncpg]==1.18.4
2+
numpy==2.3.2; 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.0
5+
langgraph==0.6.5
66
langchain-postgres==0.0.15

0 commit comments

Comments
 (0)