Skip to content

Commit a6305ea

Browse files
committed
chore: Add toolbox actual package version in toml and local path in requirements.txt
1 parent eccd162 commit a6305ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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-
# TODO: Replace with actual package dependency (eg. "toolbox-core>=0.2.0,<1.0.0")
13-
"toolbox-core @ git+https://github.com/googleapis/mcp-toolbox-sdk-python.git@anubhav-lc-wraps-core#subdirectory=packages/toolbox-core",
12+
"toolbox-core>=0.2.0,<1.0.0",
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-langchain/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-e packages/toolbox-core
12
langchain-core==0.3.56
23
PyYAML==6.0.2
34
pydantic==2.11.4

0 commit comments

Comments
 (0)