Skip to content

Commit ac2bcf5

Browse files
authored
fix(deps): update python-nonmajor (#295)
1 parent d7c3311 commit ac2bcf5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
"pytest-asyncio==1.0.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
53-
"Pillow==11.2.1",
53+
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
5555
"google-cloud-storage==3.1.1",
5656
]

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==0.3.65
2+
langchain-core==0.3.67
33
PyYAML==6.0.2
44
pydantic==2.11.7
55
aiohttp==3.12.13

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
"pytest-asyncio==1.0.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
53-
"Pillow==11.2.1",
53+
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
5555
"google-cloud-storage==3.1.1",
5656
]

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==0.12.43
2+
llama-index==0.12.45
33
PyYAML==6.0.2
44
pydantic==2.11.7
55
aiohttp==3.12.13

0 commit comments

Comments
 (0)