chore: Allow google-cloud-storage >=2.18.0

Resolves https://github.com/google/adk-python/issues/3641

Co-authored-by: Shangjie Chen <deanchen@google.com>
PiperOrigin-RevId: 835292931
This commit is contained in:
Shangjie Chen
2025-11-21 11:18:40 -08:00
committed by Copybara-Service
parent a4453c884c
commit 89aee16f16
+1 -1
View File
@@ -40,7 +40,7 @@ dependencies = [
"google-cloud-secret-manager>=2.22.0, <3.0.0", # Fetching secrets in RestAPI Tool
"google-cloud-spanner>=3.56.0, <4.0.0", # For Spanner database
"google-cloud-speech>=2.30.0, <3.0.0", # For Audio Transcription
"google-cloud-storage>=3.0.0, <4.0.0", # For GCS Artifact service
"google-cloud-storage>=2.18.0, <4.0.0", # For GCS Artifact service
"google-genai>=1.45.0, <2.0.0", # Google GenAI SDK
"graphviz>=0.20.2, <1.0.0", # Graphviz for graph rendering
"jsonschema>=4.23.0, <5.0.0", # Agent Builder config validation