From 6a8fceff5b16e9ec0041ed0ddfa93bfc2d554412 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 13 Feb 2019 18:10:07 +0200 Subject: [PATCH] Update mautrix-appservice to fix generating reply fallbacks for events with slashes in their ID --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b483075..3c55faf0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setuptools.setup( install_requires=[ "aiohttp>=3.0.1,<4", - "mautrix-appservice>=0.3.7,<0.4.0", + "mautrix-appservice>=0.3.8,<0.4.0", "SQLAlchemy>=1.2.3,<2", "alembic>=1.0.0,<2", "commonmark>=0.8.1,<1",