From a641e2de4fd868f32d0ea5563e013779011f4490 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Thu, 10 Aug 2023 10:11:06 -0700 Subject: [PATCH] Revert "Unpin google-cloud-storage. (#27931)" This reverts commit 0a8e3cc0907a996e287629ac544debb480fa8abf. --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 027c0c6dbb93..c171a48785b8 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -310,7 +310,7 @@ def get_portability_package_data(): 'google-cloud-datastore>=2.0.0,<3', 'google-cloud-pubsub>=2.1.0,<3', 'google-cloud-pubsublite>=1.2.0,<2', - 'google-cloud-storage>=2.10.0,<3', + 'google-cloud-storage>=2.10.0,<2.11.0', # GCP packages required by tests 'google-cloud-bigquery>=2.0.0,<4', 'google-cloud-bigquery-storage>=2.6.3,<3',