diff --git a/pyproject.toml b/pyproject.toml index 99b6a226..f8e1290c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ attrs = "22.2.0" ratelimit = "2.2.1" cohere = "4.24" huggingface-hub = "*" -pydantic = "1.10.12" +pydantic = "2.6.1" tenacity = "8.2.2" Pillow = "9.4.0" chromadb = "*" @@ -59,7 +59,7 @@ termcolor = "2.2.0" black = "23.3.0" soundfile = "0.12.1" torchvision = "0.16.1" -rich = "13.5.2" +rich = "13.7.0" sqlalchemy = "*" bitsandbytes = "*" pgvector = "*" diff --git a/requirements.txt b/requirements.txt index e6496205..3cefc7eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Pillow==9.4.0 faiss-cpu==1.7.4 openai==0.28.0 datasets==2.14.5 -pydantic==1.10.12 +pydantic==2.6.1 bitsandbytes huggingface-hub google-generativeai==0.3.1 @@ -49,4 +49,5 @@ supervision scikit-image anthropic pinecone-client -roboflow \ No newline at end of file +roboflow +rich==13.7.0 \ No newline at end of file