Skip to content

Commit 5849a54

Browse files
author
Andrei
authored
Merge pull request #103 from AndreiDrang/dependabot/pip/tenacity-gte-8-and-lt-10
Update tenacity requirement from ==8.* to >=8,<10
2 parents f53140f + f27a286 commit 5849a54

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)