Open mattt opened 1 month ago
This PR updates the Python guides to use uv for dependency management.
uv
https://github.com/superfly/docs/issues/1844
poetry_new
uv_init
pip
venv
poetry add
uv add
Summary of changes
This PR updates the Python guides to use
uv
for dependency management.Preview
Related Fly.io community and GitHub links
https://github.com/superfly/docs/issues/1844
Notes
uv
uses venv by default, fewer configuration steps are required.poetry_new
partial is replaced with a newuv_init
partial, and all of its references are updated.pip
+venv
, and is updated only to mentionuv
as an alternative (as it currently does for Poetry)poetry add
→uv add
, which does the same thing.