From 988bc309a59366874f8aeadbb68f8259191188f4 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 17 Jun 2024 16:30:06 +0400 Subject: [PATCH] Skip bad latest tenacity release to fix CI (#4003) --- 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',