From d9019655ccc2d2e0d26a064cb016b852e5fb2b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 25 Feb 2026 18:00:39 +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: Sofie Van Landeghem --- 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 24ed6c6d98..2f4e3092d0 100644 --- a/fastapi/.agents/skills/fastapi/SKILL.md +++ b/fastapi/.agents/skills/fastapi/SKILL.md @@ -403,7 +403,7 @@ def get_user_me(username: UserNameDep): Avoid creating class dependencies when possible. -If a class is needed, instead create a regular function dependency that return a class instance. +If a class is needed, instead create a regular function dependency that returns a class instance. Do this: