Pants 2.2 adds dependency inference for Protobuf
As of Pants 2.2, Pants now knows how to use dependency inference with Protobuf! This includes: 1) Protobuf imports of other Protobuf files, and 2) Python imports of generated Protobuf code, including gRPC.…