commit | ad7f591eadda0276e955cabb1fba7668f301dc0d | [log] [tgz] |
---|---|---|
author | Danny Hermes <daniel.j.hermes@gmail.com> | Wed Dec 20 15:32:13 2017 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 20 15:32:13 2017 -0800 |
tree | 7726ade4944b478b4664b36b96e303177ce3eb5f | |
parent | 59b3ea83cd82725e8a9f136e265b8972ef652108 [diff] |
Requiring 'grpcio >= 1.8.2'. (#4642) This is due to a nasty spinlock bug [1] that has been partially fixed [2] in `1.8.2`. [1]: https://github.com/grpc/grpc/issues/9688 [2]: https://github.com/grpc/grpc/pull/13665