Skip to content

Commit 30f3dc6

Browse files
chore(deps): update all non-major dependencies (#342)
* chore(deps): update all non-major dependencies * Update requirements.txt --------- Co-authored-by: dishaprakash <57954147+dishaprakash@users.noreply.github.com>
1 parent f590017 commit 30f3dc6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ langgraph = [
4242
"langgraph-checkpoint>=2.0.9, <3.0.0"
4343
]
4444
test = [
45-
"black[jupyter]==25.1.0",
46-
"isort==6.0.1",
47-
"mypy==1.17.1",
45+
"black[jupyter]==25.9.0",
46+
"isort==6.1.0",
47+
"mypy==1.18.2",
4848
"pytest-asyncio==0.26.0",
4949
"pytest==8.4.2",
5050
"pytest-cov==7.0.0",
51-
"langchain-tests==0.3.21",
52-
"langgraph==0.6.6"
51+
"langchain-tests==0.3.22",
52+
"langgraph==0.6.8"
5353
]
5454

5555
[build-system]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cloud-sql-python-connector[asyncpg]==1.18.4
2-
numpy==2.3.2; python_version >= "3.11"
2+
numpy==2.3.3; 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.6
5+
langgraph==0.6.8
66
langchain-postgres==0.0.15

0 commit comments

Comments
 (0)