Introducing HIPAA-compliant workspaces—now with a self-serve BAA.
Learn moreJune 12, 2025
New
Added uv to the Python native runtime
Render's Python native runtime now supports the uv package manager. To enable uv for your service, include a uv.lock
file in your project's root directory. You can then use uv
in place of pip
for your service's build command and other scripts.
Note that you don't use uv to set your service's Python version.