From da22c173dff7380543188932a552a1872b4edcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Rivi=C3=A8re?= Date: Fri, 12 Jun 2026 12:06:43 +0200 Subject: [PATCH] Restrict Django version to <6 Fixes the CI. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c4a4cc74..6fc0a1816 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ "graphene>=3.0,<4", "graphql-core>=3.1.0,<4", "graphql-relay>=3.1.1,<4", - "Django>=3.2", + "Django>=3.2,<6", "promise>=2.1", "text-unidecode", ],