"""FastAPI dependency helpers. Route-level ``Depends(...)`` functions that don't belong to a single service live here. Phase 3 introduces ``app.dependencies.auth`` for ``get_current_user`` / ``require_admin``. """ from __future__ import annotations