uv 0.11.22: Performance, bug fixes, and preview features
sdkpreviewengineer
patch
The uv 0.11.22 release includes performance improvements to the resolver and numerous bug fixes for dependency management and validation. Several new preview features are also introduced, allowing configuration via TOML files and enhancing command-line capabilities. This patch release impacts users of the uv package installer and build tool.
- →Publish wheels before sdists in uv publish
- →Add TY and RUFF env vars for providing paths for binaries used by uv format and uv check
- →Update string marker ordering semantics to match upstream clarified rules
- →Reject extras that have the same normalized name
- →Reject dependency group include-group entries that have additional fields
Enhancements (2) ›
- Publish wheels before sdists in uv publish
- Add TY and RUFF env vars for providing paths for binaries used by uv format and uv check
Fixes (14) ›
- Update string marker ordering semantics to match upstream clarified rules
- Reject extras that have the same normalized name
- Reject dependency group include-group entries that have additional fields
- Reject invalid UTF-8 URL credentials
- Validate that PEP 517 backend-paths exist when building sdists
- Validate that pylock.toml files do not have an unsupported a lock-version
- Validate that the environment satisfies the packages.requires-python of a pylock.toml
- Allow uv to be recursively invoked by PEP 517 build hooks
- Allow empty credentials.toml files
- Fix transparent Python upgrades in project environments
- Handle non-file editable URLs in uv pip list
- Fix incorrect output from uv tree --invert
- Fix environment locking of uv venv in a project
- Fix handling of workspace-exclusive dependency groups in uv tree
Maintenance (1) ›
- Archive the 0.10.x changelog
Read the original announcement →
https://github.com/astral-sh/uv/releases/tag/0.11.22