Skip to content

Commit 4b78303

Browse files
committed
Disallow pydantic 1.10.20
1 parent a0b3c8c commit 4b78303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"setuptools >= 45",
2929
"setuptools_scm >= 6.2, < 8",
3030
"sphinxify >= 0.7.3",
31-
"pydantic >= 1.7.0, < 2",
31+
"pydantic >= 1.7.0, < 2, != 1.10.20",
3232
"cxxheaderparser[pcpp] ~= 1.4.1",
3333
"tomli",
3434
"tomli_w",

0 commit comments

Comments
 (0)