Skip to content

Commit a6a7ce9

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--toolbox-core
2 parents cbefc55 + 0028f8a commit a6a7ce9

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
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

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"changelog-sections": [
88
{ "type": "feat", "section": "Features" },
99
{ "type": "fix", "section": "Bug Fixes" },
10-
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false }
10+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
11+
{ "type": "docs", "section": "Documentation", "hidden": false },
1112
],
1213
"packages": {
1314
"packages/toolbox-core": {

0 commit comments

Comments
 (0)