agreenburg commented on issue #42452:
URL: https://github.com/apache/airflow/issues/42452#issuecomment-2375076114

   This looks like it is resolved with the latest version of 
apache-airflow-providers-mysql.
   
   However I would like to leave this open for visibility because having 
dependencies defined without version constraints between providers that might 
be updated independently could cause things like this to break again in the 
future due to `pip install` behavior to not update existing modules that 
already satisfy the requirement.
   
   Because apache-airflow-providers-mysql has no upper version constraint on 
its apache-airflow-providers-common-sql dependency, any breaking change to a 
public API in a future version of apache-airflow-providers-common-sql can break 
existing airflow installs.


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