Skip to content

Commit ac367e7

Browse files
authored
Limit pydantic to v1 (#474)
It appears v2 has breaking changes which we need to adjust for later.
2 parents e3ca913 + 47ce5b5 commit ac367e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"networkx >= 2.8, < 4",
3131
"numpy >= 1.24.2, < 2",
3232
"protobuf >= 4.21.6, < 5",
33-
"pydantic >= 1.9",
33+
"pydantic >= 1.9, < 2",
3434
"toml >= 0.10",
3535
"tqdm >= 4.38.0, < 5",
3636
"typing_extensions >= 4.4.0, < 5",

0 commit comments

Comments
 (0)