]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog file 9157/head
authorYurii Karabas <1998uriyyo@gmail.com>
Sat, 28 Jan 2023 09:32:44 +0000 (11:32 +0200)
committerYurii Karabas <1998uriyyo@gmail.com>
Sat, 28 Jan 2023 09:32:44 +0000 (11:32 +0200)
doc/build/changelog/unreleased_20/9156.rst [new file with mode: 0644]

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