Skip to content

Commit b65b385

Browse files
author
Joan Fontanals
authored
ci: pin pydantic version (#1682)
Signed-off-by: Joan Fontanals Martinez <[email protected]>
1 parent 8f25887 commit b65b385

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
@@ -35,7 +35,7 @@ classifiers = [
3535

3636
[tool.poetry.dependencies]
3737
python = ">=3.8,<4.0"
38-
pydantic = ">=1.10.2"
38+
pydantic = ">=1.10.2,<2.0.0"
3939
numpy = ">=1.17.3"
4040
protobuf = { version = ">=3.19.0", optional = true }
4141
torch = { version = ">=1.0.0", optional = true }

0 commit comments

Comments
 (0)