From 95939dfa02e713d0784b4a634936df5c5522d0e4 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 15 Sep 2022 21:55:01 +0300 Subject: [PATCH] Update mautrix-python to fix encrypting when a single device is out of OTKs --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b85455c..8f705124 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ python-magic>=0.4,<0.5 commonmark>=0.8,<0.10 aiohttp>=3,<4 yarl>=1,<2 -mautrix>=0.18.0,<0.19 +mautrix>=0.18.1,<0.19 #telethon>=1.24,<1.25 tulir-telethon==1.25.0a20 asyncpg>=0.20,<0.27