Release Notes
Python
- Add CPython 3.14.0rc1
See the python-build-standalone
release notes for more details.
Enhancements
Bug fixes
- Avoid writing redacted credentials to tool receipt (#14855)
- Respect
--with
versions over base environment versions (#14863) - Respect credentials from all defined indexes (#14858)
- Fix missed stabilization of removal of registry entry during Python uninstall (#14859)
- Improve concurrency safety of Python downloads into cache (#14846)
Documentation
- Fix typos in
uv_build
reference documentation (#14853) - Move the "Cargo" install method further down in docs (#14842)
Install uv 0.8.3
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.3/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.3/uv-installer.ps1 | iex"