diff --git a/setup.py b/setup.py index 13d0c58f2c..83e93a778d 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def _log_and_run(*cmd, **kwargs): class CompileProto(Command): # When adding new protobuf versions, also update: setup.cfg, python/arcticdb/__init__.py - _PROTOBUF_TO_GRPC_VERSION = {"3": "<1.31", "4": ">=1.68.1", "5": ">=1.68.1"} + _PROTOBUF_TO_GRPC_VERSION = {"3": "<1.31", "4": ">=1.66.2", "5": ">=1.68.1"} description = '"protoc" generate code _pb2.py from .proto files' user_options = [