From: Yurii Karabas <1998uriyyo@gmail.com> Date: Sat, 28 Jan 2023 09:32:44 +0000 (+0200) Subject: Add changelog file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9157%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog file --- diff --git a/doc/build/changelog/unreleased_20/9156.rst b/doc/build/changelog/unreleased_20/9156.rst new file mode 100644 index 0000000000..9fbeb44eb5 --- /dev/null +++ b/doc/build/changelog/unreleased_20/9156.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, typing + :tickets: 9156 + + The :meth:`_expression.ColumnElement.cast` is typed to accept + both ``Type[TypeEngine[T]]`` and ``TypeEngine[T]`` rather only + ``TypeEngine[T]``. \ No newline at end of file