Skip to content

Commit 9e270be

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 878d62e commit 9e270be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-vision/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
REQUIREMENTS = [
2828
'google-cloud-core >= 0.27.0, < 0.28dev',
2929
'google-gax >= 0.15.14, < 0.16dev',
30-
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
30+
'googleapis-common-protos[grpc] >= 1.5.3, < 2.0dev',
3131
]
3232
EXTRAS_REQUIRE = {
3333
':python_version<"3.4"': ['enum34'],

0 commit comments

Comments
 (0)