Skip to content

Commit ec423ea

Browse files
authored
chore: Pin toolbox-core version (#248)
1 parent 59f0634 commit ec423ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/toolbox-langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ authors = [
99
{name = "Google LLC", email = "[email protected]"}
1010
]
1111
dependencies = [
12-
# TODO: Bump lowest supported version to 0.2.0
13-
"toolbox-core>=0.1.0,<1.0.0",
12+
# TODO: Bump toolbox-core version to 0.2.0
13+
"toolbox-core==0.1.0",
1414
"langchain-core>=0.2.23,<1.0.0",
1515
"PyYAML>=6.0.1,<7.0.0",
1616
"pydantic>=2.7.0,<3.0.0",

0 commit comments

Comments
 (0)