Skip to content

Commit

Permalink
Disallow pydantic 1.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 14, 2025
1 parent a0b3c8c commit 4b78303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"setuptools >= 45",
"setuptools_scm >= 6.2, < 8",
"sphinxify >= 0.7.3",
"pydantic >= 1.7.0, < 2",
"pydantic >= 1.7.0, < 2, != 1.10.20",
"cxxheaderparser[pcpp] ~= 1.4.1",
"tomli",
"tomli_w",
Expand Down

0 comments on commit 4b78303

Please sign in to comment.