From 221f5ed10e6dd85190c1e0d92aaf35c34721d8c7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 28 May 2026 16:17:08 +0200 Subject: [PATCH] fix: pin chatmail core to 2.49.0 2.50.0 has delete_server_after config removed, but it is still used in the tests. --- cmdeploy/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdeploy/pyproject.toml b/cmdeploy/pyproject.toml index bedc2bd4..94835cd5 100644 --- a/cmdeploy/pyproject.toml +++ b/cmdeploy/pyproject.toml @@ -19,8 +19,8 @@ dependencies = [ "pytest-xdist", "execnet", "imap_tools", - "deltachat-rpc-client", - "deltachat-rpc-server", + "deltachat-rpc-client==2.49.0", + "deltachat-rpc-server==2.49.0", ] [project.scripts]