Skip to content

Commit add613e

Browse files
committed
Upgrade mcp minimum version requirement from version 1.23.0 to version 1.24.0
1 parent b3e9962 commit add613e

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)