potiuk commented on code in PR #58430: URL: https://github.com/apache/airflow/pull/58430#discussion_r2539164498
########## contributing-docs/13_airflow_dependencies_and_extras.rst: ########## @@ -18,6 +18,226 @@ Airflow dependencies ==================== +This document describes how we manage Apache Airflow dependencies, as well as how we make sure +that users can use Airflow both as an application and as a library when they are deploying +their own Airflow - using our constraints mechanism. + +Airflow ``pyproject.toml`` files and ``uv`` workspace +..................................................... + +Managing dependencies is an important part of maintaining Apache Airflow, we have more than 700 Review Comment: Fine for me :). Indeed maintainers might do a lot more with dependencies than developers and this guideline is mostly for developers. -- 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]
