Skip to content

Commit 7955177

Browse files
GWealecopybara-github
authored andcommitted
fix: Update dependency versions in pyproject.toml
Bump authlib to >=1.6.6 and mcp to >=1.23.0. Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 858728187
1 parent 215c2f5 commit 7955177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"PyYAML>=6.0.2, <7.0.0", # For APIHubToolset.
2929
"aiosqlite>=0.21.0", # For SQLite database
3030
"anyio>=4.9.0, <5.0.0", # For MCP Session Manager
31-
"authlib>=1.5.1, <2.0.0", # For RestAPI Tool
31+
"authlib>=1.6.6, <2.0.0", # For RestAPI Tool
3232
"click>=8.1.8, <9.0.0", # For CLI tools
3333
"fastapi>=0.115.0, <0.124.0", # FastAPI framework
3434
"google-api-python-client>=2.157.0, <3.0.0", # Google API client discovery
@@ -46,7 +46,7 @@ dependencies = [
4646
"google-genai>=1.56.0, <2.0.0", # Google GenAI SDK
4747
"graphviz>=0.20.2, <1.0.0", # Graphviz for graph rendering
4848
"jsonschema>=4.23.0, <5.0.0", # Agent Builder config validation
49-
"mcp>=1.10.0, <2.0.0", # For MCP Toolset
49+
"mcp>=1.23.0, <2.0.0", # For MCP Toolset
5050
"opentelemetry-api>=1.37.0, <=1.37.0", # OpenTelemetry - limit upper version for sdk and api to not risk breaking changes from unstable _logs package.
5151
"opentelemetry-exporter-gcp-logging>=1.9.0a0, <2.0.0",
5252
"opentelemetry-exporter-gcp-monitoring>=1.9.0a0, <2.0.0",

0 commit comments

Comments
 (0)