python uv Releases · · 0.12.15

uv 0.12.15 Patch Release Fixes Installation Regression and Improves Performance

sdkinfragaengineer
patch

Astral-sh has released uv 0.12.15, a patch update that resolves a regression introduced in version 0.12.14 which incorrectly rejected valid installation commands like `uv pip install --system` or `--target`. This release also includes a performance enhancement that speeds up cold-cache resolution and HTTP cache revalidation by batching cache writes. The fix ensures compatibility with common installation patterns in Docker images and local targets, benefiting developers who use uv for Python dependency management.

  • Speed up cold-cache resolution and HTTP cache revalidation by batching cache writes
  • Revert "Reject symlinked wheel installation destinations"
Enhancements (1)
  • Speed up cold-cache resolution and HTTP cache revalidation by batching cache writes
Fixes (1)
  • Revert "Reject symlinked wheel installation destinations"
Read the original announcement →

https://github.com/astral-sh/uv/releases/tag/0.12.15

Related releases