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.7k stars 333 forks source link

pydantic_settings package not supported #258

Closed bhutanict closed 1 month ago

bhutanict commented 10 months ago

When I include the pydantic_settings package in my requirements.txt with the tiangolo/uvicorn-gunicorn-fastapi:python3.11 image, I am not able to build the project.