From 051b16301a06146fba93ae8e90eadd4e1c2989d7 Mon Sep 17 00:00:00 2001 From: Mark Liu Date: Fri, 24 Mar 2017 09:30:53 -0700 Subject: [PATCH 1/2] [BEAM-1795] Upgrade google-cloud-bigquery to 0.23.0 --- 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 3b44b824d7e1..4a0b3030283b 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -106,7 +106,7 @@ def get_version(): 'proto-google-cloud-datastore-v1==0.90.0', 'googledatastore==7.0.0', # GCP packages required by tests - 'google-cloud-bigquery>=0.22.1,<0.23', + 'google-cloud-bigquery>=0.23.0,<1.0.0', ] From 61c0347b7d9954cc242ac49e822e6032d69ca1be Mon Sep 17 00:00:00 2001 From: Mark Liu Date: Thu, 30 Mar 2017 15:34:02 -0700 Subject: [PATCH 2/2] fixup! Limit version less than 0.24.0 --- 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 4a0b3030283b..ee3b5e41208c 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -106,7 +106,7 @@ def get_version(): 'proto-google-cloud-datastore-v1==0.90.0', 'googledatastore==7.0.0', # GCP packages required by tests - 'google-cloud-bigquery>=0.23.0,<1.0.0', + 'google-cloud-bigquery>=0.23.0,<0.24.0', ]