diff --git a/pyproject.toml b/pyproject.toml index d92aa27d..f41b3db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ ratelimit = "2.2.1" loguru = "0.7.2" huggingface-hub = "*" pydantic = "2.6.4" -tenacity = "8.2.2" +tenacity = "8.2.3" Pillow = "9.4.0" chromadb = "0.4.24" termcolor = "2.2.0" diff --git a/requirements.txt b/requirements.txt index b8d654c3..c7ac8bcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,5 @@ mkdocs-material mkdocs-glightbox pre-commit==3.6.2 psutil -black \ No newline at end of file +black +tenacity \ No newline at end of file