You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "potiuk (via GitHub)" <gi...@apache.org> on 2023/02/10 21:04:04 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #29440: Bring back fixed tenacity

potiuk commented on code in PR #29440:
URL: https://github.com/apache/airflow/pull/29440#discussion_r1103241083


##########
setup.cfg:
##########
@@ -134,9 +134,7 @@ install_requires =
     sqlalchemy>=1.4,<2.0
     sqlalchemy_jsonfield>=1.0
     tabulate>=0.7.5
-    # The 8.2.0 release of tenacity has a mypy error that breaks our CI
-    # The upper-bound limit can be removed after https://github.com/jd/tenacity/issues/389 is resolved
-    tenacity>=6.2.0,<8.2.0
+    tenacity>=8.2.1

Review Comment:
   Yeah. might be a good idea 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org