From a4d442f9feb887a418369a0e673c990af67d61cd Mon Sep 17 00:00:00 2001 From: twsl <45483159+twsl@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:09:07 +0000 Subject: [PATCH] Downgrade requests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdaf9913..4a430316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ python = "^3.7" pytorch-lightning = "^1.5.0" python-telegram-bot = "^13.7" -requests = "^2.26.0" +requests = "^2.25.1" [tool.poetry.dev-dependencies] pytest = "^6.2.5"