Dear Airflow community, I'm happy to announce that new versions of Airflow Providers packages prepared on 2026-08-18 were just released.
Full list of PyPI packages released is added at the end of the message.
Two changes are worth calling out for anyone upgrading:
* apache-airflow-providers-microsoft-azure 15.0.0 is a major release.
AzureBatchHook and
AzureBatchOperator now use the azure-batch 15.x (track 2) SDK: get_conn
returns a
BatchClient instead of a BatchServiceClient, configure_pool no longer
accepts os_family
or os_version, AzureBatchOperator no longer accepts os_family, and the
Batch model classes
were renamed by the SDK. See the provider changelog for the migration
details.
* apache-airflow-providers-common-ai 0.8.0 changes the shape returned by
the "query" tool of
SQLToolset and DataFusionToolset: rows are now columnar and "count" is
replaced by
"row_count". Agents adapt from the tool description, but code calling
toolset.call_tool("query", ...) directly needs updating.
The source release, as well as the binary releases, are available here:
https://airflow.apache.org/docs/apache-airflow-providers/installing-from-sources.html
You can install the providers via PyPI:
https://airflow.apache.org/docs/apache-airflow-providers/installing-from-pypi.html
The documentation index is available at https://airflow.apache.org/docs/
and documentation for individual provider versions is linked directly from
PyPI.
----
Full list of released PyPI packages:
https://pypi.org/project/apache-airflow-providers-amazon/9.35.0/
https://pypi.org/project/apache-airflow-providers-anthropic/0.3.0/
https://pypi.org/project/apache-airflow-providers-apache-hdfs/4.13.0/
https://pypi.org/project/apache-airflow-providers-apache-iceberg/2.1.0/
https://pypi.org/project/apache-airflow-providers-apache-kafka/1.16.0/
https://pypi.org/project/apache-airflow-providers-apache-livy/4.6.1/
https://pypi.org/project/apache-airflow-providers-apache-spark/6.3.2/
https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/10.21.1/
https://pypi.org/project/apache-airflow-providers-common-ai/0.8.0/
https://pypi.org/project/apache-airflow-providers-common-sql/2.1.1/
https://pypi.org/project/apache-airflow-providers-databricks/7.19.0/
https://pypi.org/project/apache-airflow-providers-edge3/4.3.1/
https://pypi.org/project/apache-airflow-providers-git/0.4.3/
https://pypi.org/project/apache-airflow-providers-google/22.4.0/
https://pypi.org/project/apache-airflow-providers-hashicorp/4.8.1/
https://pypi.org/project/apache-airflow-providers-jdbc/5.5.1/
https://pypi.org/project/apache-airflow-providers-keycloak/0.9.0/
https://pypi.org/project/apache-airflow-providers-microsoft-azure/15.0.0/
https://pypi.org/project/apache-airflow-providers-microsoft-mssql/4.7.1/
https://pypi.org/project/apache-airflow-providers-microsoft-psrp/3.2.7/
https://pypi.org/project/apache-airflow-providers-mysql/6.6.2/
https://pypi.org/project/apache-airflow-providers-openlineage/2.20.1/
https://pypi.org/project/apache-airflow-providers-oracle/4.6.3/
https://pypi.org/project/apache-airflow-providers-postgres/7.0.2/
https://pypi.org/project/apache-airflow-providers-samba/4.13.0/
https://pypi.org/project/apache-airflow-providers-snowflake/6.16.1/
https://pypi.org/project/apache-airflow-providers-standard/1.18.0/
https://pypi.org/project/apache-airflow-providers-tableau/5.6.1/
Cheers,
Hussein Awala
