From: Federico Caselli Date: Wed, 15 Feb 2023 19:35:41 +0000 (+0100) Subject: mention mypy>=1 is required to type check the library X-Git-Tag: rel_2_0_4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d357b8ea23ce645747b5f3f221365b76504d8c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git mention mypy>=1 is required to type check the library Change-Id: Ie514c76b4f6b3241bba5083219a3eae19c2b7aae --- 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