Skip to content

Commit

Permalink
Don't use mypy v1.10.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Apr 26, 2024
1 parent 29bd17b commit 9f4253e
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 @@ -35,7 +35,7 @@ dependencies = [

[project.optional-dependencies]
test = [
"mypy",
"mypy !=1.10.0", # see https://github.com/python/mypy/issues/17166
"pre-commit",
"pytest",
"httpx-ws >=0.5.2",
Expand Down

0 comments on commit 9f4253e

Please sign in to comment.