From 096f0d72f10a731f65a8c942c1f769d9f5e0957d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E=E8=A7=81?= <66513481+A-kirami@users.noreply.github.com> Date: Sat, 8 Jan 2022 22:19:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=20Fastapi=20=E7=9A=84=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=AD=E6=8E=92=E9=99=A4=E9=A9=B1=E5=8A=A8=E5=99=A8?= =?UTF-8?q?=E7=9A=84=20HTTP=20=E4=B8=8A=E6=8A=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot/drivers/fastapi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nonebot/drivers/fastapi.py b/nonebot/drivers/fastapi.py index 59f82563..54e0c2bc 100644 --- a/nonebot/drivers/fastapi.py +++ b/nonebot/drivers/fastapi.py @@ -179,6 +179,7 @@ class Driver(ReverseDriver): _handle, name=setup.name, methods=[setup.method], + include_in_schema=False, ) @overrides(ReverseDriver)