Properties2
TypePractice
Note createdJul 22, 2025

Since these days I tend to favor uv instead of Poetry for Python projects, I find myself from time to time in the need of migrating from one to another. Even if Poetry was using the pyproject.toml file, it was not defining the dependencies in the standard way and instead using its own section. Migrating all this is as easy as running:

uvx migrate-to-uv