uv 0.11.31: Workspace references, .venv support, and audit configuration
sdkinfrapreviewengineer
patch
This release introduces several enhancements to uv, including allowing workspace sources to reference members in other workspaces by path and support for `.venv` files pointing to centralized project environments. New configuration options for malware checking are added, alongside performance improvements and numerous bug fixes. This patch release is available for all users and includes a new preview feature for hash algorithm settings during lockfile generation.
- →Allow workspace sources to reference members in another workspace by path
- →Support .venv files containing paths to centralized project environments
- →Update bundled Windows timezone data to IANA 2026c
- →Suggest --emit-build-options for unsupported uv pip compile --emit-options
- →Reject source distributions and wheels with mismatched package names
Enhancements (3) ›
- Allow workspace sources to reference members in another workspace by path
- Support .venv files containing paths to centralized project environments
- Update bundled Windows timezone data to IANA 2026c
Fixes (4) ›
- Suggest --emit-build-options for unsupported uv pip compile --emit-options
- Reject source distributions and wheels with mismatched package names
- Avoid retrying TLS certificate verification failures
- Avoid warnings about uv_build settings for in-tree build backends
Read the original announcement →
https://github.com/astral-sh/uv/releases/tag/0.11.31
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 ·