nanonyme commented on code in PR #1879: URL: https://github.com/apache/buildstream/pull/1879#discussion_r1389327136
########## src/buildstream/_protos/build/bazel/remote/asset/v1/remote_asset_pb2.py: ########## @@ -4,9 +4,8 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message Review Comment: Looks like it was 3.20.1. This is btw *really* dangerous, the grpcio-tools that is compatible with this old protobuf is getting increasingly hard to install. It would be more maintainable to drop support for older grpc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
