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
- uv 0.12.1: Package-specific pre-release policies, Xonsh support, and performance uv Releases ·
- PEP 842 proposes __export__ for controlled module visibility in Python Python PEPs ·
- crewAI 1.15.10 Patch Release CrewAI Releases ·
- LangGraph checkpoint-postgres 3.1.1 update LangGraph Releases ·
- LangGraph checkpoint-sqlite 3.1.1 released LangGraph Releases ·
- adk-python adds async non-blocking tool support Google ADK (Python) Releases ·