From 0a7aafcc0040445a075a2c7c8d5d6f2fb3759a3d Mon Sep 17 00:00:00 2001 From: swve Date: Tue, 28 Feb 2023 23:03:42 +0100 Subject: [PATCH] chore: upgrade fastapi to 0.92.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6881d583..155368e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.89.1 +fastapi==0.92.0 pydantic>=1.8.0,<2.0.0 uvicorn==0.20.0 pymongo==4.1.1