Release Notes
Enhancements
- Add derivation chains for dependency errors (#14824)
Configuration
- Add
UV_INIT_BUILD_BACKEND
(#14821)
Bug fixes
- Avoid reading files in the environment bin that are not entrypoints (#14830)
- Avoid removing empty directories when constructing virtual environments (#14822)
- Preserve index URL priority order when writing to pyproject.toml (#14831)
Rust API
- Expose
tls_built_in_root_certs
for client (#14816)
Documentation
- Archive the 0.7.x changelog (#14819)
Install uv 0.8.2
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.2/uv-installer.sh | sh
Install prebuilt binaries via powershell script
:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.2/uv-installer.ps1 | iex"