Skip to content

Commit 7c3ace0

Browse files
chore(deps): update python-nonmajor (#427)
* chore(deps): update python-nonmajor * deps: Switch from llama-index to llama-index-core --------- Co-authored-by: Anubhav Dhawan <[email protected]>
1 parent 52fffbe commit 7c3ace0

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4343

4444
[project.optional-dependencies]
4545
test = [
46-
"black[jupyter]==25.9.0",
46+
"black[jupyter]==25.11.0",
4747
"isort==7.0.0",
4848
"mypy==1.18.2",
4949
"pytest==9.0.1",
5050
"pytest-aioresponses==0.3.0",
5151
"pytest-asyncio==1.3.0",
5252
"pytest-cov==7.0.0",
5353
"pytest-mock==3.15.1",
54-
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.4.0",
54+
"google-cloud-secret-manager==2.25.0",
55+
"google-cloud-storage==3.6.0",
5656
"aioresponses==0.7.8"
5757
]
5858
[build-system]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aiohttp==3.13.0
2-
pydantic==2.11.10
3-
deprecated==1.2.18
1+
aiohttp==3.13.2
2+
pydantic==2.12.4
3+
deprecated==1.3.1
44
requests==2.32.5
5-
google-auth==2.41.1
5+
google-auth==2.43.0

packages/toolbox-langchain/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4343

4444
[project.optional-dependencies]
4545
test = [
46-
"black[jupyter]==25.9.0",
46+
"black[jupyter]==25.11.0",
4747
"isort==7.0.0",
4848
"mypy==1.18.2",
4949
"pytest-asyncio==1.3.0",
5050
"pytest==9.0.1",
5151
"pytest-cov==7.0.0",
5252
"Pillow==12.0.0; python_version >= '3.10'",
53-
"google-cloud-secret-manager==2.24.0",
54-
"google-cloud-storage==3.4.0",
53+
"google-cloud-secret-manager==2.25.0",
54+
"google-cloud-storage==3.6.0",
5555
]
5656

5757
[build-system]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
22
langchain-core==1.0.5
33
PyYAML==6.0.3
4-
pydantic==2.11.10
5-
aiohttp==3.13.0
6-
deprecated==1.2.18
4+
pydantic==2.12.4
5+
aiohttp==3.13.2
6+
deprecated==1.3.1

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4343

4444
[project.optional-dependencies]
4545
test = [
46-
"black[jupyter]==25.9.0",
46+
"black[jupyter]==25.11.0",
4747
"isort==7.0.0",
4848
"mypy==1.18.2",
4949
"pytest-asyncio==1.3.0",
5050
"pytest==9.0.1",
5151
"pytest-cov==7.0.0",
5252
"Pillow==12.0.0; python_version >= '3.10'",
53-
"google-cloud-secret-manager==2.24.0",
54-
"google-cloud-storage==3.4.0",
53+
"google-cloud-secret-manager==2.25.0",
54+
"google-cloud-storage==3.6.0",
5555
]
5656

5757
[build-system]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
llama-index-core==0.14.4
2+
llama-index-core==0.14.8
33
PyYAML==6.0.3
4-
pydantic==2.11.10
5-
aiohttp==3.13.0
6-
deprecated==1.2.18
4+
pydantic==2.12.4
5+
aiohttp==3.13.2
6+
deprecated==1.3.1

0 commit comments

Comments
 (0)