From 4745c5b049b5ecbcf47c862ab0069a74e88ff033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Beuttenm=C3=BCller?= Date: Tue, 19 Nov 2024 09:30:02 +0100 Subject: [PATCH] Fix pydantic pins --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4b2e8922..99747946 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ "imageio>=2.10", "loguru", "numpy", - "pydantic-settings>=2.7.0,<3", - "pydantic", + "pydantic-settings>=2.5,<3", + "pydantic>=2.7.0,<3", "requests", "ruyaml", "tqdm",