Browse Source

✏️ Update fastapi/.agents/skills/fastapi/SKILL.md

Co-authored-by: Alejandra <[email protected]>
pull/14982/head
Sebastián Ramírez 5 months ago
committed by GitHub
parent
commit
f9715d20c3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/.agents/skills/fastapi/SKILL.md

2
fastapi/.agents/skills/fastapi/SKILL.md

@ -258,7 +258,7 @@ async def get_item() -> Any:
Do not use `ORJSONResponse` or `UJSONResponse`, they are deprecated. Do not use `ORJSONResponse` or `UJSONResponse`, they are deprecated.
Instead declare a return type or response model. Pydantic will handle the data serialization on the Rust side. Instead, declare a return type or response model. Pydantic will handle the data serialization on the Rust side.
## Including Routers ## Including Routers

Loading…
Cancel
Save