Skip to content

Commit 87fe5ac

Browse files
committed
fix: Fix local package path
1 parent 2e5c4a9 commit 87fe5ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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-
# "toolbox-core>=0.1.0,<1.0.0",
13-
"toolbox-core @ file:../toolbox-core",
12+
"toolbox-core @ file:./packages/toolbox-core",
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",

0 commit comments

Comments
 (0)