From: Kai Mueller <15907922+kasium@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:02:43 +0000 (+0000) Subject: Add changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c935ea3524788afc212bf0bdef57b267d00972d1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog --- diff --git a/doc/build/changelog/unreleased_14/7368.rst b/doc/build/changelog/unreleased_14/7368.rst new file mode 100644 index 0000000000..7f53ce2a39 --- /dev/null +++ b/doc/build/changelog/unreleased_14/7368.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, orm, mypy + :tickets: 7368 + + Fixed 1.4 mypy plugin issue, where the automatic generated declarative base metaclass didn't + copy the `__class_getitem__` method which can lead to runtime issues with e.g. generics.