From 073c2e7105da79e53163c10d20c8ea7001ca7b66 Mon Sep 17 00:00:00 2001 From: Andrew MacFie Date: Wed, 3 Jul 2024 13:22:16 -0400 Subject: [PATCH] Update mypy config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4745e50..7476a26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: mypy additional_dependencies: - pytest - - "sqlalchemy[mypy] < 2.0" + - "SQLAlchemy >= 2.0.29" - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0