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

   > Hey @dabla
   > 
   > I think you should update `apache-airflow>=2.7.0` in mysql-azure provider 
and add `mysql-azure` 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).
   
   Alright, thank you Jarek, indeed it can become a dependency hell when you 
have to deal with so much dependencies.  Will update this in the provider.yaml  
I was trying to reproduce it with breeze locally but couldn't get the image to 
build so was a bit stuck there so thanks again for the pointer.


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