Skip to content

Commit f426a1a

Browse files
committed
Remove nonsensical pydantic requirement
For some unknown reason, pydantic was added to the dependency list in pyproject.toml, but NAV has no such dependency. This removes it.
1 parent 16d3c1b commit f426a1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
]
1818
dynamic = ["version"]
1919
dependencies = [
20-
"pydantic >= 2.0",
2120
"importlib_metadata; python_version < '3.8'",
2221
"importlib_resources; python_version < '3.9'",
2322
]

0 commit comments

Comments
 (0)