diff --git a/setup.py b/setup.py index 065cc1b5..4b2e8922 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "imageio>=2.10", "loguru", "numpy", - "pydantic-settings >=2.5", + "pydantic-settings>=2.7.0,<3", "pydantic", "requests", "ruyaml",