autophagy opened a new pull request, #26598: URL: https://github.com/apache/flink/pull/26598
## What is the purpose of the change The `FlinkFnExecutionTests::test_flink_fn_execution_pb2_synced test failed of azure ci` is currently failing on Python 3.8 tests because the version bound for `protobuf` is resolving to different version for Python 3.8 and Python 3.12, leading the test to conclude that the protos need to be regenetated. This PR restricts the bounds from `>=3.19.0` to pinning to be on major version `4`, to prevent this kind of drift between Python versions. ## Brief change log - Pinned `protobuf` dependency to `4.x.x`. ## Verifying this change This change is already covered by existing tests, such as `FlinkFnExecutionTests::test_flink_fn_execution_pb2_synced` -- 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]
