From 03f9d2450996c77c48bbd5f5aefbf239c5acbbdc Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sat, 25 May 2024 22:51:06 +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..5a897a0f35 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.12'", # See #2555 "msgpack >=1.0.0", "pyzmq >=25.0.0", "geventhttpclient >=2.3.1",