Skip to content

Commit 2736d83

Browse files
committed
fix(deps): update python-nonmajor
1 parent 293854f commit 2736d83

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test = [
4747
"pytest-aioresponses==0.3.0",
4848
"pytest-asyncio==0.26.0",
4949
"pytest-cov==6.1.1",
50-
"google-cloud-secret-manager==2.23.2",
50+
"google-cloud-secret-manager==2.23.3",
5151
"google-cloud-storage==3.1.0",
5252
]
5353
[build-system]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.11.16
1+
aiohttp==3.11.18
22
pydantic==2.11.3

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
"pytest==8.3.5",
5050
"pytest-cov==6.1.1",
5151
"Pillow==11.2.1",
52-
"google-cloud-secret-manager==2.23.2",
52+
"google-cloud-secret-manager==2.23.3",
5353
"google-cloud-storage==3.1.0",
5454
]
5555

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
langchain-core==0.3.52
1+
langchain-core==0.3.55
22
PyYAML==6.0.2
33
pydantic==2.11.3
4-
aiohttp==3.11.16
4+
aiohttp==3.11.18
55
deprecated==1.2.18

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ test = [
4949
"pytest-asyncio==0.26.0",
5050
"pytest==8.3.5",
5151
"pytest-cov==6.1.1",
52-
"Pillow==11.1.0",
53-
"google-cloud-secret-manager==2.23.2",
52+
"Pillow==11.2.1",
53+
"google-cloud-secret-manager==2.23.3",
5454
"google-cloud-storage==3.1.0",
5555
]
5656

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
llama-index==0.12.28
1+
llama-index==0.12.33
22
PyYAML==6.0.2
3-
pydantic==2.11.2
4-
aiohttp==3.11.16
3+
pydantic==2.11.3
4+
aiohttp==3.11.18
55
deprecated==1.2.18

0 commit comments

Comments
 (0)