From 3b416223e398d7fa25da2be62120a7cfbbff46c4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 31 Jul 2023 16:55:39 +0200 Subject: [PATCH] Bump pydantic to 2.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a01713e3..356bb9fe6 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setup( 'rich', 'pyarrow; platform_machine != "armv7l"', 'fastapi', - 'pydantic>=2.0.0', + 'pydantic>=2.1.1', 'uvicorn', 'psutil', 'pyjwt',