From 9a7222b83ebe8d713f51ff0bb74132e067d9f73e Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 14 Sep 2022 21:09:29 +0200 Subject: [PATCH] Upgrade FastAPI to v0.84.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79042a66..65f1a0b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ uvicorn==0.18.3 -fastapi==0.82.0 +fastapi==0.84.0 python-multipart==0.0.5 websockets==10.3 aiohttp==3.8.1