Skip to content

Commit 47ce5b5

Browse files
committed
Limit pydantic to v1
It appears v2 has breaking changes which we need to adjust for later. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent e3ca913 commit 47ce5b5

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)