UV support for python
under review
J
Julian Arango
uv is an extremely fast Python package and project manager, written in Rust. Supporting this will make deployments way faster. Instead of "poetry install" for Build Command, will be great to have available "uv install"
This is uv: https://docs.astral.sh/uv/
Log In
L
Louis M
The docs on which package managers are supported are not super clear on this but I presume that last time I tried I found that poetry was usable out of the box and PDM was not. If uv was available out of the box it would be hugely more convenient (I am not a willing poetry user day to day and upon migrating a project to it have just got a build error "[tool.poetry] section not found in /opt/render/project/src/pyproject.toml" - please support uv, I don't want to be required to tie my project to a particular package manager in this way just for deployment's sake. (edit: I had to bump the poetry version in a render.yaml config field, it defaults to a 2 year old release)
Anurag Goel
under review
i
info
Commenting for visibility. This would be very helpful.