Skip to content

Commit b4260e8

Browse files
committed
build(poetry): loosen tenacity to gte 8
for compatibility with chime frb api
1 parent 088b265 commit b4260e8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"dill>=0.3.6",
2222
"lxml>=4.9.2",
2323
"click-aliasing>=1.0.0",
24-
"tenacity>=9.0.0",
24+
"tenacity>=8.0.0",
2525
]
2626

2727
[project.scripts]

0 commit comments

Comments
 (0)