Jorge Villatoro created FLINK-29796: ---------------------------------------
Summary: pyflink protobuf requirement out of date Key: FLINK-29796 URL: https://issues.apache.org/jira/browse/FLINK-29796 Project: Flink Issue Type: Bug Components: API / Python Affects Versions: 1.16.0 Reporter: Jorge Villatoro The setup.py file for pyflink currently requires protobuf<3.18 but the dev-requirements.txt file lists protubuf<=3.21 which seems to indicate that the library works with newer version of protobuf. The latest version of protobuf which satisfies the requirement was 3.17.3 which was released over a year ago, and notably the various gcloud api packages all require much newer versions (3.19+ I think). Obviously there are ways around this but the right answer is likely to ease/change the requirement. -- This message was sent by Atlassian Jira (v8.20.10#820010)