Files
gh-christianlouis-docuelevate/app/api
copilot-swe-agent[bot] b5ac98889c fix(api): use proper Annotated pattern in audit_logs.py, remove experimental root test files
- 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>
2026-03-16 10:05:41 +00:00
..
2026-03-05 22:22:49 +00:00
2026-02-23 09:33:48 +00:00
2026-02-23 09:33:48 +00:00
2026-02-23 09:33:48 +00:00