First check
Description
FastAPI officially declares support for python up to version 3.8. This holds true in pyproject.toml and in declaration of tested python versions.
At the same time, FastAPI installs on python 3.9 and works without problem.
The solution you would like
Additional context
There are also docker images for FastAPI such as tiangolo/uvicorn-gunicorn-fastapi-docker which currently declare support up to python 3.8 and not for python 3.9.
Anyway, these things can go it's own upgrade path.
First check
Description
FastAPI officially declares support for python up to version 3.8. This holds true in
pyproject.tomland in declaration of tested python versions.At the same time, FastAPI installs on python 3.9 and works without problem.
The solution you would like
pyproject.toml, so that on https://pypi.org/project/fastapi/ it shows support for it.Additional context
There are also docker images for FastAPI such as tiangolo/uvicorn-gunicorn-fastapi-docker which currently declare support up to python 3.8 and not for python 3.9.
Anyway, these things can go it's own upgrade path.