You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/07/12 23:34:11 UTC

[beam] branch master updated: Update google-cloud-core dependency to <3 (#22237)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d4d7d93af9c Update google-cloud-core dependency to <3 (#22237)
d4d7d93af9c is described below

commit d4d7d93af9ceb986e16ecfaded6308f636831e0b
Author: johnjcasey <95...@users.noreply.github.com>
AuthorDate: Tue Jul 12 19:34:04 2022 -0400

    Update google-cloud-core dependency to <3 (#22237)
---
 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 b02836a02f1..a743ff3210d 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -272,7 +272,7 @@ if __name__ == '__main__':
             # GCP packages required by tests
             'google-cloud-bigquery>=1.6.0,<3',
             'google-cloud-bigquery-storage>=2.6.3,<2.14',
-            'google-cloud-core>=0.28.1,<2',
+            'google-cloud-core>=0.28.1,<3',
             'google-cloud-bigtable>=0.31.1,<2',
             'google-cloud-spanner>=1.13.0,<2',
             'grpcio-gcp>=0.2.2,<1',