Skip to content

Commit 1c49d2c

Browse files
authored
chore: Auto-update core package dependency version (#251)
1 parent 83ba029 commit 1c49d2c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ authors = [
99
{name = "Google LLC", email = "[email protected]"}
1010
]
1111
dependencies = [
12-
# TODO: Bump toolbox-core version to 0.2.0
13-
"toolbox-core==0.1.0",
12+
"toolbox-core==0.1.0", # x-release-please-version
1413
"langchain-core>=0.2.23,<1.0.0",
1514
"PyYAML>=6.0.1,<7.0.0",
1615
"pydantic>=2.7.0,<3.0.0",

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ authors = [
99
{name = "Google LLC", email = "[email protected]"}
1010
]
1111
dependencies = [
12-
# TODO: Bump toolbox-core version to 0.2.0
13-
"toolbox-core==0.1.0",
12+
"toolbox-core==0.1.0", # x-release-please-version
1413
"llama-index>=0.12.0,<1.0.0",
1514
"PyYAML>=6.0.1,<7.0.0",
1615
"pydantic>=2.8.0,<3.0.0",

0 commit comments

Comments
 (0)