From b57a7ae699190dbf6999d2e7b9b67153d3f9429d Mon Sep 17 00:00:00 2001 From: Trim21 Date: Tue, 17 Sep 2024 01:00:59 +0800 Subject: [PATCH] Allowed Tenacity v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f6a6caa..07055fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = ">= 3.8" dependencies = [ "anyio ~= 4.0", "attrs >= 22.1", - "tenacity ~= 8.0", + "tenacity >= 8.0, <10.0", "tzlocal >= 3.0", "typing_extensions >= 4.0; python_version < '3.11'" ]