We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsonschema
1 parent b7d571b commit 0fa7e46Copy full SHA for 0fa7e46
1 file changed
pyproject.toml
@@ -43,6 +43,7 @@ dependencies = [
43
"google-cloud-storage>=3.0.0, <4.0.0", # For GCS Artifact service
44
"google-genai>=1.45.0, <2.0.0", # Google GenAI SDK
45
"graphviz>=0.20.2, <1.0.0", # Graphviz for graph rendering
46
+ "jsonschema>=4.23.0, <5.0.0", # Agent Builder config validation
47
"mcp>=1.8.0, <2.0.0;python_version>='3.10'", # For MCP Toolset
48
"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.
49
"opentelemetry-exporter-gcp-logging>=1.9.0a0, <2.0.0",
0 commit comments