Skip to content

Commit 659f8fd

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: Upgrade the google-cloud-storage version in vertex_extensions/reasoning_engine and aiplatform
PiperOrigin-RevId: 905243271
1 parent 2fd8ca0 commit 659f8fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
321321
"packaging >= 14.3",
322322
"google-cloud-storage >= 1.32.0, < 4.0.0; python_version<'3.13'",
323-
"google-cloud-storage >= 2.10.0, < 4.0.0; python_version>='3.13'",
323+
"google-cloud-storage >= 3.10.0, < 4.0.0; python_version>='3.13'",
324324
"google-cloud-bigquery >= 1.15.0, < 4.0.0, !=3.20.0",
325325
"google-cloud-resource-manager >= 1.3.3, < 3.0.0",
326326
"google-genai >= 1.37.0, <2.0.0; python_version<'3.10'",

testing/constraints-3.13.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- coding: utf-8 -*-
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
4-
google-api-core==2.21.0 # Tests google-api-core with rest async support
4+
google-api-core==2.27.0 # Tests google-api-core with rest async support
55
google-auth==2.47.0 # Tests google-auth with rest async support
66
proto-plus
77
mock==4.0.2
8-
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
8+
google-cloud-storage==3.10.0 # Updated to v3.x, backward compatible with v2.x via wrapper
99
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1010
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1111
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests

0 commit comments

Comments
 (0)