Loading
chore(deps): update dependency uv to v0.12.2
This MR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| uv | tools | patch | 0.12.1 → 0.12.2 |
0.12.3 |
Release Notes
astral-sh/uv (uv)
v0.12.2
Released on 2026-08-05.
Python
Enhancements
- Ensure diagnostic hints end with a newline to prevent malformed terminal output (#20959)
Preview features
- Audit one or all installed tools with
uv tool audit(#20921) - Report physically reclaimed disk space during cache cleanup with the
cache-physical-spacepreview feature (#20925)
Configuration
- Add
UV_RUN_RLIMIT_NOFILEto set the open-file limit for commands launched byuv run(#20926)
Performance
- Speed up
uv.lockparsing for wheel entries (#20881) - Speed up
uv.lockparsing for source distribution entries (#20882) - Speed up filename extraction from distribution URLs (#20879)
- Reduce filesystem metadata lookups during bytecode compilation (#20928)
- Reuse file metadata when building source distributions (#20927)
Bug fixes
- Preserve compatibility with older uv versions when recording artifact sizes in cached wheels and source distributions (#20963)
- Avoid including workspace-root default dependency groups when syncing or exporting a selected workspace member unless explicitly requested (#20930)
Documentation
Configuration
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
- If you want to rebase/retry this MR, check this box
This MR has been generated by Mend Renovate.