This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new ea7e64f  Relax required version for `python-telegram-bot` (#15776)
ea7e64f is described below

commit ea7e64fd4bc5245725f9fff2121e21e7b2d7fa17
Author: RosterIn <[email protected]>
AuthorDate: Thu May 13 17:48:36 2021 +0300

    Relax required version for `python-telegram-bot` (#15776)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7a3024e..ec83090 100644
--- a/setup.py
+++ b/setup.py
@@ -452,7 +452,7 @@ tableau = [
     'tableauserverclient',
 ]
 telegram = [
-    'python-telegram-bot==13.0',
+    'python-telegram-bot~=13.0',
 ]
 trino = ['trino']
 vertica = [

Reply via email to