From a1329165257cb08a458dac2ae0440e30ddbaffb9 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 19 Oct 2021 12:32:45 +0300 Subject: [PATCH] Update Telethon The upstream dev doesn't want to make new releases anymore before 2.0, so this is temporarily using a fork. The main change is API layer 133, which updates all user/chat IDs to be 64-bit. --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fcdf885..b34a6dcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,7 @@ commonmark>=0.8,<0.10 aiohttp>=3,<4 yarl>=1,<2 mautrix>=0.10.5,<0.11 -telethon>=1.22,<1.24 +#telethon>=1.22,<1.24 +# Temporary patch for 64-bit IDs until upstream telethon 2.0 is ready +tulir-telethon==1.24.0a1 telethon-session-sqlalchemy>=0.2.14,<0.3