Skip to content

Commit 689a1bd

Browse files
committed
fix: Fix lowest supported version until released
1 parent 6c5037d commit 689a1bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolbox-langchain/pyproject.toml

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

0 commit comments

Comments
 (0)