potiuk commented on PR #38111:
URL: https://github.com/apache/airflow/pull/38111#issuecomment-2049355078

   Hey @dabla 
   
   I think you should add `apache-airflow>=2.7.0` in mysql provider and add 
mysql to the 
https://github.com/apache/airflow/blob/main/dev/breeze/src/airflow_breeze/global_constants.py#L470
 for 2.6.0. The problem you see in the compatibility check that the library you 
added is conflicting with **some** libraries used in 2.6.0 and `pip` times out 
on trying to find a resolution of dependencies when installing new `mysql` 
provider for 2.6.0. This is one of the problems of having so many dependencies 
with so many providers that it does not really work for all combinations.
   
   We are about to bump `min-airflow` version to 2.7.0 for all providers as of 
27th of April :  
https://github.com/apache/airflow/blob/main/PROVIDERS.rst#upgrading-minimum-supported-version-of-airflow
 and it's very likely next wave of providers will have 2.7.0 as minimum (but we 
also allow to bump min airflow version individually for providers if there is a 
need).


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

Reply via email to