Skip to content

Commit 298a1c5

Browse files
committed
chore(deps): update python-nonmajor
1 parent 8e7ea07 commit 298a1c5

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-e ../toolbox-core
2-
google-adk==1.20.0
3-
google-auth==2.45.0
4-
google-auth-oauthlib==1.2.1
5-
typing-extensions==4.14.1
6-
opentelemetry-exporter-otlp-proto-http==1.37.0
7-
opentelemetry-exporter-gcp-trace==1.9.0
2+
google-adk==1.24.1
3+
google-auth==2.48.0
4+
google-auth-oauthlib==1.2.4
5+
typing-extensions==4.15.0
6+
opentelemetry-exporter-otlp-proto-http==1.39.1
7+
opentelemetry-exporter-gcp-trace==1.11.0
88
opentelemetry-exporter-gcp-monitoring==1.9.0a0
9-
opentelemetry-sdk==1.37.0
9+
opentelemetry-sdk==1.39.1

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test = [
5353
"pytest-cov==7.0.0",
5454
"pytest-mock==3.15.1",
5555
"google-cloud-secret-manager==2.26.0",
56-
"google-cloud-storage==3.7.0",
56+
"google-cloud-storage==3.9.0",
5757
"aioresponses==0.7.8"
5858
]
5959
[build-system]

packages/toolbox-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ aiohttp==3.13.3
22
pydantic==2.12.5
33
deprecated==1.3.1
44
requests==2.32.5
5-
google-auth==2.45.0
5+
google-auth==2.48.0

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test = [
5252
"pytest-cov==7.0.0",
5353
"Pillow==12.1.0; python_version >= '3.10'",
5454
"google-cloud-secret-manager==2.26.0",
55-
"google-cloud-storage==3.7.0",
55+
"google-cloud-storage==3.9.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
@@ -1,5 +1,5 @@
11
-e ../toolbox-core
2-
langchain-core==1.2.6
2+
langchain-core==1.2.10
33
PyYAML==6.0.3
44
pydantic==2.12.5
55
aiohttp==3.13.3

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test = [
5252
"pytest-cov==7.0.0",
5353
"Pillow==12.1.0; python_version >= '3.10'",
5454
"google-cloud-secret-manager==2.26.0",
55-
"google-cloud-storage==3.7.0",
55+
"google-cloud-storage==3.9.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
@@ -1,5 +1,5 @@
11
-e ../toolbox-core
2-
llama-index-core==0.14.12
2+
llama-index-core==0.14.13
33
PyYAML==6.0.3
44
pydantic==2.12.5
55
aiohttp==3.13.3

0 commit comments

Comments
 (0)