diff --git a/setup.py b/setup.py index 9bc6b96c..494e0737 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ ] grpc_deps = ['grpcio>=1.35,<1.43', - 'grpcio-tools>=1.35,<1.44', + 'grpcio-tools>=1.35,<1.50', 'prometheus_client==0.13.1', 'click' ]