Abacn commented on code in PR #34888: URL: https://github.com/apache/beam/pull/34888#discussion_r2094242230
########## sdks/python/setup.py: ########## @@ -340,6 +340,7 @@ def get_portability_package_data(): ext_modules=extensions, install_requires=[ 'crcmod>=1.7,<2.0', + 'cryptography>=44.0.1', Review Comment: this will break beam installation on any python environment that has a dependency with upper bounded cryptography<44 To resolve vulnerability in container, update container requirements are sufficient -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org