NBardelot opened a new issue #10038: URL: https://github.com/apache/airflow/issues/10038
From an ops point of view, packaging Airflow with about 150 dependencies not strictly tied to a version is a bad practice. In `setup.py` there are about 20 dependencies using `=~` versions and about 130 dependencies using `>= ` versions. This means there is no guarantee that two instances of Airflow run the same verions of python libraries. Being forced to manually compute dozens of dependency versions and force them in requirements.txt is not a viable solution. Airflow should freeze its dependency tree when a new stable version comes out. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
