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
- OpenAI Agents Python v0.19.1: Bug fixes and documentation updates OpenAI Agents SDK (Python) Releases ·
- pydantic-ai v2.20.0: New Claude Opus, OpenAI Responses API, and Usage Fixes Pydantic AI Releases ·
- uv 0.12.0 improves dependency resolution, hash checking, and environment management uv Releases ·
- LangGraph 1.2.10: Stream events typing, trace policy changes LangGraph Releases ·
- FastAPI 0.140.13: Fixes SSE/JSONL status code, improves docs FastAPI Releases ·
- crewAI 1.15.8: WaitTool, FileWriter fix, and docs CrewAI Releases ·