Skip to content

Commit df49574

Browse files
committed
added pydantic as a test dependency
1 parent d34450f commit df49574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ classifiers = [
1616
[project.optional-dependencies]
1717
core = ["numpy>=1.0.0,<3.0.0", "onnxruntime>=1.0.0,<2.0.0"]
1818
extras = ["pydantic>=2.0.0,<3.0.0"]
19-
test = ["jsonschema>=4.0.0,<5.0.0"]
19+
test = ["jsonschema>=4.0.0,<5.0.0", "pydantic>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)