Release Notes
Enhancements
- Add
--show-version
touv python find
(#12376) - Remove
--no-config
warning fromuv pip compile
anduv pip sync
(#12642) - Skip repeated directories in
PATH
when searching for Python interpreters (#12367) - Unset
SCRIPT_PATH
in relocatable activation script (#12672) - Add
UV_PYTHON_DOWNLOADS_JSON_URL
to set custom managed python sources (#10939) - Reject
pyproject.toml
files inuv pip compile -o
(#12673) - Respect the
--offline
flag for Git operations (#12619)
Bug fixes
- Warn instead of error if CRC appears to be missing (#12722)
- Avoid infinite loop in
uv export
with conflicts (#12726)
Rust API
- Update MSRV to 1.84 (#12670)
uv 0.6.13
Install uv 0.6.13
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.13/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.13/uv-installer.ps1 | iex"
Download uv 0.6.13
uv-build 0.6.13
Install uv-build 0.6.13
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.13/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.13/uv-build-installer.ps1 | iex"