Dependency Injection Fastapi

Implement FastAPI dependency injection with Depends(), security dependencies, database session management, request-scoped deps, and testing with overrides. Use when the user builds FastAPI endpoints, manages database connections, implements auth, or asks about dependency injection. Trigger when you see repeated setup logic in endpoint functions that should be extracted to dependencies.

majiayu000 9331b32 2 files · 9.5 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/dependency-injection-fastapi commit 9331b32aee

Frequently asked questions

npx skillmds add majiayu000/dependency-injection-fastapi