diff --git a/python/setup.py b/python/setup.py index 4bf7e43..1b26bfd 100644 --- a/python/setup.py +++ b/python/setup.py @@ -22,6 +22,6 @@ 'dataclasses==0.6', 'dataclasses-json==0.3.0', 'grpclib==0.2.4', - 'protobuf==3.7.1', + 'protobuf==4.25.8', ] )