From ffa8128db1fa9394d26a008cae3740eeac0c54f1 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 10 Sep 2024 12:24:34 -0500 Subject: [PATCH] fix: pin pydantic_settings --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45d1736bba..2eb418d82b 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ "pandas>=2.2.2,<3", "pluggy>=1.3,<2", "pydantic>=2.6.4,<3", - "pydantic-settings>=2.0.3,<3", + "pydantic-settings>=2.4.0,<2.5", # Bug in pydantic_settings "pytest>=8.0,<9.0", "python-dateutil>=2.8.2,<3", "PyYAML>=5.0,<7",