From 915fd0641bea259e310dc0715a0f6180702108e4 Mon Sep 17 00:00:00 2001 From: Kye Date: Sun, 3 Dec 2023 14:03:47 -0800 Subject: [PATCH] [CHORE][pydantic] --- pyproject.toml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f051bdb2..7069a7c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ ratelimit = "*" beautifulsoup4 = "*" cohere = "*" huggingface-hub = "*" -pydantic = "*" +pydantic = "1.10.12" tenacity = "*" Pillow = "*" chromadb = "*" diff --git a/requirements.txt b/requirements.txt index 936157e5..576650cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,7 @@ faiss-cpu openai==0.28.0 attrs datasets +pydantic==1.10.12 soundfile huggingface-hub google-generativeai