commit | 8c415c71e41561e767d53d3ebe8b0b0ba6d3c905 | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Tue May 28 14:12:08 2019 -0400 |
committer | GitHub <noreply@github.com> | Tue May 28 14:12:08 2019 -0400 |
tree | a03dfb4302dd9a4ac9601d019b46cc628bf4a8f9 | |
parent | 49f2ef5169a4068dc8561ad1447c47d70873b74c [diff] [blame] |
Core: Classify 503 Service Unavailable errors as transient. (#8182) Also, pin grpcio < 2.0dev. Closes #5410.
diff --git a/setup.py b/setup.py index a82cf0e..d137450 100644 --- a/setup.py +++ b/setup.py
@@ -39,7 +39,7 @@ 'futures >= 3.2.0; python_version < "3.2"', ] extras = { - "grpc": "grpcio >= 1.8.2", + "grpc": "grpcio >= 1.8.2, < 2.0dev", "grpcgcp": "grpcio-gcp >= 0.2.2", "grpcio-gcp": "grpcio-gcp >= 0.2.2", }