uvicorn-gunicorn-fastapi-docker icon indicating copy to clipboard operation
uvicorn-gunicorn-fastapi-docker copied to clipboard

Remove version specification to use the latest packages when building…

Open qixxin opened this issue 11 months ago • 0 comments

… docker image.

A breaking change from pydantic this solves is converting models to dict or json. ".json() & .dict()" are now deprecated and use model_dump() and model_dump_json()

qixxin avatar Mar 08 '24 19:03 qixxin