From 67dd7f90c66ffcc8f1d8d05db998f942c209d6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:03:07 +0000 Subject: [PATCH] Update tenacity requirement from <9.0.0,>=8.2.0 to >=8.2.0,<10.0.0 Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.2.0...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5efc7d..eb1b74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" dependencies = [ "openai>=1.25.0,<2.0.0", "docstring_parser>=0.15.0,<1.0.0", - "tenacity>=8.2.0,<9.0.0", + "tenacity>=8.2.0,<10.0.0", ] name = "agent_dingo" version = "1.0.0"