potiuk opened a new pull request, #64844: URL: https://github.com/apache/airflow/pull/64844
Add `--cooldown-days` parameter to `breeze release-management constraints-version-check`. When determining the "latest" version of a package, very recent releases may not yet be stable or widely available. This change filters out package versions released within the cooldown period (default: 4 days) so they are not considered as the latest version. If no version passes the cooldown filter, the command falls back to PyPI's reported latest. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Claude Opus 4.6) Generated-by: Claude Code (Claude Opus 4.6) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
