Skip to content

Commit

Permalink
avoid pydantic 2.10 until we have a proper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 28, 2024
1 parent e681c3b commit aa88c1b
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 @@ -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",
Expand Down

0 comments on commit aa88c1b

Please sign in to comment.