From 567921a8e5c8c843c4a69b7bf47223f86e0602ef Mon Sep 17 00:00:00 2001 From: Michael March Date: Sun, 4 Feb 2024 23:54:05 +0000 Subject: [PATCH] Error with import pydantic --- extensions/superboogav2/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/superboogav2/requirements.txt b/extensions/superboogav2/requirements.txt index 748bacf..3272955 100644 --- a/extensions/superboogav2/requirements.txt +++ b/extensions/superboogav2/requirements.txt @@ -7,4 +7,5 @@ posthog==2.4.2 sentence_transformers==2.2.2 spacy pytextrank -num2words \ No newline at end of file +num2words +pydantic==1.10.12 \ No newline at end of file