python uv Releases · · 0.12.5

uv 0.12.5 Released with Python Interpreter Updates and Preview Features

sdkinfrapreviewengineer
patch

uv 0.12.5 is now available, enhancing Python environment management with support for CPython 3.10.21, 3.11.16, and 3.12.14, alongside improved interpreter selection logic. The update also refines error handling for invalid editable requirements and redacts credentials in requirement URLs for better security. Several preview features are introduced, including named package index selection and enriched CycloneDX SBOM exports. This release also incorporates a bug fix for resolving relative package index paths in PEP 723 scripts, benefiting Python developers and those focused on software supply chain security.

  • Simplify errors and hints for invalid editable requirements, and redact credentials in requirement URLs
  • Resolve relative package index paths in PEP 723 scripts against the script directory
Enhancements (1)
  • Simplify errors and hints for invalid editable requirements, and redact credentials in requirement URLs
Fixes (1)
  • Resolve relative package index paths in PEP 723 scripts against the script directory
Read the original announcement →

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

Related releases