From 8f7101a96955059ca0f9a5017761e06ce763c428 Mon Sep 17 00:00:00 2001 From: thomasht86 Date: Tue, 18 Jun 2024 14:27:15 +0200 Subject: [PATCH] pin version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d23c078e..fa562c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "jinja2", "cryptography", "aiohttp", - "tenacity", + "tenacity>=8.4.1", "typing_extensions", ]