From a258c59ca3558ad91b1fee190c624763ca835d2f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 28 Dec 2018 16:36:23 +0200 Subject: [PATCH] Bump minimum Telethon version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 09cd00a2..91792b28 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setuptools.setup( "ruamel.yaml>=0.15.35,<0.16", "future-fstrings>=0.4.2", "python-magic>=0.4.15,<0.5", - "telethon>=1.0,<1.3", + "telethon>=1.5,<1.6", "telethon-session-sqlalchemy>=0.2.3,<0.3", ], extras_require=extras,