Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
|