Python package manager uv is now available for builds with zero configuration
Vercel now uses , a fast Python package manager written in Rust, as the default package manager during the installation step for all Python builds.uv This change makes builds faster and adds support for more dependency formats. In addition to or , projects can now declare dependencies with a or file. 30-65%requirements.txtPipfileuv.lockpyproject.toml Learn more about the .Python runtime on Vercel Read more
