Skip to content

Commit dea7668

Browse files
speedstorm1copybara-github
authored andcommitted
chore: Allow google-cloud-storage >=3.0.0
Fixes #3012 Co-authored-by: Ayush Agrawal <ayushagra@google.com> PiperOrigin-RevId: 826207388
1 parent 5cb35db commit dea7668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"google-cloud-secret-manager>=2.22.0, <3.0.0", # Fetching secrets in RestAPI Tool
3939
"google-cloud-spanner>=3.56.0, <4.0.0", # For Spanner database
4040
"google-cloud-speech>=2.30.0, <3.0.0", # For Audio Transcription
41-
"google-cloud-storage>=2.18.0, <3.0.0", # For GCS Artifact service
41+
"google-cloud-storage>=3.0.0, <4.0.0", # For GCS Artifact service
4242
"google-genai>=1.45.0, <2.0.0", # Google GenAI SDK
4343
"graphviz>=0.20.2, <1.0.0", # Graphviz for graph rendering
4444
"mcp>=1.8.0, <2.0.0;python_version>='3.10'", # For MCP Toolset

0 commit comments

Comments
 (0)