Skip to content

Commit 6625d04

Browse files
authored
chore(deps): update python-nonmajor (#386)
1 parent 4d3fb88 commit 6625d04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545
[project.optional-dependencies]
4646
test = [
4747
"black[jupyter]==25.9.0",
48-
"isort==6.0.1",
48+
"isort==6.1.0",
4949
"mypy==1.18.2",
5050
"pytest==8.4.2",
5151
"pytest-aioresponses==0.3.0",

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545
[project.optional-dependencies]
4646
test = [
4747
"black[jupyter]==25.9.0",
48-
"isort==6.0.1",
48+
"isort==6.1.0",
4949
"mypy==1.18.2",
5050
"pytest-asyncio==1.2.0",
5151
"pytest==8.4.2",

packages/toolbox-langchain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../toolbox-core
2-
langchain-core==0.3.76
2+
langchain-core==0.3.77
33
PyYAML==6.0.3
44
pydantic==2.11.9
55
aiohttp==3.12.15

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545
[project.optional-dependencies]
4646
test = [
4747
"black[jupyter]==25.9.0",
48-
"isort==6.0.1",
48+
"isort==6.1.0",
4949
"mypy==1.18.2",
5050
"pytest-asyncio==1.2.0",
5151
"pytest==8.4.2",

0 commit comments

Comments
 (0)