Skip to content

Commit 2e5c4a9

Browse files
committed
fix: Fix toolbox-core package local path
1 parent e02359d commit 2e5c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
dependencies = [
1212
# "toolbox-core>=0.1.0,<1.0.0",
13-
"toolbox-core=git+https://github.com/googleapis/mcp-toolbox-sdk-python.git#egg=toolbox-core&subdirectory=packages/toolbox-core
13+
"toolbox-core @ file:../toolbox-core",
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)