Migrates a Python project from pip/requirements.txt to uv. Use when converting a project to uv, replacing requirements.txt with pyproject.toml, or setting up uv.lock for dependency locking.
Upgrades a uv project to the latest Python version and upgrades all packages to their latest compatible versions. Use when upgrading Python, removing pinned versions, refreshing uv.lock, or updating CI to a newer Python.