-1: I am afraid. The client this time has a bit more differences when I did reproducibility check - and I found out why:
Fix here: https://github.com/apache/airflow/pull/50972 We have not updated pyproject.toml configuration for the client to use the right openapi spec -> it embedded whatever "v1,yaml" is found in the generated folder, rather than v2 that would be automatically placed there by the release process - so current packages contain **some** version of v1.yaml openapi rather than v2.yaml version from current sources. While not a complete deal breaker, I think it's sufficient to need rc3. J. On Thu, May 22, 2025 at 4:58 PM Jarek Potiuk <ja...@potiuk.com> wrote: > On it - seems that I managed to fix (or significantly decrease) all > "non-greenes" of "main" and "v3-0-test" - so that one is next on my list. > > On Thu, May 22, 2025 at 4:51 PM Kaxil Naik <kaxiln...@gmail.com> wrote: > >> Still looking for testing and votes here :) >> >> On Tue, 20 May 2025 at 21:21, Kaxil Naik <kaxiln...@gmail.com> wrote: >> >> > Hey fellow Airflowers, >> > >> > I have cut the first release candidate for the Apache Airflow Python >> > Client 3.0.0. >> > This email is calling for a vote on the release, >> > which will last for 72 hours. Consider this my (binding) +1. >> > >> > Airflow Client 3.0.0rc2 is available at: >> > https://dist.apache.org/repos/dist/dev/airflow/clients/python/3.0.0rc2/ >> > >> > The apache_airflow_client-3.0.0.tar.gz is an sdist release that contains >> > INSTALL instructions, and also >> > is the official source release. >> > >> > The apache_airflow_client-3.0.0-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.0.0rc2/ >> > >> > 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*: >> > >> https://github.com/apache/airflow/blob/main/clients/python/CHANGELOG.md#v300 >> > >> > --- >> > >> > Big Change since 3.0.0rc1: Bumped urllib3 to `>= 2.1.0` from `1.25.3` >> > >> > Regards, >> > Kaxil >> > >> >