Skip to content

Commit a7ffef8

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: 891985221
1 parent 78525d2 commit a7ffef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)