Skip to content

Commit

Permalink
Explicitly putting 1.0.2 lower bound on grpcio.
Browse files Browse the repository at this point in the history
Also upgrading logging from 0.14.x to 0.90.x
  • Loading branch information
dhermes committed Dec 10, 2016
1 parent 671aad9 commit 744468c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-python-speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.22.1, < 0.23dev',
'grpcio >= 1.0.2, < 2.0dev',
'gapic-google-cloud-speech-v1beta1 >= 0.14.0, < 0.15dev',
]

Expand Down

0 comments on commit 744468c

Please sign in to comment.