Skip to content

Commit 0c0d94e

Browse files
authored
fix(deps): update dependency mypy to v1.17.1 (#322)
1 parent f4159d8 commit 0c0d94e

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
@@ -46,7 +46,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4646
test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
49-
"mypy==1.17.0",
49+
"mypy==1.17.1",
5050
"pytest==8.4.1",
5151
"pytest-aioresponses==0.3.0",
5252
"pytest-asyncio==1.1.0",

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4646
test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
49-
"mypy==1.17.0",
49+
"mypy==1.17.1",
5050
"pytest-asyncio==1.1.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4646
test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
49-
"mypy==1.17.0",
49+
"mypy==1.17.1",
5050
"pytest-asyncio==1.1.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",

0 commit comments

Comments
 (0)