From 1c14fee0e8a224a392d3b1ca7ba0a8971605df93 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Thu, 19 Mar 2026 12:02:28 -0700 Subject: [PATCH] PEP 827: update state of mypy proof-of-concept --- peps/pep-0827.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/peps/pep-0827.rst b/peps/pep-0827.rst index 92f4834dd90..65581ff3e44 100644 --- a/peps/pep-0827.rst +++ b/peps/pep-0827.rst @@ -1444,11 +1444,7 @@ also where this PEP draft currently lives. There is an in-progress `proof-of-concept implementation <#ref-impl_>`__ in mypy. -It can type check the ORM, FastAPI-style model derivation, and -NumPy-style broadcasting examples. - -It is missing support for callables, ``UpdateClass``, annotation -processing, and various smaller things. +It can type check all of the examples in this document. Alternate syntax ideas ======================