From 7408a35d993ff972d92aa3c71033551d99818042 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Sun, 27 Aug 2023 11:17:22 -0400 Subject: [PATCH] choreremove support for fastapi<0.100 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0deff32..0f58938 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extras_require={ "flask": ["Flask>=2.2.5,<3"], "django": ["Django>=4.2.1,<5", "djangorestframework>=3.14.0,<3.15"], - "fastapi": ["fastapi>=0.95.2,<0.104"], + "fastapi": ["fastapi>=0.100,<0.104"], }, author=config["package"]["authors"],