From f9715d20c383f4ea7fa68a696ecee7fa6b2bbaca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 25 Feb 2026 18:41:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Update=20fastapi/.agents/s?= =?UTF-8?q?kills/fastapi/SKILL.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com> --- fastapi/.agents/skills/fastapi/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/.agents/skills/fastapi/SKILL.md b/fastapi/.agents/skills/fastapi/SKILL.md index 58a1c6d544..c0a161663e 100644 --- a/fastapi/.agents/skills/fastapi/SKILL.md +++ b/fastapi/.agents/skills/fastapi/SKILL.md @@ -258,7 +258,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 on the Rust side. +Instead, declare a return type or response model. Pydantic will handle the data serialization on the Rust side. ## Including Routers