This issue is supposed to track when we can start to use `Required`/`NotRequired` ([PEP 655](https://www.python.org/dev/peps/pep-0655/)) in typeshed. Support is needed in released versions of: * [x] PEP accepted * [X] mypy (python/mypy#10370) * [ ] pytype * [x] pyright (microsoft/pyright#1554) * [x] pyre * [x] PyCharm ([PY-53611](https://youtrack.jetbrains.com/issue/PY-53611/Support-PEP-655-typingRequiredtypingNotRequired-for-TypedDicts))
This issue is supposed to track when we can start to use
Required/NotRequired(PEP 655) in typeshed. Support is needed in released versions of: