pypi uv 0.4.19

13 hours ago

Release Notes

Enhancements

  • Add managed downloads for CPython 3.13.0rc3 and 3.12.7 (#7880)
  • Display the target virtual environment path if non-default (#7850)
  • Preserve case-insensitive sorts in uv add (#7864)
  • Respect project upper bounds when filtering wheels on requires-python (#7904)
  • Add --script to uv run to treat an input as PEP 723 regardless of extension (#7739)
  • Improve legibility of build failure errors (#7854)
  • Show interpreter source during Python discovery query errors (#7928)

Configuration

  • Add UV_FIND_LINKS environment variable for --find-links (#7912)
  • Ignore empty string values for UV_PYTHON environment variable (#7878)

Bug fixes

  • Allow py3x-none tags in newer than Python 3.x (#7867)
  • Allow self-dependencies in the dev section (#7943)
  • Always ignore cp2 wheels in resolution (#7902)
  • Clear the publish progress bar on retry (#7921)
  • Fix parsing of gnueabi libc variants in Python version requests (#7975)
  • Simplify supported environments when comparing to lockfile (#7894)
  • Trim commits when reading from Git refs (#7922)
  • Use a higher HTTP read timeout when publishing packages (#7923)
  • Remove the first empty line for uv tree --package foo (#7885)

Documentation

  • Add 3.13 support to the platform reference (#7971)
  • Clarify project environment creation a little (#7941)
  • Fix code block title in Gitlab integration docs (#7861)
  • Fix documentation (projects guide) regarding adding a git dependency (#7916)
  • fix uninstallation command for windows on documentation (#7944)
  • Clearly specify the minimum supported Windows Server version in the document (#7946)

Rust API

  • Remove unused Sha256Reader (#7929)
  • Remove unnecessary Deserialize derives on settings (#7856)

Install uv 0.4.19

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.4.19

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.