potiuk commented on PR #73316: URL: https://github.com/apache/airflow/pull/73316#issuecomment-5743851706
Reworked once more. Instead of only tolerating a pin that is ahead of "latest", the check now reads the cooldown rules the constraints were resolved under: `[tool.uv.exclude-newer-package]` in the root `pyproject.toml`, where all first-party distributions (providers included) are exempt from the 4-day window and two packages have a fixed cutoff. "Latest" is picked under those same rules per package, so providers are compared against the real newest release and a wave no longer produces a day of pointless explanations. The pin-ahead guard stays as a safety net. --- Drafted-by: Claude Code (Fable 5.1); reviewed by @potiuk 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]
