Skip to content

Commit 6e0e764

Browse files
authored
Pin grpc<1.40 until retries can be disabled (#423)
1 parent cb5f1e0 commit 6e0e764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def build_extension(self, ext):
156156
"newrelic": ["newrelic.ini", "version.txt", "packages/urllib3/LICENSE.txt", "common/cacert.pem"],
157157
},
158158
scripts=["scripts/newrelic-admin"],
159-
extras_require={"infinite-tracing": ["grpcio<2", "protobuf<4"]},
159+
extras_require={"infinite-tracing": ["grpcio<1.40", "protobuf<4"]},
160160
)
161161

162162
if with_setuptools:

0 commit comments

Comments
 (0)