Skip to content

Commit f27a286

Browse files
Update tenacity requirement from ==8.* to >=8,<10
Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@8.0.0...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent faccbd6 commit f27a286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies = [
8686
"requests>=2.21.0",
8787
"aiohttp>=3.9.2",
8888
"pydantic==2.8.2",
89-
"tenacity==8.*"
89+
"tenacity>=8,<10"
9090
]
9191

9292
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)