Skip to content

Commit

Permalink
Pin grpc<1.40 until retries can be disabled (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Nov 4, 2021
1 parent cb5f1e0 commit 6e0e764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -156,7 +156,7 @@ def build_extension(self, ext):
"newrelic": ["newrelic.ini", "version.txt", "packages/urllib3/LICENSE.txt", "common/cacert.pem"],
},
scripts=["scripts/newrelic-admin"],
extras_require={"infinite-tracing": ["grpcio<2", "protobuf<4"]},
extras_require={"infinite-tracing": ["grpcio<1.40", "protobuf<4"]},
)

if with_setuptools:
Expand Down

0 comments on commit 6e0e764

Please sign in to comment.