From 40e5cb937f8f8234ee9bf54bc04160e4bd9fe1f3 Mon Sep 17 00:00:00 2001 From: phoebusm Date: Fri, 20 Dec 2024 12:03:57 +0000 Subject: [PATCH] update pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [