tiangolo / uvicorn-gunicorn-fastapi-docker

Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.
MIT License
2.69k stars 333 forks source link

Update fastapi to support Pydantic2 #260

Closed carnisj closed 1 month ago

carnisj commented 7 months ago

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?

CharlesPerrotMinotHCHB commented 3 months ago

That would be great @tiangolo