Skip to content

Commit

Permalink
Skip bad latest tenacity release to fix CI (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Jun 17, 2024
1 parent f7d45ba commit 988bc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run(self):
'jsonlines==1.2.0',
'PyYAML>=5.1',
'requests>=2.12.4',
'tenacity>=5.1.1',
'tenacity>=5.1.1,!=8.4.0',
'tqdm>=4.32',
'requests_futures==1.0.0',
'jsonschema>=3,<5',
Expand Down

0 comments on commit 988bc30

Please sign in to comment.