pypi uv 0.7.21

latest releases: 0.8.15, 0.8.14, 0.8.13...
one month ago

Release Notes

Python

  • Restore the SQLite fts4, fts5, rtree, and geopoly extensions on macOS and Linux

See the
python-build-standalone release notes
for more details.

Enhancements

  • Add --python-platform to uv sync (#14320)
  • Support pre-releases in uv version --bump (#13578)
  • Add -w shorthand for --with (#14530)
  • Add an exception handler on Windows to display information on crash (#14582)
  • Add hint when Python downloads are disabled (#14522)
  • Add UV_HTTP_RETRIES to customize retry counts (#14544)

Preview features

  • Add uv sync --output-format json (#13689)

Bug fixes

  • Do not re-resolve with a new Python version in uv tool if it is incompatible with --python (#14606)
  • Fix handling of globs in cache-key: follow symlinks (#13438) and .. and improve performance (#13469)

Documentation

  • Document how to nest dependency groups with include-group (#14539)
  • Fix repeated word in Pyodide doc (#14554)
  • Update CONTRIBUTING.md with instructions to format markdown files (#14246)
  • Fix version number for setup-python (#14533)

Install uv 0.7.21

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.7.21

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-riscv64gc-unknown-linux-gnu.tar.gz RISCV 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.