From 53c76160a70c2d2b68e370a52515a1eb2b83d133 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 18 Jul 2023 06:44:10 +0200 Subject: [PATCH] Force pydantic > 2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2b725f87..4a01713e3 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setup( 'rich', 'pyarrow; platform_machine != "armv7l"', 'fastapi', - 'pydantic>=1.8.0,<2.0', + 'pydantic>=2.0.0', 'uvicorn', 'psutil', 'pyjwt',