From 81edcc84be21c10bd83e76610f609e844e0f3777 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 15 May 2023 17:59:39 -0500 Subject: [PATCH] Add changelog --- changelog.d/15605.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15605.misc diff --git a/changelog.d/15605.misc b/changelog.d/15605.misc new file mode 100644 index 0000000000..a802f9b020 --- /dev/null +++ b/changelog.d/15605.misc @@ -0,0 +1 @@ +Fix `Literal` being imported from `typing.Literal` which is only compatible with Python 3.8+.