b5ac98889c
- Remove _db_dep singleton and its use as default value in function signatures - Use DbSession = Annotated[Session, Depends(get_db)] directly (matches files.py pattern) - Declare db: DbSession without a default (FastAPI DI provides the session) - Delete 10 experimental test_*.py files left at repo root from B008 debugging Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>