]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Upgrade required Python version to >= 3.6.1, needed by typing.Deque, used by Pydant...
authorTaneli Hukkinen <3275109+hukkin@users.noreply.github.com>
Tue, 5 Oct 2021 08:46:42 +0000 (10:46 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 08:46:42 +0000 (10:46 +0200)
Co-authored-by: Taneli Hukkinen <hukkinj1@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml

index 7c986dbd72504d731ce78fd6dec1752be4f1b49d..b2be66fa133f493e093eceb4d3783eedacde33e9 100644 (file)
@@ -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/"