From 26d2df3d08e71f10e31367d411f95d976b0e9b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 25 Feb 2026 18:39:48 +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 5d4d584ee0..5229c600a8 100644 --- a/fastapi/.agents/skills/fastapi/SKILL.md +++ b/fastapi/.agents/skills/fastapi/SKILL.md @@ -478,7 +478,7 @@ In case of doubt, or by default, use regular `def` functions, those will be run The same rules apply to dependencies. -Make sure blocking code is not run inside of `async` functions. The logic will work, but will damage heavily the performance. +Make sure blocking code is not run inside of `async` functions. The logic will work, but will damage the performance heavily. ### Asyncer