diff --git a/plugins/grpc/python/v1.60.0/buf.plugin.yaml b/plugins/grpc/python/v1.60.0/buf.plugin.yaml index 8d2f4c607..f7d08be34 100644 --- a/plugins/grpc/python/v1.60.0/buf.plugin.yaml +++ b/plugins/grpc/python/v1.60.0/buf.plugin.yaml @@ -16,4 +16,4 @@ registry: requires_python: ">=3.7" deps: # https://pypi.org/project/grpcio/ - - "grpcio" + - "grpcio>=1.60.0" diff --git a/plugins/grpc/python/v1.76.0/buf.plugin.yaml b/plugins/grpc/python/v1.76.0/buf.plugin.yaml index 6cb5ea4cd..c8c72e194 100644 --- a/plugins/grpc/python/v1.76.0/buf.plugin.yaml +++ b/plugins/grpc/python/v1.76.0/buf.plugin.yaml @@ -16,4 +16,4 @@ registry: requires_python: ">=3.9" deps: # https://pypi.org/project/grpcio/ - - "grpcio" + - "grpcio>=1.76.0"