Skip to content

Commit 4745c5b

Browse files
authored
Fix pydantic pins
1 parent 3770872 commit 4745c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"imageio>=2.10",
3636
"loguru",
3737
"numpy",
38-
"pydantic-settings>=2.7.0,<3",
39-
"pydantic",
38+
"pydantic-settings>=2.5,<3",
39+
"pydantic>=2.7.0,<3",
4040
"requests",
4141
"ruyaml",
4242
"tqdm",

0 commit comments

Comments
 (0)