Skip to content

Commit 1486925

Browse files
google-genai-botcopybara-github
authored andcommitted
fix: update toolbox-adk and toolbox server versions
This PR updates the `toolbox-adk` package version in the `pyproject.toml` and also updates the MCP Toolbox server version to the latest in the docs. PiperOrigin-RevId: 890633573
1 parent 6754760 commit 1486925

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contributing/samples/toolbox_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Run the following command to download and install the MCP Toolbox binary.
1919
2020
```bash
2121
export OS="linux/amd64" # one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64
22-
curl -O https://storage.googleapis.com/genai-toolbox/v0.28.0/$OS/toolbox
22+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/$OS/toolbox
2323
chmod +x toolbox
2424
```
2525

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ extensions = [
165165
"llama-index-embeddings-google-genai>=0.3.0", # For files retrieval using LlamaIndex.
166166
"lxml>=5.3.0", # For load_web_page tool.
167167
"pypika>=0.50.0", # For crewai->chromadb dependency
168-
"toolbox-adk>=0.7.0, <0.8.0", # For tools.toolbox_toolset.ToolboxToolset
168+
"toolbox-adk>=1.0.0, <2.0.0", # For tools.toolbox_toolset.ToolboxToolset
169169
]
170170

171171
otel-gcp = ["opentelemetry-instrumentation-google-genai>=0.6b0, <1.0.0"]
172172

173-
toolbox = ["toolbox-adk>=0.7.0, <0.8.0"]
173+
toolbox = ["toolbox-adk>=1.0.0, <2.0.0"]
174174

175175
slack = ["slack-bolt>=1.22.0"]
176176

0 commit comments

Comments
 (0)