bugraoz93 commented on code in PR #45300: URL: https://github.com/apache/airflow/pull/45300#discussion_r1992268958
########## hatch_build.py: ########## @@ -225,6 +225,8 @@ "itsdangerous>=2.0", "jinja2>=3.0.0", "jsonschema>=4.18.0", + # Added for CLI + "keyring>=25.6.0", Review Comment: I have added the `keyring.alt` earlier for development purposes for the required part. This is only recommended for development. So this will be enough to test. Surely production use cases should be recommended. Closing this thread for now, I will tag you on the docs so we can continue there. Thanks again Ash for your time on this one! -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org