From: Frazer McLean Date: Mon, 2 Sep 2024 16:50:38 +0000 (+0200) Subject: Add changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e50a97d2a6e0e9ef7ba8dc1a5f07d252e79fa4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog --- diff --git a/doc/build/changelog/unreleased_20/11820.rst b/doc/build/changelog/unreleased_20/11820.rst new file mode 100644 index 0000000000..e143d6d4d5 --- /dev/null +++ b/doc/build/changelog/unreleased_20/11820.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, orm, typing + :tickets: 11814 + + Fixed issue where it was not possible to use ``typing.Literal`` with + ``Mapped[]`` on Python 3.8 and 3.9. + +