hussein-awala commented on code in PR #71794: URL: https://github.com/apache/airflow/pull/71794#discussion_r3808223938
########## providers/akeyless/docs/changelog.rst: ########## @@ -18,6 +18,19 @@ Changelog ========= +0.3.1 +----- + +Misc +~~~~ + +* ``Pin providers in constraints to the versions published in PyPI (#71324)`` Review Comment: Agreed, dropped akeyless from the wave. Its only two pending commits were #71324 (the constraints-pinning change, which added the `akeyless-cloud-id>=0.3.0` lower bound) and #71186 (flit 4 build backend), so with #71324 treated as internal there is nothing user-facing left to release. Reverted the version bump, changelog section and generated files, and its `uv.lock` entry back to 0.3.0. No doc-only marker either, since neither commit is documentation. The dependency floor will ship with akeyless's next real release. Note the same #71324 also added floors to `apache.spark`, `common.ai` and `samba`, but all three are in the wave for independent reasons, so they are unaffected. --- Drafted-by: Claude Code (Opus 5) (no human review before posting) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
