From 8ac2137d7acfbd4f8c3edeb42df9684a5d59a5bf Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 21 Mar 2024 18:18:11 -0600 Subject: [PATCH] bump tenacity to resolve chromadb conflict --- pyproject.toml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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