Browse Source

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

Co-authored-by: Sofie Van Landeghem <[email protected]>
pull/14982/head
Sebastián Ramírez 5 months ago
committed by GitHub
parent
commit
297f0d00e8
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

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

Loading…
Cancel
Save