Hey fellow Airflowers, I have cut the first release candidate for the Apache Airflow Python Client 2.9.1. This email is calling for a vote on the release, which will last for 72 hours. Consider this my (binding) +1. As I’m not a member of the PMC, Ephraim signed the distribution.
Airflow Client 2.9.1rc1 is available at: https://dist.apache.org/repos/dist/dev/airflow/clients/python/2.9.1rc1/ The apache_airflow_client-2.9.1.tar.gz is an sdist release that contains INSTALL instructions, and also is the official source release. The apache_airflow_client-2.9.1-py3-none-any.whl is a binary wheel release that pip can install. Those packages do not contain .rc* version as, when approved, they will be released as the final version. The rc packages are also available at PyPI (with rc suffix) and you can install it with pip as usual: https://pypi.org/project/apache-airflow-client/2.9.1rc1/ Public keys are available at: https://dist.apache.org/repos/dist/release/airflow/KEYS Only votes from PMC members are binding, but all members of the community are encouraged to test the release and vote with "(non-binding)". The test procedure for PMC members is described in: https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PYTHON_CLIENT.md\#verify-the-release-candidate-by-pmc-members The test procedure for contributors and members of the community who would like to test this RC is described in: https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PYTHON_CLIENT.md\#verify-the-release-candidate-by-contributors *Changelog:* *Major changes:* - Add max_consecutive_failed_dag_runs in API spec ([#39830]( https://github.com/apache/airflow/pull/39830)) Cheers, Utkarsh Sharma