Skip to content

Commit 08084f0

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 4890ad3 commit 08084f0

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"pandas >= 1.5.2, < 2",
3535
"protobuf >= 4.21, < 5",
3636
"pyarrow >= 10.0.1, < 11",
37-
"pydantic >= 1.9",
37+
"pydantic >= 1.9, < 2",
3838
"sympy >= 1.10.1, < 2",
3939
"toml >= 0.10",
4040
"tqdm >= 4.38.0, < 5",

0 commit comments

Comments
 (0)