Skip to content

Commit 79005ad

Browse files
authored
fix(deps): update python-nonmajor (#257)
1 parent 3661055 commit 79005ad

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4343
test = [
4444
"black[jupyter]==25.1.0",
4545
"isort==6.0.1",
46-
"mypy==1.15.0",
46+
"mypy==1.16.0",
4747
"pytest==8.3.5",
4848
"pytest-aioresponses==0.3.0",
4949
"pytest-asyncio==0.26.0",
5050
"pytest-cov==6.1.1",
51-
"pytest-mock==3.14.0",
51+
"pytest-mock==3.14.1",
5252
"google-cloud-secret-manager==2.23.3",
5353
"google-cloud-storage==3.1.0",
5454
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.11.18
2-
pydantic==2.11.4
1+
aiohttp==3.12.6
2+
pydantic==2.11.5

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.15.0",
49+
"mypy==1.16.0",
5050
"pytest-asyncio==0.26.0",
5151
"pytest==8.3.5",
5252
"pytest-cov==6.1.1",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
langchain-core==0.3.60
2+
langchain-core==0.3.63
33
PyYAML==6.0.2
4-
pydantic==2.11.4
5-
aiohttp==3.11.18
4+
pydantic==2.11.5
5+
aiohttp==3.12.6
66
deprecated==1.2.18

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.15.0",
49+
"mypy==1.16.0",
5050
"pytest-asyncio==0.26.0",
5151
"pytest==8.3.5",
5252
"pytest-cov==6.1.1",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
llama-index==0.12.37
2+
llama-index==0.12.39
33
PyYAML==6.0.2
4-
pydantic==2.11.4
5-
aiohttp==3.11.18
4+
pydantic==2.11.5
5+
aiohttp==3.12.6
66
deprecated==1.2.18

0 commit comments

Comments
 (0)