Skip to content

Commit 4d06be0

Browse files
authored
chore(deps): update dependency isort to v7 (#393)
1 parent b04f903 commit 4d06be0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.0",
48+
"isort==7.0.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.1.0",
48+
"isort==7.0.0",
4949
"mypy==1.18.2",
5050
"pytest-asyncio==1.2.0",
5151
"pytest==8.4.2",

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.1.0",
48+
"isort==7.0.0",
4949
"mypy==1.18.2",
5050
"pytest-asyncio==1.2.0",
5151
"pytest==8.4.2",

0 commit comments

Comments
 (0)