Sync vendored typeshed stubs (#18110)

Close and reopen this PR to trigger CI

---------

Co-authored-by: typeshedbot <>
Co-authored-by: Carl Meyer <carl@astral.sh>
This commit is contained in:
github-actions[bot] 2025-05-14 22:14:52 -04:00 committed by GitHub
parent 466021d5e1
commit b600ff106a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
99 changed files with 2367 additions and 747 deletions

View file

@ -28,7 +28,7 @@ def f() -> None:
```py
type IntOrStr = int | str
reveal_type(IntOrStr.__value__) # revealed: Any
reveal_type(IntOrStr.__value__) # revealed: @Todo(Support for `typing.TypeAlias`)
```
## Invalid assignment