Skip to content

Commit de65c71

Browse files
authored
Avoiding grpcio==1.6.0 in deps. (#4096)
This is due to `google-gax` doing the same, which has broken RTD builds: https://readthedocs.org/projects/google-cloud-python/builds/6063446/ The motivation for avoiding `grpcio==1.6.0` is: grpc/grpc#12455
1 parent e7b7b56 commit de65c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
REQUIREMENTS = [
5555
'google-cloud-core >= 0.27.0, < 0.28dev',
5656
'google-gax >= 0.15.14, < 0.16dev',
57-
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
57+
'googleapis-common-protos[grpc] >= 1.5.3, < 2.0dev',
5858
]
5959

6060
setup(

0 commit comments

Comments
 (0)