From 6c2c0ca813b67455f08cf4641f7013d6869bba76 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sat, 25 May 2024 22:53:19 +0200 Subject: [PATCH] Use requests 2.32.2 or higher for Python 3.12, fixes #2555 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e4f49b90a6..21a5bcf1d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ "flask >=2.0.0", "Werkzeug >=2.0.0", "requests >=2.26.0", + "requests >=2.32.2; python_version>'3.11'", # See #2555 "msgpack >=1.0.0", "pyzmq >=25.0.0", "geventhttpclient >=2.3.1",