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 36d1d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"numpy>=1.21",
"packaging>=17.0",
"pooch>=1.5,<2",
"pydantic-settings>=2.5,<3",
"pydantic>=2.7.0,<3",
"pydantic-settings>=2.5,3",
"pydantic>=2.7.0,<2.10",
"python-dateutil",
"requests",
"rich",
Expand Down

0 comments on commit 36d1d27

Please sign in to comment.