diff --git a/setup.py b/setup.py index 9060b734..6d4579a5 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.52', 'prometheus_client==0.13.1', 'click' ]