diff --git a/src/python/library/requirements/requirements_grpc.txt b/src/python/library/requirements/requirements_grpc.txt index 63257e310..59f823cec 100644 --- a/src/python/library/requirements/requirements_grpc.txt +++ b/src/python/library/requirements/requirements_grpc.txt @@ -30,8 +30,4 @@ grpcio>=1.41.0 numpy>=1.19.1 packaging>=14.1 -# Restrict maximum version due to breaking protobuf 4.21.0 changes -# (see https://github.com/protocolbuffers/protobuf/issues/10051) -# TODO: Update to be compatible with 4.0 release (DLIS-3809) -protobuf>=3.5.0,<4 python-rapidjson>=0.9.1