Skip to content

Commit

Permalink
Mark PEP 655 (typing.Required, typing.NotRequired) as supported.
Browse files Browse the repository at this point in the history
I added support for this feature back in December, but I figured we shouldn't
mark it as supported until we're close to resuming releases.

PiperOrigin-RevId: 595218047
  • Loading branch information
rchen152 committed Jan 4, 2024
1 parent e987b87 commit 56f876e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ of pytype.
* [Third-Party Libraries](#third-party-libraries)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: rechen, at: Mon Dec 18 11:42:58 AM PST 2023 -->
<!-- Added by: rechen, at: Tue Jan 2 02:54:08 PM PST 2024 -->

<!--te-->

Expand Down Expand Up @@ -79,7 +79,7 @@ Feature
[PEP 613 -- Explicit Type Aliases][613] | 3.10 | ✅ |
[PEP 647 -- User-Defined Type Guards][647] | 3.10 | ✅ |
[PEP 646 -- Variadic Generics][646] | 3.11 | ❌ | [#1525][variadic-generics]
[PEP 655 -- Marking individual TypedDict items as required or potentially-missing][655] | 3.11 | | [#1551][typed-dict-requirements]
[PEP 655 -- Marking individual TypedDict items as required or potentially-missing][655] | 3.11 | |
[PEP 673 -- Self Type][673] | 3.11 | ✅ |
[PEP 675 -- Arbitrary Literal String Type][675] | 3.11 | ❌ | [#1552][literal-string]
[PEP 681 -- Data Class Transforms][681] | 3.11 | 🟡 | [#1553][dataclass-transform]
Expand Down

0 comments on commit 56f876e

Please sign in to comment.