bump pydantic to 2.6.1

pull/385/head
evelynmitchell 1 year ago
parent 76a140508f
commit 4f64c1ac0b

@ -51,7 +51,7 @@ attrs = "22.2.0"
ratelimit = "2.2.1" ratelimit = "2.2.1"
cohere = "4.24" cohere = "4.24"
huggingface-hub = "*" huggingface-hub = "*"
pydantic = "1.10.12" pydantic = "2.6.1"
tenacity = "8.2.2" tenacity = "8.2.2"
Pillow = "9.4.0" Pillow = "9.4.0"
chromadb = "*" chromadb = "*"
@ -59,7 +59,7 @@ termcolor = "2.2.0"
black = "23.3.0" black = "23.3.0"
soundfile = "0.12.1" soundfile = "0.12.1"
torchvision = "0.16.1" torchvision = "0.16.1"
rich = "13.5.2" rich = "13.7.0"
sqlalchemy = "*" sqlalchemy = "*"
bitsandbytes = "*" bitsandbytes = "*"
pgvector = "*" pgvector = "*"

@ -8,7 +8,7 @@ Pillow==9.4.0
faiss-cpu==1.7.4 faiss-cpu==1.7.4
openai==0.28.0 openai==0.28.0
datasets==2.14.5 datasets==2.14.5
pydantic==1.10.12 pydantic==2.6.1
bitsandbytes bitsandbytes
huggingface-hub huggingface-hub
google-generativeai==0.3.1 google-generativeai==0.3.1
@ -49,4 +49,5 @@ supervision
scikit-image scikit-image
anthropic anthropic
pinecone-client pinecone-client
roboflow roboflow
rich==13.7.0
Loading…
Cancel
Save