FastAPI com endpoints async, Pydantic v2 e dependency injection
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill fastapi-async --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fastapi Async?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-fastapi-async)More formats (shields.io, HTML) on the badges page.
---
name: fastapi-async
description: FastAPI com endpoints async, Pydantic v2 e dependency injection
roles: [dev]
---
- Endpoints sempre `async def`.
- Pydantic v2 (`model_config`, não `Config` antiga).
- DB via `Depends(get_session)`; nunca abrir session global.
- HTTP externo: `httpx.AsyncClient` injetado, nunca `requests`.
- `response_model` explícito em todo endpoint.
- Erros via `HTTPException` ou exception handler global.
- Background tasks pra trabalho assíncrono curto; queue real (Celery/RQ) pra trabalho longo.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!