Skip to content

Commit cae2f32

Browse files
committed
chore(deps): update python-nonmajor
1 parent 92015c0 commit cae2f32

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ test = [
5252
"pytest-asyncio==1.2.0",
5353
"pytest-cov==7.0.0",
5454
"pytest-mock==3.15.1",
55-
"google-cloud-secret-manager==2.24.0",
56-
"google-cloud-storage==3.4.0",
55+
"google-cloud-secret-manager==2.25.0",
56+
"google-cloud-storage==3.4.1",
5757
"aioresponses==0.7.8"
5858
]
5959
[build-system]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aiohttp==3.13.0
2-
pydantic==2.11.10
1+
aiohttp==3.13.1
2+
pydantic==2.12.3
33
deprecated==1.2.18
44
requests==2.32.5
55
google-auth==2.41.1

packages/toolbox-langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ test = [
5252
"pytest-cov==7.0.0",
5353
"Pillow==11.3.0; python_version == '3.9'",
5454
"Pillow==12.0.0; python_version >= '3.10'",
55-
"google-cloud-secret-manager==2.24.0",
56-
"google-cloud-storage==3.4.0",
55+
"google-cloud-secret-manager==2.25.0",
56+
"google-cloud-storage==3.4.1",
5757
]
5858

5959
[build-system]
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.78
2+
langchain-core==0.3.79
33
PyYAML==6.0.3
4-
pydantic==2.11.10
5-
aiohttp==3.13.0
4+
pydantic==2.12.3
5+
aiohttp==3.13.1
66
deprecated==1.2.18

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ test = [
5252
"pytest-cov==7.0.0",
5353
"Pillow==11.3.0; python_version == '3.9'",
5454
"Pillow==12.0.0; python_version >= '3.10'",
55-
"google-cloud-secret-manager==2.24.0",
56-
"google-cloud-storage==3.4.0",
55+
"google-cloud-secret-manager==2.25.0",
56+
"google-cloud-storage==3.4.1",
5757
]
5858

5959
[build-system]
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.14.4
2+
llama-index==0.14.5
33
PyYAML==6.0.3
4-
pydantic==2.11.10
5-
aiohttp==3.13.0
4+
pydantic==2.12.3
5+
aiohttp==3.13.1
66
deprecated==1.2.18

0 commit comments

Comments
 (0)