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
fix: use dependency-groups for dev deps, guard debug_toolbar import
Dev dependencies are defined under [dependency-groups] (PEP 735),
not [project.optional-dependencies]. Use `pip install --group dev`
instead of `pip install '.[dev]'` in CI and Dockerfile.
Guard debug_toolbar imports in local.py and urls.py with scoped
ModuleNotFoundError checks so missing transitive deps still surface.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments