From 59d357b8ea23ce645747b5f3f221365b76504d8c Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 15 Feb 2023 20:35:41 +0100 Subject: [PATCH] mention mypy>=1 is required to type check the library Change-Id: Ie514c76b4f6b3241bba5083219a3eae19c2b7aae --- doc/build/changelog/changelog_20.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_20.rst b/doc/build/changelog/changelog_20.rst index b7df8f5c04..be07b3c237 100644 --- a/doc/build/changelog/changelog_20.rst +++ b/doc/build/changelog/changelog_20.rst @@ -21,7 +21,9 @@ :tickets: 9254 Remove ``typing.Self`` workaround, now using :pep:`673` for most methods - that return ``Self``. Pull request courtesy Yurii Karabas. + that return ``Self``. As a consequence of this change ``mypy>=1.0.0`` is + now required to type check SQLAlchemy code. + Pull request courtesy Yurii Karabas. .. change:: :tags: bug, sql, regression -- 2.47.2