Update dependency uv to v0.5.14
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
uv (source, changelog) |
==0.5.13 -> ==0.5.14
|
Release Notes
astral-sh/uv (uv)
v0.5.14
Enhancements
- Add
--exact
flag touv run
(#10198) - Add
--outdated
support touv 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
inuv 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
anduv tool
(#10206) - Respect static metadata for already-installed distributions (#10242)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.