ashb commented on code in PR #58430: URL: https://github.com/apache/airflow/pull/58430#discussion_r2538486434
########## 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: ```suggestion Managing dependencies is an important part of developing Apache Airflow, we have more than 700 ``` To me, maintaining Airflow is things you do with a running Airflow deployment. -- 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]
