From a38b99bd871d4784231470e6b254c91089d37ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20=C5=9Al=C4=85zak?= Date: Thu, 28 May 2026 14:39:21 +0200 Subject: [PATCH] fix: Pin deltachat core dependencies to 2.49.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI started to fail after 2.50.0, this hotfix pins version of core to 2.49, since cmlxc tests relay and not core anyway. Signed-off-by: Jagoda Ślązak --- src/cmlxc/container.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmlxc/container.py b/src/cmlxc/container.py index a5817e7..28e4202 100644 --- a/src/cmlxc/container.py +++ b/src/cmlxc/container.py @@ -493,8 +493,8 @@ def install_deps(self): /root/minitest-venv/bin/pip install \ pytest \ pytest-xdist \ - deltachat-rpc-client \ - deltachat-rpc-server \ + deltachat-rpc-client==2.49.0 \ + deltachat-rpc-server==2.49.0 \ imap-tools \ requests \ python-dotenv \