Skip to content

Commit af5cc49

Browse files
committed
Explicitly putting 1.0.2 lower bound on grpcio.
Also upgrading logging from 0.14.x to 0.90.x
1 parent fafc4e5 commit af5cc49

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

bigtable/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

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

5757
setup(

core/tox.ini

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

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

5757
setup(

logging/setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151

5252
REQUIREMENTS = [
5353
'google-cloud-core >= 0.22.1, < 0.23dev',
54-
'gapic-google-cloud-logging-v2 >= 0.14.0, < 0.15dev',
54+
'grpcio >= 1.0.2, < 2.0dev',
55+
'gapic-google-cloud-logging-v2 >= 0.90.0, < 0.91dev',
5556
]
5657

5758
setup(

pubsub/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

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

speech/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

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

0 commit comments

Comments
 (0)