juergbi commented on PR #2022: URL: https://github.com/apache/buildstream/pull/2022#issuecomment-3191997579
According to https://protobuf.dev/support/cross-version-runtime-guarantee/: > As of 6.32.0, all generated code since 3.20.0 will be supported until at least 8.x.y. I.e., there should be long forward compatibility of generated Python code. Assuming this is correct, we should not upgrade grpcio-tools for code generation. We should instead loosen the protobuf requirement to allow use with protobuf 6 and later. Runtime warnings have been reported, though, in #2042. We should investigate the reason for these warnings before taking any action. -- 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]
