]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆️ Upgrade mypy manually (#684)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Oct 2023 08:59:56 +0000 (12:59 +0400)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2023 08:59:56 +0000 (08:59 +0000)
pyproject.toml

index 0538aa184489b118c9728099e7d21db0ccc5a74e..22a845e8a84a4011fd657042d6dc05e743eb0017 100644 (file)
@@ -37,7 +37,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
 
 [tool.poetry.group.dev.dependencies]
 pytest = "^7.0.1"
-mypy = "0.971"
+mypy = "1.4.1"
 # Needed by the code generator using templates
 black = ">=22.10,<24.0"
 mkdocs-material = "9.1.21"