Skip to content

Commit b333851

Browse files
authored
use beta pydantic if python 3.13
1 parent e749d23 commit b333851

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ dependencies = [
3434
"numpy >=1.13.3",
3535
"typing-extensions;python_version<'3.8'",
3636
"dataclasses;python_version<'3.7'",
37-
"pydantic >=2.11.0b1",
37+
"pydantic >=2.11.0b1;python_version>'3.12'",
38+
"pydantic >=2;python_version<'3.13'",
3839
"rich",
3940
"packaging",
4041
]

0 commit comments

Comments
 (0)