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
Remove dev-latest optional dependency (PyPI rejects direct URLs)
PyPI does not allow packages with direct URL dependencies like
git+https://... even when marked as optional extras. Remove:
- dev-latest optional dependency from pyproject.toml
- allow-direct-references from [tool.hatch.metadata]
- install-dev-latest recipe from justfile
The install-dev-local recipe remains for local cross-repo development.
Note: This work was completed with AI assistance (Claude Code).
0 commit comments