bump tenacity to resolve chromadb conflict

pull/425/head
evelynmitchell 10 months ago
parent 7cfb845a5d
commit 8ac2137d7a

@ -48,7 +48,7 @@ ratelimit = "2.2.1"
loguru = "0.7.2" loguru = "0.7.2"
huggingface-hub = "*" huggingface-hub = "*"
pydantic = "2.6.4" pydantic = "2.6.4"
tenacity = "8.2.2" tenacity = "8.2.3"
Pillow = "9.4.0" Pillow = "9.4.0"
chromadb = "0.4.24" chromadb = "0.4.24"
termcolor = "2.2.0" termcolor = "2.2.0"

@ -30,4 +30,5 @@ mkdocs-material
mkdocs-glightbox mkdocs-glightbox
pre-commit==3.6.2 pre-commit==3.6.2
psutil psutil
black black
tenacity
Loading…
Cancel
Save