github astral-sh/uv 0.5.14

3 days ago

Release Notes

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)

Install uv 0.5.14

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.14/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.14/uv-installer.ps1 | iex"

Download uv 0.5.14

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

Don't miss a new uv release

NewReleases is sending notifications on new releases.