Release Notes
Enhancements
- Add
--reinstall
flag touv python upgrade
(#15194)
Bug fixes
- Include build settings in cache key for registry source distribution lookups (#15225)
- Avoid creating bin links on
uv python upgrade
if they don't already exist (#15192) - Respect system proxies on macOS and Windows (#15221)
Documentation
- Add the 3.14 classifier (#15187)
Install uv 0.8.9
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.9/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.9/uv-installer.ps1 | iex"