Skip to content

Commit

Permalink
Avoiding grpcio==1.6.0 in deps. (#4096)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhermes authored Oct 2, 2017
1 parent feac92a commit 86d8890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-trace/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

install_requires = [
'google-gax>=0.15.7, <0.16dev',
'googleapis-common-protos[grpc]>=1.5.2, <2.0dev',
'googleapis-common-protos[grpc]>=1.5.3, <2.0dev',
'google-cloud-core >= 0.27.0, < 0.28dev',
]

Expand Down

0 comments on commit 86d8890

Please sign in to comment.