[typing-extensions] Update to 4.14.0 final (#14214)

This commit is contained in:
Sebastian Rittau
2025-06-02 17:12:37 +02:00
committed by GitHub
parent 106078c377
commit 42b13697ed
+1 -1
View File
@@ -697,6 +697,6 @@ class Sentinel:
if sys.version_info >= (3, 14):
def __or__(self, other: Any) -> UnionType: ... # other can be any type form legal for unions
def __ror__(self, other: Any) -> UnionType: ... # other can be any type form legal for unions
else:
elif sys.version_info >= (3, 10):
def __or__(self, other: Any) -> _SpecialForm: ... # other can be any type form legal for unions
def __ror__(self, other: Any) -> _SpecialForm: ... # other can be any type form legal for unions