uv 0.12.7 Release Adds Azure Storage Retry, Cross-Platform Linux Support, and Cache Deduplication
sdkinfraazurepreviewengineer
feature patch
Astral's uv 0.12.7, a fast Python package installer and resolver, has been released with several enhancements and bug fixes. This update improves dependency resolution for Linux s390x, ppc64le, and loongarch64 targets, and adds retry logic for Azure Storage downloads when anonymous access is denied. A new preview feature introduces content-based directory hashing to deduplicate extracted wheels in the cache. These changes enhance uv's robustness and efficiency for developers managing Python environments across diverse platforms.
- →Use content-based directory hashes to deduplicate extracted wheels in the cache with the content-addressed-cache preview feature
- →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
- →Reject source archives with hash mismatches before persisting their extracted contents to the cache
Features (1) ›
- Use content-based directory hashes to deduplicate extracted wheels in the cache with the content-addressed-cache preview feature
Enhancements (2) ›
- 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
Fixes (1) ›
- Reject source archives with hash mismatches before persisting their extracted contents to the cache
Read the original announcement →
https://github.com/astral-sh/uv/releases/tag/0.12.7
Related releases
- pydantic-ai v2.35.2 Patches GLM Routing and Tooling Issues Pydantic AI Releases ·
- Google ADK Python v1.39.1 Patch Addresses Numerous Fixes Google ADK (Python) Releases ·
- LangChain LangGraph SDK 0.4.4 Released LangGraph Releases ·
- crewAI 1.15.18 Improves Conversational Flows and Agent Stability CrewAI Releases ·
- Pydantic-AI v2.35.1 Patch Release Addresses Key Bug Fixes Pydantic AI Releases ·
- ADK Python SDK v2.8.0 Enhances AI Agent Development and Observability Google ADK (Python) Releases ·