]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog
authorKai Mueller <15907922+kasium@users.noreply.github.com>
Tue, 30 Nov 2021 15:02:43 +0000 (15:02 +0000)
committerKai Mueller <15907922+kasium@users.noreply.github.com>
Tue, 30 Nov 2021 15:02:43 +0000 (15:02 +0000)
doc/build/changelog/unreleased_14/7368.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/7368.rst b/doc/build/changelog/unreleased_14/7368.rst
new file mode 100644 (file)
index 0000000..7f53ce2
--- /dev/null
@@ -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.