tiangolo / uvicorn-gunicorn-fastapi-docker

Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update fastapi to support Pydantic2

carnisj opened this issue · comments

Hi, I'm using the python3.11 image with is built afaik with fastapi 0.88.0 currently. This doesn't support Pydantic2, would it be possible to use a more recent fastapi version?

That would be great @tiangolo