Skip to content

Update dependency uv to v0.5.14

botaniker requested to merge renovate/uv-0.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
uv (source, changelog) ==0.5.13 -> ==0.5.14 age adoption passing confidence

Release Notes

astral-sh/uv (uv)

v0.5.14

Compare Source

Enhancements
  • Add --exact flag to uv run (#​10198)
  • Add --outdated support to uv pip tree (#​10199)
  • Add a required version setting to uv (#​10248)
  • Add loongarch64 to supported Python platform tags (#​10223)
  • Add manylinux2014 aliases for --python-platform (#​10217)
  • Add support for Python interpreters on ARMv5TE platforms (#​10234)
  • Add support for optional --description in uv init (#​10209)
  • Ignore empty or missing hrefs in Simple HTML (#​10276)
  • Patch pkgconfig files after Python install (#​10189)
Performance
  • Actually use jemalloc as alternative allocator (#​10269)
  • Parse URLs lazily in resolver (#​10259)
  • Use BTreeMap::range to avoid iterating over unnecessary versions (#​10266)
Bug fixes
  • Accept directories with space names in uv init (#​10246)
  • Avoid forking on version in non-universal resolutions (#​10274)
  • Avoid stripping query parameters from URLs (#​10253)
  • Consider workspace dependencies to be 'direct' (#​10197)
  • Detect cyclic dependencies during builds (#​10258)
  • Guard against self-deletion in uv venv and uv tool (#​10206)
  • Respect static metadata for already-installed distributions (#​10242)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports