Skip to content

Commit e030fb8

Browse files
committed
fix: Add missing Pydantic dev-dep (docs group)
1 parent f72f0d2 commit e030fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/pyproject.toml.jinja

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ ci = [
111111
"mkdocs-minify-plugin>=0.8",
112112
"mkdocs-section-index>=0.3",
113113
"mkdocstrings[python]>=0.29",
114+
"pydantic>=2.10",
114115
# YORE: EOL 3.10: Remove line.
115116
"tomli>=2.0; python_version < '3.11'",
116117
]

0 commit comments

Comments
 (0)