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

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

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


##########
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:
   ```suggestion
       tenacity>=6.2.0,!=8.2.0
   ```
   
   since the older versions aren’t incompatible?



-- 
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