bump pydantic to 2.x

pull/250/head
evelynmitchell 1 year ago
parent b0347ac296
commit cfb08bb11a

@ -52,7 +52,7 @@ ratelimit = "*"
beautifulsoup4 = "*" beautifulsoup4 = "*"
cohere = "*" cohere = "*"
huggingface-hub = "*" huggingface-hub = "*"
pydantic = "1.10.12" pydantic = "2.*"
tenacity = "*" tenacity = "*"
Pillow = "*" Pillow = "*"
chromadb = "*" chromadb = "*"

@ -17,7 +17,7 @@ faiss-cpu
openai==0.28.0 openai==0.28.0
attrs attrs
datasets datasets
pydantic==1.10.12 pydantic>2
soundfile soundfile
huggingface-hub huggingface-hub
google-generativeai google-generativeai

Loading…
Cancel
Save