We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d402f10 + 0e1a8ed commit bd5c896Copy full SHA for bd5c896
1 file changed
google-cloud-speech/setup.py
@@ -49,13 +49,14 @@
49
}
50
51
REQUIREMENTS = [
52
- 'google-cloud-core >= 0.21.0',
+ 'google-cloud-core >= 0.22.1, < 0.23dev',
53
+ 'grpcio >= 1.0.2, < 2.0dev',
54
'gapic-google-cloud-speech-v1beta1 >= 0.14.0, < 0.15dev',
55
]
56
57
setup(
58
name='google-cloud-speech',
- version='0.21.0',
59
+ version='0.22.0',
60
description='Python Client for Google Cloud Speech',
61
long_description=README,
62
namespace_packages=[
0 commit comments