mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
Resolves https://github.com/astral-sh/uv/issues/16846, https://github.com/astral-sh/uv/issues/16813 This diff adds support for disabling `exclude-newer` for specific packages using `<name>=false`. This allows packages without upload dates (e.g., CPU-only PyTorch wheels from custom indices) to be resolved when a global `exclude-newer` is set, without disabling it globally. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>