-1 (binding). I realised, when looking at the process that we have it slightly wrong. While we are generating the client from the sources entirely, we also should make "snapshot" in the form of "-source.tar.gz" archive - because the sources we are using to create it, are already different from - for example - airflow 3.1.3 sources.
I updated the process here https://github.com/apache/airflow/pull/58447 J. On Tue, Nov 18, 2025 at 6:58 PM Ephraim Anierobi <[email protected]> wrote: > Hey fellow Airflowers, > > I have cut the first release candidate for the Apache Airflow Python Client > 3.1.3. > > This email is calling for a vote on the release, which will last at least > 72 hours, from Tuesday, November 18, 2025, at 6:00 pm UTC > until Friday, November 21, 2025, at 6:00 pm UTC, and until 3 binding +1 > votes have been received. > > > https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20251121T1800&p1=1440 > > Consider this my (binding) +1. > > Airflow Client 3.1.3rc1 is available at: > https://dist.apache.org/repos/dist/dev/airflow/clients/python/3.1.3rc1/ > > The apache_airflow_client-3.1.3.tar.gz is an sdist release that contains > INSTALL instructions, and also > is the official source release. > > The apache_airflow_client-3.1.3-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/3.1.3rc1/ > > 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:* > > *New Features:* > Add query limit protection to prevent excessive database queries in DAG > runs list endpoints (#57450) > Change extra field type to dict[str, JsonValue] for Asset, AssetAlias, and > AssetEvent models (#57352) > Add task_display_name alias field to EventLogResponse for better task > identification (#55160) > Add is_favorite field to DAGs list API to support user-specific DAG > favorites (#56341) > > *Improvements:* > Enhance API documentation for sorting functionality (#56617) > Improve API documentation for the order_by query parameter (#55988) > Remove deprecated dagReports API endpoint (#56609) > > *Bug Fixes:* > Fix logout functionality in airflow-core to properly handle session > termination (#57990) > Fix API endpoint for clearing task instances to properly support mapped > task instances with specific map indexes (#56346) > > Cheers, > Ephraim >
