eladkal commented on issue #69704:
URL: https://github.com/apache/airflow/issues/69704#issuecomment-4936649707

   Where do you see that Airflow limits the versions?
   
https://github.com/apache/airflow/blob/d19a68a152dfc1887450336e236206c4c96f56ef/providers/celery/pyproject.toml#L68
   
   You don't have to use Airflow constraints. You can create your own.
   Airflow constraints does **not** guarantee latest available versions. It 
guarantees only [reproducible 
install](https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#reproducible-airflow-installation).
   PIP algorithm decides on the versions. Since you are likely not to use all 
the dependencies Airflow has sometimes generating your own constraints file 
just with the packages you need will give you a better result.
   
   Unless there is a version which is broken completely and should be excluded 
entirely from our resolution options I don't see any task here for Airflow.


-- 
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]

Reply via email to