Release Notes
Enhancements
- Add
--no-install-*
arguments touv add
(#15375) - Initialize Git prior to reading author in
uv init
(#15377) - Add CUDA 129 to available torch backends (#15416)
- Update Pyodide to 0.28.2 (#15385)
Preview features
- Add an experimental
uv format
command (#15017) - Allow version specifiers in
extra-build-dependencies
if match-runtime is explicitlyfalse
(#15420)
Bug fixes
- Add
triton
totorch-backend
manifest (#15405) - Avoid panicking when resolver returns stale distributions (#15389)
- Fix
uv_build
wheel hashes (#15400) - Treat
--upgrade-package
on the command-line as overridingupgrade = false
in configuration (#15395) - Restore DockerHub publishing (#15381)
Install uv 0.8.13
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.13/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.13/uv-installer.ps1 | iex"