Skip to content

Commit 98bfd0c

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 cad638b commit 98bfd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
REQUIREMENTS = [
54-
'googleapis-common-protos >= 1.3.4',
54+
'googleapis-common-protos[grpc] >= 1.5.3, < 2.0dev',
5555
'protobuf >= 3.0.0',
5656
'google-auth >= 0.4.0, < 2.0.0dev',
5757
'requests >= 2.18.0, < 3.0.0dev',

0 commit comments

Comments
 (0)