Skip to content

Commit 2fcfbfa

Browse files
committed
Fix mypy too
1 parent 54f1696 commit 2fcfbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ skip-magic-trailing-comma = false
130130
line-ending = "auto"
131131

132132
[tool.mypy]
133-
python_version = "3.11"
133+
python_version = "3.12"
134134
plugins = ["pydantic.mypy"]
135135

136136
warn_unreachable = true

0 commit comments

Comments
 (0)