From fcbbd4f2bfbfc84c7f9d20b2c78208be613e6548 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 23 Mar 2023 10:57:15 +0100 Subject: [PATCH] Bump FastAPI to 0.95.0 and exif to 1.6.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4ee37c0..fd6ebe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi[all]~=0.94.0 +fastapi[all]==0.95.0 pymongo==4.3.3 ujson~=5.7.0 scipy~=1.10.1 @@ -7,4 +7,4 @@ opencv-python~=4.7.0.72 python-jose[cryptography]~=3.3.0 passlib~=1.7.4 apscheduler~=3.10.1 -exif==1.5.0 \ No newline at end of file +exif==1.6.0 \ No newline at end of file