From 61ba1a0dc7d705017d93398579ac20cb3c73ba6a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Feb 2023 14:38:59 +0100 Subject: [PATCH] Pin telegram in conda environment to <20 closes #8111 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 5298b2baa..5b039e7f7 100644 --- a/environment.yml +++ b/environment.yml @@ -12,7 +12,7 @@ dependencies: - py-find-1st - aiohttp - SQLAlchemy - - python-telegram-bot + - python-telegram-bot<20.0.0 - arrow - cachetools - requests