Change8

0.10.7

📦 uvView on GitHub →
1 features🐛 1 fixes

Summary

Version 0.10.7 fixes a bug related to Windows Container junctions and introduces activation of logging for middleware retries. This release also details various prebuilt binary downloads and artifact attestation verification instructions.

Migration Steps

  1. If installing via shell script, use the provided curl command to download and execute the installer: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.10.7/uv-installer.sh | sh
  2. If installing via PowerShell, use the provided command: powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.10.7/uv-installer.ps1 | iex"
  3. To verify downloaded artifacts, use the GitHub CLI command: gh attestation verify <file-path of downloaded artifact> --repo astral-sh/uv

✨ New Features

  • Activate logging for middleware retries.

🐛 Bug Fixes

  • Fixed handling of junctions in Windows Containers on Windows.