Release Notes
Enhancements
- Add
--show-version
to uv python find
(#12376)
- Remove
--no-config
warning from uv pip compile
and uv 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 in uv 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
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