Skip to content

Commit 494c360

Browse files
wukathcopybara-github
authored andcommitted
fix: Bump minimum mcp version from 1.23.0 to 1.24.0
We added sampling_capabilities to mcp client session, but it did not exist in mcp versions prior to 1.24.0. Fixes #5058. Co-authored-by: Kathy Wu <wukathy@google.com> PiperOrigin-RevId: 899814337
1 parent 70c5fc8 commit 494c360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"graphviz>=0.20.2, <1.0.0", # Graphviz for graph rendering
4949
"httpx>=0.27.0, <1.0.0", # HTTP client library
5050
"jsonschema>=4.23.0, <5.0.0", # Agent Builder config validation
51-
"mcp>=1.23.0, <2.0.0", # For MCP Toolset
51+
"mcp>=1.24.0, <2.0.0", # For MCP Toolset
5252
"opentelemetry-api>=1.36.0, <1.39.0", # OpenTelemetry - keep below 1.39.0 due to current agent_engines exporter constraints.
5353
"opentelemetry-exporter-gcp-logging>=1.9.0a0, <2.0.0",
5454
"opentelemetry-exporter-gcp-monitoring>=1.9.0a0, <2.0.0",

0 commit comments

Comments
 (0)