Change8

0.12.7

📦 uvView on GitHub →
3 features🐛 1 fixes

Summary

This release enhances cross-platform dependency resolution by adding support for s390x, ppc64le, and loongarch64 Linux targets. It also introduces a preview feature for content-addressed caching and improves error handling for Azure Storage downloads.

Migration Steps

  1. When upgrading to a newer build of the same Python version, managed Python installations will be replaced.

✨ New Features

  • Support Linux s390x, ppc64le, and loongarch64 targets for cross-platform dependency resolution.
  • Retry downloads with configured credentials when Azure Storage denies anonymous access to an endpoint configured via UV_AZURE_ENDPOINT_URL.
  • Enable the `content-addressed-cache` preview feature to use content-based directory hashes for deduplicating extracted wheels in the cache.

🐛 Bug Fixes

  • Reject source archives with hash mismatches before persisting their extracted contents to the cache.