From 4fdf791870415e75ebb9e34dc9df4355f9711c0b Mon Sep 17 00:00:00 2001 From: srhinos <6531393+srhinos@users.noreply.github.com> Date: Sat, 24 Aug 2024 09:32:27 -0400 Subject: [PATCH] Update Tenacity Dep for Version Flexibility --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8c8c3b26..0f187aa4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1119,4 +1119,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8697efe295835bcab810442dcebd7bbada920638265d4785dcee28002bf2c5eb" +content-hash = "64a2cb9f001aa7539bcc489b293046090169687c78d3545862fb19c41c123875" diff --git a/pyproject.toml b/pyproject.toml index 159369ad..86445c71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ aiostream = "^0.5.2" nest-asyncio = "^1.6.0" aiohttp = "^3.10.5" aiohttp-retry = "^2.8.3" -tenacity = "^9.0.0" +tenacity = ">=8.0.0" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2"