From 782cd426a432017b0701dc79b27295c4baca055e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 1 Dec 2021 20:53:38 +0200 Subject: [PATCH] Switch back to upstream Telethon --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 127ea705..1ed78c92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,7 @@ commonmark>=0.8,<0.10 aiohttp>=3,<4 yarl>=1,<2 mautrix>=0.11.4,<0.13 -#telethon>=1.22,<1.24 -# Temporary patch for 64-bit IDs until upstream telethon 2.0 is ready -tulir-telethon==1.24.0a2 +telethon>=1.24,<1.25 telethon-session-sqlalchemy>=0.2.14,<0.3 # Temporarily always depend on aiosqlite to prevent breaking old installs # Will be removed in v0.12 (after which you need to choose the [sqlite] optional dependency)