mirror of
https://github.com/apache/airflow.git
synced 2026-03-27 19:31:27 +00:00
Set `exclude-newer = "4 days"` in `[tool.uv]` to only consider package versions uploaded at least 4 days ago. This provides supply-chain security by giving the community time to identify and remediate compromised releases. Also downgrade pyodps requirement for Python >= 3.13 from >=0.12.6 to >=0.12.5.1 since 0.12.6 was published within the cooldown window.