Skip to content

Commit 3502e7e

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: Bump fallback GCS version to 3.0.0 in tests, in accordance with the recent GCS version update
PiperOrigin-RevId: 892087422
1 parent 78525d2 commit 3502e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/aiplatform/utils/gcs_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
_GCS_VERSION = Version(get_version("google-cloud-storage"))
4646
except Exception:
4747
# Fallback if version detection fails (should not happen in normal use)
48-
_GCS_VERSION = Version("2.0.0")
48+
_GCS_VERSION = Version("3.0.0")
4949

5050
_USE_FROM_URI = _GCS_VERSION >= Version("3.0.0")
5151

0 commit comments

Comments
 (0)