From a80b707ff87b4f6eb8e3ad95028e1ba96bcc4188 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 2 Oct 2024 06:29:06 -0700 Subject: [PATCH] Ensure we always ask for pydantic>=2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62653804d..cfabcb82b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ huggingface-hub llama-models>=0.0.36 prompt-toolkit python-dotenv -pydantic +pydantic>=2 requests rich termcolor