Skip to content

Commit

Permalink
Work around mypy/pydantic crash in f38 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kmichel-aiven committed Apr 21, 2024
1 parent 02cecb6 commit 9897fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ f38 = [
"msgspec == 0.18.6",
"kazoo == 2.8.0",
"protobuf == 3.19.6",
"pydantic == 1.10.2",
# pydantic on Fedora 38 is actually 1.10.2, but 1.10.2 is incompatible with
# mypy >= 1.4.0, this was fixed in pydantic 1.10.9: https://github.com/pydantic/pydantic/pull/5928
"pydantic == 1.10.9",
"pyyaml == 6.0.0",
"requests == 2.28.2",
"tabulate == 0.9.0",
Expand Down

0 comments on commit 9897fe8

Please sign in to comment.