Skip to content

Commit 98d166b

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 4938cd7 commit 98d166b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.27.0, < 0.28dev',
55-
'grpcio >= 1.2.0, < 2.0dev',
55+
'grpcio >= 1.2.0, < 1.6dev',
5656
'gapic-google-cloud-logging-v2 >= 0.91.0, < 0.92dev',
5757
]
5858

0 commit comments

Comments
 (0)