Skip to content

Commit

Permalink
fix: pin pydantic_settings as it broke ape (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 10, 2024
1 parent 047b853 commit 9eaa07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9eaa07c

Please sign in to comment.