From bcac7874c1e76ed988acdd7fcb83af8e847f8d95 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 4 Sep 2022 22:09:48 +0200 Subject: [PATCH] Upgrade FastAPI to v0.82.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21053a13..79042a66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ uvicorn==0.18.3 -fastapi==0.81.0 +fastapi==0.82.0 python-multipart==0.0.5 websockets==10.3 aiohttp==3.8.1