FastAPI-template
FastAPI-template copied to clipboard
Replacing poetry with UV
Considering you added Ruff, https://docs.astral.sh/uv/ UV is the next step which is developed by the same group. Any plans on doing this?
Hello. No, uv is not considered right now, because it was not yet as adopted as poetry is.
But if you want to switch to uv then you can use this package.
uv is adopted by big companies such as ray, dagster. I think it is mature enough for production usages. Switching to it vastly speeds up developer experience with venv and package installations.
I think it's time
I think it's time
I agree, poetry should be replaced with uv. Using poetry_to_uv is not a solution. Or at least make uv support optional