From bc4884f34fc165c52a6951a799c2e47a2f32e8eb Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Thu, 11 May 2023 21:00:04 +0100 Subject: [PATCH] general: add requests<2.30.0 requirement to workaround for the issue in library see https://github.com/psf/requests/issues/6443 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fd00cd89..b334b6e4 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ def main() -> None: 'psutil', + 'requests<2.30.0', # temporary, see https://github.com/psf/requests/issues/6443 'httpie', # nicer http requests (replace with curl?) 'selenium', # browser automations 'click', # confirmations for end2end test (might remove dependency)