From aa88c1bfc7a96229ae1d2fb2ad2cd0c6e8c92cb9 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Thu, 28 Nov 2024 13:38:59 +0100 Subject: [PATCH] avoid pydantic 2.10 until we have a proper fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abc732be1..3a1847391 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "packaging>=17.0", "pooch>=1.5,<2", "pydantic-settings>=2.5,<3", - "pydantic>=2.7.0,<3", + "pydantic>=2.7.0,<2.10", "python-dateutil", "requests", "rich",