mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-18 03:13:48 +00:00
## Summary This index strategy resolves every package to the latest possible version across indexes. If a version is in multiple indexes, the first available index is selected. Implements #3137 This closely matches pip. ## Test Plan Good question. I'm hesitant to use my certifi example here, since that would inevitably break when torch removes this package. Please comment! |
||
|---|---|---|
| .. | ||
| authentication.rs | ||
| build_options.rs | ||
| config_settings.rs | ||
| constraints.rs | ||
| lib.rs | ||
| name_specifiers.rs | ||
| overrides.rs | ||
| package_options.rs | ||
| preview.rs | ||
| target_triple.rs | ||