From 9be0bf1b6c69feddc35560b4123a2ed961581e56 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 8 Dec 2016 10:08:28 -0800 Subject: [PATCH] Explicitly putting 1.0.2rc0 lower bound on grpcio. --- bigtable/setup.py | 2 +- core/tox.ini | 2 +- datastore/setup.py | 2 +- logging/setup.py | 1 + pubsub/setup.py | 1 + speech/setup.py | 1 + 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bigtable/setup.py b/bigtable/setup.py index a5e7387ac8134..4eaf00bd0fd11 100644 --- a/bigtable/setup.py +++ b/bigtable/setup.py @@ -51,7 +51,7 @@ REQUIREMENTS = [ 'google-cloud-core >= 0.21.0, < 0.22dev', - 'grpcio >= 1.0.0, < 2.0dev', + 'grpcio >= 1.0.2rc0, < 2.0dev', ] setup( diff --git a/core/tox.ini b/core/tox.ini index 3f9dc5ae4218a..48e8a517f057c 100644 --- a/core/tox.ini +++ b/core/tox.ini @@ -4,7 +4,7 @@ envlist = [testing] deps = - grpcio + grpcio >= 1.0.2rc0 mock pytest covercmd = diff --git a/datastore/setup.py b/datastore/setup.py index e79548d09a58f..b2f84a2bd643d 100644 --- a/datastore/setup.py +++ b/datastore/setup.py @@ -51,7 +51,7 @@ REQUIREMENTS = [ 'google-cloud-core >= 0.21.0, < 0.22dev', - 'grpcio >= 1.0.0, < 2.0dev', + 'grpcio >= 1.0.2rc0, < 2.0dev', ] setup( diff --git a/logging/setup.py b/logging/setup.py index 03b7563ec730b..f87c75d7d930e 100644 --- a/logging/setup.py +++ b/logging/setup.py @@ -51,6 +51,7 @@ REQUIREMENTS = [ 'google-cloud-core >= 0.21.0, < 0.22dev', + 'grpcio >= 1.0.2rc0, < 2.0dev', 'gapic-google-cloud-logging-v2 >= 0.14.0, < 0.15dev', ] diff --git a/pubsub/setup.py b/pubsub/setup.py index 37d9cb9d64966..889a631301c6d 100644 --- a/pubsub/setup.py +++ b/pubsub/setup.py @@ -51,6 +51,7 @@ REQUIREMENTS = [ 'google-cloud-core >= 0.21.0, < 0.22dev', + 'grpcio >= 1.0.2rc0, < 2.0dev', 'gapic-google-cloud-pubsub-v1 >= 0.14.0, < 0.15dev', ] diff --git a/speech/setup.py b/speech/setup.py index 5b8254826496c..5dea2179c35d1 100644 --- a/speech/setup.py +++ b/speech/setup.py @@ -50,6 +50,7 @@ REQUIREMENTS = [ 'google-cloud-core >= 0.21.0', + 'grpcio >= 1.0.2rc0, < 2.0dev', 'gapic-google-cloud-speech-v1beta1 >= 0.14.0, < 0.15dev', ]