Skip to content

Commit 14e4284

Browse files
authored
fix(deps): update python-nonmajor (#312)
1 parent 367a7b8 commit 14e4284

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
@@ -44,7 +44,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4444
test = [
4545
"black[jupyter]==25.1.0",
4646
"isort==6.0.1",
47-
"mypy==1.16.1",
47+
"mypy==1.17.0",
4848
"pytest==8.4.1",
4949
"pytest-aioresponses==0.3.0",
5050
"pytest-asyncio==1.0.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.16.1",
49+
"mypy==1.17.0",
5050
"pytest-asyncio==1.0.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.16.1",
49+
"mypy==1.17.0",
5050
"pytest-asyncio==1.0.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",

packages/toolbox-llamaindex/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-
llama-index==0.12.48
2+
llama-index==0.12.49
33
PyYAML==6.0.2
44
pydantic==2.11.7
55
aiohttp==3.12.14

0 commit comments

Comments
 (0)