Release Notes
Enhancements
- Add dependents ("via ..." comments) in
uv export
command (#12350) - Bump least-recent non-EOL macOS version to 13.0 (#12518)
- Support
--find-links
-style "flat" indexes in[[tool.uv.index]]
(#12407) - Distinguish between
-q
and-qq
(#12300)
Configuration
- Support
UV_PROJECT
environment to set project directory. (#12327)
Performance
- Use a boxed slice for various requirement types (#12514)
Bug fixes
- Add a newline after metadata when initializing scripts with other metadata blocks (#12501)
- Avoid writing empty
requires-python
to script blocks (#12517) - Respect build constraints in
uv sync
(#12502) - Respect transitive dependencies in
uv tree --only-group
(#12560)
uv 0.6.11
Install uv 0.6.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.11/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.11/uv-installer.ps1 | iex"
Download uv 0.6.11
uv-build 0.6.11
Install uv-build 0.6.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.11/uv-build-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.6.11/uv-build-installer.ps1 | iex"