Skip to content

Commit 2fb62c7

Browse files
Merge pull request #2 from venkateshpabbati/dependabot/pip/google-cloud-storage-gte-2.18.0-and-lt-4.0.0
chore(deps): update google-cloud-storage requirement from <3.0.0,>=2.18.0 to >=2.18.0,<4.0.0
2 parents ff4aa08 + b67d9c8 commit 2fb62c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)