From bc60c29722b810c70669def9acbf09a7f67b424d Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sat, 13 May 2023 16:15:21 -0500 Subject: [PATCH] Add changelog --- changelog/10999.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/10999.bugfix.rst diff --git a/changelog/10999.bugfix.rst b/changelog/10999.bugfix.rst new file mode 100644 index 000000000..1eeae02b1 --- /dev/null +++ b/changelog/10999.bugfix.rst @@ -0,0 +1 @@ +Fixed bug where monkeypatch setitem/delitem type annotations didn't support typing.TypedDict.