Release Notes
Enhancements
- Allow specific
--only-binary and --no-binary packages to override :all: (#4067)
- Flatten ORs and ANDs in marker construction (#4260)
- Skip invalid interpreters when searching for requested interpreter executable name (#4308)
- Display keyring stderr during queries (#4343)
- Allow discovery of uv binary relative to package root (#4336)
- Use relative path for
lib64 symlink (#4268)
CLI
- Add uv version to debug output (#4259)
- Allow
--no-binary with uv pip compile (#4301)
- Hide
--no-system from the CLI (#4292)
- Make
--reinstall, --upgrade, and --refresh shared arguments (#4319)
Configuration
- Add
UV_EXCLUDE_NEWER environment variable (#4287)
Bug fixes
- Allow normalization to completely eliminate markers (#4271)
- Avoid treating direct path archives as always dynamic (#4283)
- De-duplicate markers during normalization (#4263)
- Fix incorrect parsing of requested Python version as empty version specifiers (#4289)
- Suggest correct command to create a virtual environment when encountering externally managed interpreters (#4314)
- Use consistent order for extra groups in lockfile (#4275)
Documentation
- Add
pip-compile defaults to PIP_COMPATIBILITY.md (#4302)
- Expand on
pip-compile default differences (#4306)
- Tweak copy on some command-line arguments (#4293)
- Move the preview changelog so the GitHub Release shows stable changes (#4290)
Install uv 0.2.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.12/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.2.12/uv-installer.ps1 | iex"
Download uv 0.2.12