pypi uv 0.5.30

one day ago

Release Notes

Python

The managed PyPy distributions have been updated for PyPy v7.3.18, which includes:

  • PyPy3.10, which updates the standard library from Python 3.10.14 to 3.10.19
  • PyPy3.11, which adds beta support for Python 3.11.11

See the PyPy release for more details.

Enhancements

  • Add uv sync --dry-run (#11299)
  • Ignore #egg fragment in HTML Simple API response (#11340)

Configuration

  • Add NO_BINARY and NO_BINARY_PACKAGE environment variables (#11399)

Performance

  • Avoid re-cloning name when populating ambiguous set (#11401)
  • Optimize flattening in large workspaces (#11313)

Bug fixes

  • Allow dynamic packages to be overloaded (#11400)
  • Fix credential caching for index roots when URL ends in simple/ (#11336)
  • Fix marker merging for requirements.txt for psycopg (#11298)
  • Set 777 permissions on locked files (#11328)
  • Support extras in @ requests for tools (#11335)
  • Upgrade astral-tokio-tar to v0.5.1 (#11359)
  • Avoid missing logging for no-op upgrade events (#11301)
  • Use refined specifiers when logging narrowed Python range (#11334)
  • Don't use popup-generating eprintln in trampoline warnings (#11295)
  • Patch pkg-config files to be relocatable (#11291)
  • Fix a case of duplicate torch packages when using conflicting extras (#11323)

Documentation

  • Add docs for uv tool install --editable (#11280)
  • Fix broken anchors in README and docs index (#11338)

Install uv 0.5.30

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.30/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.30/uv-installer.ps1 | iex"

Download uv 0.5.30

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows 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.