[ 
https://issues.apache.org/jira/browse/AIRFLOW-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16694591#comment-16694591
 ] 

ASF GitHub Bot commented on AIRFLOW-3376:
-----------------------------------------

villasv closed pull request #4217: [AIRFLOW-3376] Upgrade tenacity to 5.0.2
URL: https://github.com/apache/incubator-airflow/pull/4217
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/setup.py b/setup.py
index e651f5a66e..499ea5e5f7 100644
--- a/setup.py
+++ b/setup.py
@@ -324,7 +324,7 @@ def do_setup():
             'setproctitle>=1.1.8, <2',
             'sqlalchemy>=1.1.15, <1.2.0',
             'tabulate>=0.7.5, <=0.8.2',
-            'tenacity==4.8.0',
+            'tenacity==5.0.2',
             'thrift>=0.9.2',
             'tzlocal>=1.4',
             'unicodecsv>=0.14.1',


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Required tenacity version doesn't support python 3.7
> ----------------------------------------------------
>
>                 Key: AIRFLOW-3376
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3376
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 1.10.0
>            Reporter: Victor Villas Bôas Chaves
>            Priority: Major
>
> HttpHook uses tenacity, which is installed with version pinned at 4.8. 
> Version >5 is compatible with python 3.7 so it should be updated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to