tvalentyn commented on code in PR #27536: URL: https://github.com/apache/beam/pull/27536#discussion_r1267271884
########## sdks/python/container/base_image_requirements_manual.txt: ########## @@ -25,9 +25,7 @@ # Consider constraining requirements of Beam itself when necessary. bs4 # Commonly used HTML processing tool. -# Don't upgrade to Cython 3.x, until it's released, stable and we have consensus -# to upgrade. Use 0.xx for now. -cython<1 +cython==3.0.0 Review Comment: I don't think we should pin a specific version here. This defines container dependencies. container dependencies don't change after a container image is released. Removing the pin means we will regularly update to the latest version. -- 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]
