python uv Releases · · 0.11.30

uv 0.11.30: Python 3.15 support, workspace enhancements, performance gains

sdkpreviewengineer
patch

This release of uv adds support for CPython 3.15.0b4 and introduces several preview features for workspace management. Significant performance improvements have been made across the resolver and cache handling, alongside bug fixes for uninstall and pyvenv.cfg path preservation. The release targets Python developers and architects working with package management, offering enhanced speed and new capabilities.

  • Prevent skipped tar-wheel entries from causing unrelated files to be removed during uninstall
  • Preserve literal extends-environment paths in pyvenv.cfg on Unix
  • Add a contribution guide (#20511, #20552)
Fixes (2)
  • Prevent skipped tar-wheel entries from causing unrelated files to be removed during uninstall
  • Preserve literal extends-environment paths in pyvenv.cfg on Unix
Maintenance (1)
  • Add a contribution guide (#20511, #20552)
Read the original announcement →

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

Related releases