deepyaman commented on code in PR #23141: URL: https://github.com/apache/flink/pull/23141#discussion_r1303757967
########## flink-python/pyproject.toml: ########## @@ -18,12 +18,12 @@ [build-system] # Minimum requirements for the build system to execute. requires = [ - "packaging==20.5; platform_machine=='arm64'", # macos M1 + "packaging>=20.5; platform_machine=='arm64'", # macos M1 "setuptools>=18.0", "wheel", - "apache-beam==2.43.0", - "cython==0.29.24", - "fastavro>=1.1.0,<1.4.8" + "apache-beam>=2.43.0,<2.49.0", + "cython>=0.29.24", Review Comment: ```suggestion "cython>=0.29.24,<3", ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org