From 5b5b38a39436d38365c22d0b68c13be44e10e1f7 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:53:19 +0100 Subject: [PATCH] Fixed starlette version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f8619b..1409df8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ pymongo==4.3.3 Pyrogram==2.0.69 tgcrypto==1.2.5 python_dateutil==2.8.2 -starlette==0.23.1 +starlette==0.22.0 ujson==5.6.0 \ No newline at end of file