From e01632575294cf94b9101408de2110e6e4309c5f Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 17 Jun 2024 14:35:47 +0400 Subject: [PATCH] Skip bad latest tenacity release to fix CI https://github.com/jd/tenacity/issues/471 --- api/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/setup.py b/api/python/setup.py index 62fec130710..130dbfa9463 100644 --- a/api/python/setup.py +++ b/api/python/setup.py @@ -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',