From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Date: Tue, 5 Oct 2021 08:46:42 +0000 (+0200) Subject: ⬆ Upgrade required Python version to >= 3.6.1, needed by typing.Deque, used by Pydant... X-Git-Tag: 0.68.2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf5e67590a6585355e3169072732cd73a3de4e28;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Upgrade required Python version to >= 3.6.1, needed by typing.Deque, used by Pydantic (#2733) Co-authored-by: Taneli Hukkinen Co-authored-by: Sebastián Ramírez --- diff --git a/pyproject.toml b/pyproject.toml index 7c986dbd72..b2be66fa13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requires = [ "pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0" ] description-file = "README.md" -requires-python = ">=3.6" +requires-python = ">=3.6.1" [tool.flit.metadata.urls] Documentation = "https://fastapi.tiangolo.com/"