Skip to content

Commit

Permalink
Bring back fixed tenacity (#29440)
Browse files Browse the repository at this point in the history
* Bring back fixed tenacity.

Tenacity MyPy integration has been broken in 8.2.0, but 8.2.1
seems to fix it.

Test fix provided in jd/tenacity#390

Related: #29411

Co-authored-by: Tzu-ping Chung <[email protected]>
GitOrigin-RevId: 28806a32005583f06c8ee26b808d84d2a5593ab7
  • Loading branch information
2 people authored and Cloud Composer Team committed Sep 19, 2024
1 parent a543c60 commit 3cfcb81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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>=6.2.0,!=8.2.0
termcolor>=1.1.0
typing-extensions>=4.0.0
unicodecsv>=0.14.1
Expand Down

0 comments on commit 3cfcb81

Please sign in to comment.