Skip to content

Commit 81d862b

Browse files
fix(deps): update python-nonmajor (#314)
Co-authored-by: Twisha Bansal <[email protected]>
1 parent 6cf6d6b commit 81d862b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
"mypy==1.17.0",
5050
"pytest==8.4.1",
5151
"pytest-aioresponses==0.3.0",
52-
"pytest-asyncio==1.0.0",
52+
"pytest-asyncio==1.1.0",
5353
"pytest-cov==6.2.1",
5454
"pytest-mock==3.14.1",
5555
"google-cloud-secret-manager==2.24.0",

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
4949
"mypy==1.17.0",
50-
"pytest-asyncio==1.0.0",
50+
"pytest-asyncio==1.1.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
5353
"Pillow==11.3.0",

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.68
2+
langchain-core==0.3.69
33
PyYAML==6.0.2
44
pydantic==2.11.7
55
aiohttp==3.12.14

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
4949
"mypy==1.17.0",
50-
"pytest-asyncio==1.0.0",
50+
"pytest-asyncio==1.1.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
5353
"Pillow==11.3.0",

0 commit comments

Comments
 (0)