eladkal commented on issue #34748: URL: https://github.com/apache/airflow/issues/34748#issuecomment-1754762195
But we are not limiting the users.. they can choose what they like. Airflow itself also recommend users to update their Airflow versions but not everyone can. Some users still use versions who are 3 years old and in EOL. We do our best to support all possible versions. We let the users to decide what to use. Airflow providers and recommends to use the official constraints file: https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html Which takes into account all dependencies and set the highest possible version for each library. I am fine with bumping versions if there is good reason (old is not a reason) because old versions can still work. I myself worked with some old versions of libraries due to some complex issue that it took long time to resolve. If you'll take a look at the other dependencies we have you will see for example we bumped many Azure packages lately but that is because we had to do it to include new features that are part of the Azure integration to Airflow itself (hooks, operators). Maybe @potiuk have different view on this? -- 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]
