From 5136bc4b6333e868cc47f1b2dcc58716a40cadca Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Thu, 8 Apr 2021 11:17:12 -0500 Subject: [PATCH] Add changelog entry --- doc/build/changelog/unreleased_14/mypy_typedec.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/build/changelog/unreleased_14/mypy_typedec.rst diff --git a/doc/build/changelog/unreleased_14/mypy_typedec.rst b/doc/build/changelog/unreleased_14/mypy_typedec.rst new file mode 100644 index 0000000000..f4f7f3c195 --- /dev/null +++ b/doc/build/changelog/unreleased_14/mypy_typedec.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, mypy + + Fixed issue in Mypy plugin where the plugin wasn’t inferring the correct + type for columns of subclasses that don’t directly descend from + ``TypeEngine``, in particular that of ``TypeDecorator`` and + ``UserDefinedType``. -- 2.47.2