From 0ab340292802563d0477f5f7f4537482ec2452e0 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 6 Feb 2018 10:50:32 +0200 Subject: [PATCH] Fix Telethon max version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 743e2a75..e476a86f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( packages=setuptools.find_packages(), install_requires=[ - "Telethon>=0.17.0.0,<0.17", + "Telethon>=0.17.0.0,<0.18", "aiohttp>=2.3.10,<3", "SQLAlchemy>=1.2.2,<2", "Markdown>=2.6.11,<3",