From 31899127c58008d0d38cc638d108e6d60fc2adb7 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Tue, 22 Aug 2023 10:12:50 -0700 Subject: [PATCH] downgraded pydantic --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index be0e7de1..267a8d37 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ packages=["paperqa", "paperqa.contrib"], install_requires=[ "pypdf", + "pydantic<2", "langchain>=0.0.198", "openai >= 0.27.8", "faiss-cpu",