From 242cb29690e0be53c42851275e0500e938b28d24 Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Mon, 24 Nov 2025 10:01:39 +0100 Subject: [PATCH] Pin dramatiq<2 version due to the breaking changes --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 18beb83..5786965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ test = [ "redis", ] dramatiq = [ + "dramatiq<2", "django-dramatiq", ] celery = [