Browse Source

⬆ Upgrade required Python version to >= 3.6.1, needed by typing.Deque, used by Pydantic (#2733)

Co-authored-by: Taneli Hukkinen <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
pull/3986/head
Taneli Hukkinen 4 years ago
committed by GitHub
parent
commit
cf5e67590a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

2
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/"

Loading…
Cancel
Save