From 750a4f16cdfe5f755743c03197b6c1412c8c44f9 Mon Sep 17 00:00:00 2001 From: James Meakin <12661555+jmsmkn@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:55:08 +0100 Subject: [PATCH] Pin pycurl See #3252 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eea1f086..7a53726c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ django-compressor = "*" django-libsass = "*" django-csp = "*" psycopg = {version = ">3.1.8", extras = ["c"]} -pycurl = "!=7.45.3" # Import issue with 7.45.3 (https://github.com/comic/grand-challenge.org/issues/3252) +pycurl = "<7.45.3" # Import issue with 7.45.3 (https://github.com/comic/grand-challenge.org/issues/3252) pyjwt = "*" beautifulsoup4 = "*" pymdown-extensions = "*"