Skip to content

Commit 5328460

Browse files
committed
chore(deps): update python-nonmajor
1 parent 6697b20 commit 5328460

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-e ../toolbox-core
2-
google-adk==1.34.1
2+
google-adk==1.34.3
33
google-auth==2.53.0
44
google-auth-oauthlib==1.4.0
55
typing-extensions==4.15.0
6-
opentelemetry-exporter-otlp-proto-http==1.41.1
6+
opentelemetry-exporter-otlp-proto-http==1.42.1
77
opentelemetry-exporter-gcp-trace==1.12.0
88
opentelemetry-exporter-gcp-monitoring==1.9.0a0
9-
opentelemetry-sdk==1.41.1
9+
opentelemetry-sdk==1.42.1

packages/toolbox-core/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545
[project.optional-dependencies]
4646
telemetry = [
4747
"opentelemetry-api>=1.20.0,<2.0.0",
48-
"opentelemetry-sdk>=1.41.1,<1.42.0",
49-
"opentelemetry-exporter-otlp>=1.41.1,<1.42.0"
48+
"opentelemetry-sdk>=1.42.1,<1.43.0",
49+
"opentelemetry-exporter-otlp>=1.42.1,<1.43.0"
5050
]
5151
test = [
5252
"black[jupyter]==26.5.1",
@@ -57,8 +57,8 @@ test = [
5757
"pytest-asyncio==1.4.0",
5858
"pytest-cov==7.1.0",
5959
"pytest-mock==3.15.1",
60-
"google-cloud-secret-manager==2.28.0",
61-
"google-cloud-storage==3.10.1",
60+
"google-cloud-secret-manager==2.29.0",
61+
"google-cloud-storage==3.11.0",
6262
"aioresponses==0.7.8",
6363
"toolbox-core[telemetry]"
6464
]

packages/toolbox-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.13.5
1+
aiohttp==3.14.0
22
pydantic==2.13.4
33
deprecated==1.3.1
44
requests==2.34.2

packages/toolbox-langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ test = [
5151
"pytest==9.0.3",
5252
"pytest-cov==7.1.0",
5353
"Pillow==12.2.0; python_version >= '3.10'",
54-
"google-cloud-secret-manager==2.28.0",
55-
"google-cloud-storage==3.10.1",
54+
"google-cloud-secret-manager==2.29.0",
55+
"google-cloud-storage==3.11.0",
5656
]
5757

5858
[build-system]

packages/toolbox-langchain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
langchain-core==1.4.0
33
PyYAML==6.0.3
44
pydantic==2.13.4
5-
aiohttp==3.13.5
5+
aiohttp==3.14.0
66
deprecated==1.3.1

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ test = [
5151
"pytest==9.0.3",
5252
"pytest-cov==7.1.0",
5353
"Pillow==12.2.0; python_version >= '3.10'",
54-
"google-cloud-secret-manager==2.28.0",
55-
"google-cloud-storage==3.10.1",
54+
"google-cloud-secret-manager==2.29.0",
55+
"google-cloud-storage==3.11.0",
5656
]
5757

5858
[build-system]

packages/toolbox-llamaindex/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
llama-index-core==0.14.22
33
PyYAML==6.0.3
44
pydantic==2.13.4
5-
aiohttp==3.13.5
5+
aiohttp==3.14.0
66
deprecated==1.3.1

0 commit comments

Comments
 (0)