uv 0.11.33: Enhancements, Preview Features, and Bug Fixes
sdkpreviewengineer
patch
This release of uv 0.11.33 introduces several enhancements, including smaller binary sizes by aborting panics in release builds and using .tar.gz for Pyodide installs. It also brings new preview features like selective script checking in `uv check` and malware scanning for cached tools. Multiple bug fixes have been implemented to improve dependency splitting and argument parsing accuracy. This patch release is available for all users of uv.
- →Abort panics in release builds for smaller uv binaries
- →Use .tar.gz archives for Pyodide installs
- →Correctly split dependencies into production and optional markers
- →Fix discrepancies in argument parsing of exclude-newer
- →Cleanup managed Python temporary directory on error
Enhancements (2) ›
- Abort panics in release builds for smaller uv binaries
- Use .tar.gz archives for Pyodide installs
Read the original announcement →
https://github.com/astral-sh/uv/releases/tag/0.11.33
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 ·