Skip to content

Commit 86d8890

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 feac92a commit 86d8890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-trace/setup.py

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

1010
install_requires = [
1111
'google-gax>=0.15.7, <0.16dev',
12-
'googleapis-common-protos[grpc]>=1.5.2, <2.0dev',
12+
'googleapis-common-protos[grpc]>=1.5.3, <2.0dev',
1313
'google-cloud-core >= 0.27.0, < 0.28dev',
1414
]
1515

0 commit comments

Comments
 (0)