From fd992e89e790732748affd13e3ed53b699e0e679 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 26 Mar 2023 19:09:45 +0200 Subject: [PATCH] Bump fastapi to 0.95.0 and starlette to 0.26.1 --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3758ac3..a85eb41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -APScheduler==3.10.1 -fastapi~=0.88.0 +APScheduler~=3.10.1 +fastapi~=0.95.0 psutil==5.9.4 pymongo==4.3.3 Pyrogram~=2.0.102 requests==2.28.2 tgcrypto==1.2.5 python_dateutil==2.8.2 -starlette~=0.22.0 +starlette==0.26.1 ujson~=5.7.0 ftfy~=6.1.1 -xmltodict~=0.13.0 \ No newline at end of file +xmltodict==0.13.0 \ No newline at end of file