From 3cd1725df45f2d82d7718dafeab2c5b6a6d5a058 Mon Sep 17 00:00:00 2001 From: Matt Blissett Date: Mon, 5 May 2025 14:49:06 +0200 Subject: [PATCH] Use mistune version 3.0.*, not 3.1. With mistune 3.1.0 or later, exceptions are thrown when rendering certain messages. See https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/TYPG6BVLVGNS5RTDJVN5YEC26EVWZMAQ/ --- web/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 1765401..227bb14 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,5 @@ mailmanclient==3.3.5 postorius==1.3.13 hyperkitty==1.3.12 -django-mailman3==1.3.15 \ No newline at end of file +django-mailman3==1.3.15 +mistune~=3.0.0