Release Notes
Enhancements
- Allow installation of manylinux wheels on
riscv64
(#8934)
Bug fixes
- Build source distributions at top-level of cache (#8905)
- Allow non-registry dependencies in
uv pip list --outdated
(#8939)
- Compute superset of existing and required hashes when healing cache (#8955)
- Enable uv to replace and delete itself on Windows (#8914)
- Remove source distribution filename from cache (#8907)
- Respect
--index-url
in uv pip list
(#8942)
- Respect comma-separated extras in
--with
(#8946)
Documentation
- Add uninstall note for previous versions (#8937)
- Remove some missed references to
~/.cargo/bin
(#8936)
- Split README's install code block into 3 (#8853)
Install uv 0.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.1/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.1/uv-installer.ps1 | iex"
Download uv 0.5.1