mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
![]() Implement two behaviors for yanked versions: * During `pip-compile`, yanked versions are filtered out entirely, we currently treat them is if they don't exist. This is leads to confusing error messages because a version that does exist seems to have suddenly disappeared. * During `pip-sync`, we warn when we fetch a remote distribution and it has been yanked. We currently don't warn on cached or installed distributions that have been yanked. |
||
---|---|---|
.. | ||
common | ||
snapshots | ||
add.rs | ||
pip_compile.rs | ||
pip_sync.rs | ||
pip_uninstall.rs | ||
remove.rs | ||
venv.rs |