From c3eb561c162977688c1f4c2c899a66382000ae2a Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 18 Dec 2023 11:06:25 +0100 Subject: [PATCH] setup: allow django-taggit 3.1.0 (#81954) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2e8f8b..03c7c70 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ setup( 'gadjo', 'django-ckeditor<4.5.4', 'django-haystack<3.2.2', - 'django-taggit<3', + 'django-taggit<3.1.1', 'djangorestframework>=3.3,<3.15', 'requests', 'whoosh',