From 196615e012769db6658f4b2b8211817322a62867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Pinto?= Date: Tue, 11 Nov 2025 12:17:56 +0000 Subject: [PATCH 1/2] chore: install_requires django-notification-sender <=1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9378fab..c958ba6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ python_requires = >=3.9 install_requires = Django >= 3.0, < 6 django-logbasecommand < 1 - django-notification-sender < 1 + django-notification-sender <= 1 requests > 2, < 3 # FIXME: remove this "feature" (dependency)? move it to optional? django-after-response == 0.2.2 From f402418fdec138c5a8e7165b31f1d5c5a5003ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Pinto?= Date: Tue, 11 Nov 2025 12:23:04 +0000 Subject: [PATCH 2/2] chore: django-notification-sender < 2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c958ba6..a70edc6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ python_requires = >=3.9 install_requires = Django >= 3.0, < 6 django-logbasecommand < 1 - django-notification-sender <= 1 + django-notification-sender < 2 requests > 2, < 3 # FIXME: remove this "feature" (dependency)? move it to optional? django-after-response == 0.2.2