Skip to content

Commit f03e7ec

Browse files
authored
fix(deps): update python-nonmajor (#98)
1 parent 0ce8e18 commit f03e7ec

File tree

4 files changed

+8
-8
lines changed

4 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
@@ -45,7 +45,7 @@ test = [
4545
"mypy==1.15.0",
4646
"pytest==8.3.5",
4747
"pytest-aioresponses==0.3.0",
48-
"pytest-asyncio==0.25.3",
48+
"pytest-asyncio==0.26.0",
4949
"google-cloud-secret-manager==2.23.2",
5050
"google-cloud-storage==3.1.0",
5151
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.11.14
2-
pydantic==2.10.6
1+
aiohttp==3.11.16
2+
pydantic==2.11.2

packages/toolbox-langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ test = [
4545
"black[jupyter]==25.1.0",
4646
"isort==6.0.1",
4747
"mypy==1.15.0",
48-
"pytest-asyncio==0.25.3",
48+
"pytest-asyncio==0.26.0",
4949
"pytest==8.3.5",
50-
"pytest-cov==6.0.0",
50+
"pytest-cov==6.1.0",
5151
"Pillow==11.1.0",
5252
"google-cloud-secret-manager==2.23.2",
5353
"google-cloud-storage==3.1.0",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
langchain-core==0.3.47
1+
langchain-core==0.3.50
22
PyYAML==6.0.2
3-
pydantic==2.10.6
4-
aiohttp==3.11.14
3+
pydantic==2.11.2
4+
aiohttp==3.11.16
55
deprecated==1.2.18

0 commit comments

Comments
 (0)