Update for typing_extensions 4.10 (#11438)

This commit is contained in:
Jelle Zijlstra
2024-02-18 00:59:48 -08:00
committed by GitHub
parent e5d25a7605
commit 705744af4c
2 changed files with 11 additions and 2 deletions

View File

@@ -519,6 +519,9 @@ _typeshed.* # Utility types for typeshed, doesn't exist at runtime
typing._SpecialForm.__call__
typing._SpecialForm.__init__
# Should go away with a future version of stubtest
typing_extensions\..*\.__non_callable_proto_members__
# Pretend typing.ByteString is a Union, to better match its documented semantics.
# As a side effect, this changes the definition of collections.abc.ByteString, which is okay,
# because it's not an ABC that makes any sense and was deprecated in 3.12