Skip to content

Commit 0fa7e46

Browse files
GWealecopybara-github
authored andcommitted
fix: Add jsonschema dependency for Agent Builder config validation
Close #3494 Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 832362832
1 parent b7d571b commit 0fa7e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies = [
4343
"google-cloud-storage>=3.0.0, <4.0.0", # For GCS Artifact service
4444
"google-genai>=1.45.0, <2.0.0", # Google GenAI SDK
4545
"graphviz>=0.20.2, <1.0.0", # Graphviz for graph rendering
46+
"jsonschema>=4.23.0, <5.0.0", # Agent Builder config validation
4647
"mcp>=1.8.0, <2.0.0;python_version>='3.10'", # For MCP Toolset
4748
"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.
4849
"opentelemetry-exporter-gcp-logging>=1.9.0a0, <2.0.0",

0 commit comments

Comments
 (0)