Skip to content

Commit

Permalink
Upgrade grpc pin
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Dec 20, 2024
1 parent 767e741 commit 01e0980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.49", "5": ">=1.68.1"}
_PROTOBUF_TO_GRPC_VERSION = {"3": "<1.31", "4": ">=1.68.1", "5": ">=1.68.1"}

description = '"protoc" generate code _pb2.py from .proto files'
user_options = [
Expand Down

0 comments on commit 01e0980

Please sign in to comment.