From 54eafb992dde0a822c362937cd279b50ecdb7c96 Mon Sep 17 00:00:00 2001 From: Yoyo Date: Wed, 4 Oct 2023 18:51:14 +0800 Subject: [PATCH] Restrict pydantic version to smaller than v2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15ffcd1..4f90c84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pillow>=7.0 jsonschema>=3.0.1 beautifulsoup4>=4.8.2 tinydb>=3.15.2 -pydantic \ No newline at end of file +pydantic<2.0