Skip to content

Commit 5e247a9

Browse files
committed
Explicitly putting 1.0.2rc0 lower bound on grpcio.
1 parent badbd9d commit 5e247a9

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
REQUIREMENTS = [
5353
'google-cloud-core >= 0.21.0, < 0.22dev',
54-
'grpcio >= 1.0.0, < 2.0dev',
54+
'grpcio >= 1.0.2rc0, < 2.0dev',
5555
]
5656

5757
setup(

core/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44

55
[testing]
66
deps =
7-
grpcio
7+
grpcio >= 1.0.2rc0
88
mock
99
pytest
1010
covercmd =

datastore/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
REQUIREMENTS = [
5353
'google-cloud-core >= 0.21.0, < 0.22dev',
54-
'grpcio >= 1.0.0, < 2.0dev',
54+
'grpcio >= 1.0.2rc0, < 2.0dev',
5555
]
5656

5757
setup(

logging/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
REQUIREMENTS = [
5353
'google-cloud-core >= 0.21.0, < 0.22dev',
54+
'grpcio >= 1.0.2rc0, < 2.0dev',
5455
'gapic-google-cloud-logging-v2 >= 0.14.0, < 0.15dev',
5556
]
5657

pubsub/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
REQUIREMENTS = [
5353
'google-cloud-core >= 0.21.0, < 0.22dev',
54+
'grpcio >= 1.0.2rc0, < 2.0dev',
5455
'gapic-google-cloud-pubsub-v1 >= 0.14.0, < 0.15dev',
5556
]
5657

speech/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
REQUIREMENTS = [
5252
'google-cloud-core >= 0.21.0',
53+
'grpcio >= 1.0.2rc0, < 2.0dev',
5354
'gapic-google-cloud-speech-v1beta1 >= 0.14.0, < 0.15dev',
5455
]
5556

0 commit comments

Comments
 (0)