diff --git a/examples/python/fastapi/postgres/requirements.txt b/examples/python/fastapi/postgres/requirements.txt index 271ccad..474ccbe 100644 --- a/examples/python/fastapi/postgres/requirements.txt +++ b/examples/python/fastapi/postgres/requirements.txt @@ -1,3 +1,3 @@ -fastapi===0.83.0; python_version >= "3.6" +fastapi===0.109.1; python_version >= "3.6" uvicorn==0.18.3 psycopg2-binary==2.9.3