Skip to content

Commit 35ee427

Browse files
authored
fix(deps): update python-nonmajor (#274)
1 parent 813d60e commit 35ee427

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
"pytest-asyncio==1.0.0",
5050
"pytest-cov==6.1.1",
5151
"pytest-mock==3.14.1",
52-
"google-cloud-secret-manager==2.23.3",
52+
"google-cloud-secret-manager==2.24.0",
5353
"google-cloud-storage==3.1.0",
5454
]
5555
[build-system]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.12.9
1+
aiohttp==3.12.11
22
pydantic==2.11.5

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test = [
5151
"pytest==8.4.0",
5252
"pytest-cov==6.1.1",
5353
"Pillow==11.2.1",
54-
"google-cloud-secret-manager==2.23.3",
54+
"google-cloud-secret-manager==2.24.0",
5555
"google-cloud-storage==3.1.0",
5656
]
5757

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
langchain-core==0.3.63
2+
langchain-core==0.3.64
33
PyYAML==6.0.2
44
pydantic==2.11.5
5-
aiohttp==3.12.9
5+
aiohttp==3.12.11
66
deprecated==1.2.18

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test = [
5151
"pytest==8.4.0",
5252
"pytest-cov==6.1.1",
5353
"Pillow==11.2.1",
54-
"google-cloud-secret-manager==2.23.3",
54+
"google-cloud-secret-manager==2.24.0",
5555
"google-cloud-storage==3.1.0",
5656
]
5757

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
llama-index==0.12.40
2+
llama-index==0.12.41
33
PyYAML==6.0.2
44
pydantic==2.11.5
5-
aiohttp==3.12.9
5+
aiohttp==3.12.11
66
deprecated==1.2.18

0 commit comments

Comments
 (0)