From 321dac184ee0d317296a689d7c8e47bf1464bcce Mon Sep 17 00:00:00 2001 From: Yurii Karabas <1998uriyyo@gmail.com> Date: Sat, 28 Jan 2023 11:32:44 +0200 Subject: [PATCH] Add changelog file --- doc/build/changelog/unreleased_20/9156.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/build/changelog/unreleased_20/9156.rst 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 -- 2.47.2