summarylogtreecommitdiffstats
path: root/fix_telethon_version.patch
blob: 12becceceaf628b2ed9731448d401fabc6053102 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py	2020-02-21 12:56:27.293862507 +0100
+++ b/setup.py	2020-02-21 12:56:35.959919170 +0100
@@ -48,7 +48,7 @@
         "commonmark>=0.8.1,<0.10",
         "ruamel.yaml>=0.15.35,<0.17",
         "python-magic>=0.4.15,<0.5",
-        "telethon>=1.10,<1.11",
+        "telethon>=1.10,<1.12",
         "telethon-session-sqlalchemy>=0.2.14,<0.3",
     ],
     extras_require=extras,