Dear community, I'm happy to announce that Airflow 2.11.1 was just released. This release is a security/bugfix release for "limited maintenance" 2.11.* line of Airflow.
It contains changes that use newer versions of a number of dependencies that were held back in 2.11.0. It also goes together with Fab provider 1.5.4 - as it is coupled with 2.11.1 of Airflow due to dependency changes. This release drops support for end-of-life Python 3.9 (also because of security reasons) so it is only available for Python 3.10, 3.11, 3.12. Kind reminder that "limited maintenance" for Airflow 2 ends 22 April 2026. (in 2 months) and it is highly recommended to move to Airflow 3. The released sources and packages can be downloaded via https://airflow.apache.org/docs/apache-airflow/2.11.1/installation/installing-from-sources.html also https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.4/installing-providers-from-sources.html Other installation methods of airflow are described in https://airflow.apache.org/docs/apache-airflow/2.11.1/installation/ We also made this version available on PyPI for convenience. For example for Python 3.10: `pip install apache-airflow==2.11.1 --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.11.1/constraints-3.10.txt`- installs airflow from https://pypi.org/project/apache-airflow/2.11.1/ in reproducible way. The Fab provider 1.5.4 is available at https://pypi.org/project/apache-airflow-providers-fab/1.5.4/ The documentation is available at: https://airflow.apache.org/docs/apache-airflow/2.11.1/ and https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.4/ Find the release notes here for more details: https://airflow.apache.org/docs/apache-airflow/2.11.1/release_notes.html and https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.4/changelog.html Container images are published at: https://hub.docker.com/r/apache/airflow/tags/?page=1&name=2.11.1 Cheers, J.
