Release Notes
Enhancements
- Report the queried executable path in
uv python list
(#12628) - Improve archive unpack error messages (#12627)
Bug fixes
- Respect
authenticate
when usingexplicit = true
(#12631) - Normalize extra and group names in
uv add
anduv remove
(#12586) - Enforce CRC-32 checks when unpacking archives (#12623)
- Fix parsing of
python-platform
in settings files (#12592)
Documentation
- Add note about
uv build
topackage = false
(#12608) - Add index fallback note to
authenticate = always
documentation (#12498) - Fix invalid 'kind' reference in flat index docs (#12583)
uv 0.6.12
Install uv 0.6.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.12/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.6.12/uv-installer.ps1 | iex"
Download uv 0.6.12
uv-build 0.6.12
Install uv-build 0.6.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.12/uv-build-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.6.12/uv-build-installer.ps1 | iex"