Skip to content

Commit

Permalink
Explicitly putting 1.0.2rc0 lower bound on grpcio.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 8, 2016
1 parent badbd9d commit 5053a3f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion core/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =

[testing]
deps =
grpcio
grpcio >= 1.0.2rc0
mock
pytest
covercmd =
Expand Down
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 1 addition & 0 deletions logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]

Expand Down
1 change: 1 addition & 0 deletions pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]

Expand Down
1 change: 1 addition & 0 deletions speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]

Expand Down

0 comments on commit 5053a3f

Please sign in to comment.