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]>
(cherry picked from commit 28806a32005583f06c8ee26b808d84d2a5593ab7)
GitOrigin-RevId: 6bdac035d696e78f3e68cb2943d5444ea4886945
  • Loading branch information
2 people authored and Cloud Composer Team committed Jul 17, 2023
1 parent ef5f3d0 commit f4bef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ install_requires =
sqlalchemy>=1.4,<2.0
sqlalchemy_jsonfield>=1.0
tabulate>=0.7.5
tenacity>=6.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 f4bef6b

Please sign in to comment.