You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
might have better support for development tools via uv tool?
first-class support for dev dependencies and extras (--extra <dep>, --all-extra, --dev)
can take a pyproject.toml as requirements, which allows installing just the dependencies of a package, something which... might be useful to cleanup the CI setup some?
tox-uv
astral provides builtin github actions, which could help clean up the repo's (certainly can't make them worse)
TODO: check if working in the workspace (heh) makes the workspace members implicitly depend on one another or if they go and fetch from pypi, the former would be very convenient for some changes which cross releases, or experiments.
ua-parser-builtinsmeans this has already become a hacked-together workspace, uv has built-in support for workspacesuv tool?--extra <dep>,--all-extra,--dev)