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

altay 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 9f88443  Upgrade google-cloud-core and google-cloud-bigquery 
dependencies
     new 8117b58  Merge pull request #9162 from aaltay/gcc
9f88443 is described below

commit 9f88443ec92daf61eb60060ee8b5beb9d794c6bc
Author: Ahmet Altay <[email protected]>
AuthorDate: Thu Jul 25 17:34:05 2019 -0700

    Upgrade google-cloud-core and google-cloud-bigquery dependencies
---
 sdks/python/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 4e5d2d1..94efed4 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -148,8 +148,8 @@ GCP_REQUIREMENTS = [
     'google-cloud-datastore>=1.7.1,<1.8.0',
     'google-cloud-pubsub>=0.39.0,<0.40.0',
     # GCP packages required by tests
-    'google-cloud-bigquery>=1.6.0,<1.7.0',
-    'google-cloud-core>=0.28.1,<0.30.0',
+    'google-cloud-bigquery>=1.6.0,<1.18.0',
+    'google-cloud-core>=0.28.1,<2',
     'google-cloud-bigtable>=0.31.1,<0.33.0',
 ]
 

Reply via email to