prabhjyotsingh commented on code in PR #4087: URL: https://github.com/apache/ambari/pull/4087#discussion_r2529493433
########## setup.py: ########## @@ -131,7 +131,7 @@ def get_version(): + get_ambari_server_stack_package() + get_extra_common_packages(), package_dir=create_package_dir_map(), - install_requires=["coilmq==1.0.1"], + install_requires=["coilmq==1.0.1", "cryptography==46.0.3"], Review Comment: I’m uncertain whether this change is necessary. If it isn’t, I can revert it, or we can relocate it to a more suitable location if needed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
