From 81171b1eaec3f30809f7ce27768bfb6c129e1d99 Mon Sep 17 00:00:00 2001 From: zerolab Date: Mon, 17 Feb 2025 14:53:25 +0000 Subject: [PATCH] fixup! Unpin django-filter's top boundary (#12885) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94052dd3c4..b9d7dc9a10 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires = [ "django-taggit>=5.0,<6.2", "django-treebeard>=4.5.1,<5.0", "djangorestframework>=3.15.1,<4.0", - "django-filter>=23.3,<25", + "django-filter>=23.3", "draftjs_exporter>=2.1.5,<6.0", "Pillow>=9.1.0,<12.0.0", "beautifulsoup4>=4.8,<4.13",