Ecosystem report

Old: main (merge base) ea4b4064 New: 22238/merge 2384e773
Lint Rule Removed Added Changed
Total 73 431 5288
invalid-argument-type 47 218 2749
invalid-key 4 4 1834
invalid-assignment 5 12 210
unresolved-attribute 1 25 141
no-matching-overload 0 113 0
invalid-return-type 2 20 90
type-assertion-failure 0 24 77
not-subscriptable 0 3 52
unsupported-operator 0 4 41
invalid-context-manager 0 0 42
not-iterable 3 2 19
unused-type-ignore-comment 8 6 0
invalid-type-form 0 0 9
invalid-yield 0 0 8
assert-type-unspellable-subtype 0 0 3
conflicting-declarations 0 0 3
redundant-cast 0 0 3
invalid-await 0 0 2
invalid-parameter-default 0 0 2
invalid-typed-dict-field 0 0 2
missing-typed-dict-key 2 0 0
invalid-declaration 0 0 1
possibly-missing-attribute 1 0 0
Project Removed Added Changed
Total 73 431 5288
pydantic 0 5 1873
pandas 1 94 455
sympy 0 1 549
static-frame 10 30 312
meson 1 5 196
jax 0 1 134
cwltool 1 14 114
pandas-stubs 4 103 11
scipy 0 27 80
dd-trace-py 1 6 95
bokeh 2 6 85
apprise 0 0 86
colour 23 10 48
pwndbg 12 0 60
xarray 4 1 67
core 1 4 65
cryptography 0 0 70
scipy-stubs 0 4 66
setuptools 0 4 54
zulip 0 49 4

PyGithub (https://github.com/PyGithub/PyGithub)

github/RepositoryAdvisory.py

[error] invalid-argument-type - Argument to bound method `AdvisoryVulnerability._validate_vulnerability` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - Argument to bound method `AdvisoryVulnerability._validate_vulnerability` is incorrect: Expected `AdvisoryVulnerabilityInput`, found `object | AdvisoryVulnerabilityInput`
[error] invalid-argument-type - Argument to function `AdvisoryCredit._validate_credit` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryCredit._validate_credit` is incorrect: Expected `Credit`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryVulnerability._to_github_dict` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryVulnerability._to_github_dict` is incorrect: Expected `AdvisoryVulnerabilityInput`, found `object | AdvisoryVulnerabilityInput`
[error] invalid-argument-type - Argument to function `AdvisoryCredit._to_github_dict` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryCredit._to_github_dict` is incorrect: Expected `Credit`, found `object`

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/annotations.py

[error] invalid-argument-type - Argument to `TheseChannels.__init__` is incorrect: Expected `type[PartialChannel] | int`, found `object`
[error] invalid-argument-type - Argument to `TheseChannels.__init__` is incorrect: Expected `_ChannelTypeIsh`, found `object | _ChannelTypeIsh`

tanjun/commands/slash.py

[error] invalid-assignment - Object of type `list[object]` is not assignable to `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)`
[error] invalid-assignment - Object of type `list[object]` is not assignable to `Sequence[_AnyConverterSig] | _AnyConverterSig`
[error] not-iterable - Object of type `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)` may not be iterable
[error] not-iterable - Object of type `Sequence[_AnyConverterSig] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)` may not be iterable
[error] invalid-argument-type - Argument to `_TrackedOption.__init__` is incorrect: Expected `list[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | None`, found `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)`
[error] invalid-argument-type - Argument to `_TrackedOption.__init__` is incorrect: Expected `list[_AnyConverterSig] | None`, found `Sequence[_AnyConverterSig] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)`

aiohttp (https://github.com/aio-libs/aiohttp)

aiohttp/cookiejar.py

[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Mapping[str, str | BaseCookie[str] | Morsel[Any]] | Iterable[tuple[str, str | BaseCookie[str] | Morsel[Any]]] | BaseCookie[str]`
[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `LooseCookies`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`

aiohttp/web.py

[error] invalid-argument-type - Argument to `UnixSite.__init__` is incorrect: Expected `str | PathLike[str]`, found `str | (Iterable[str | PathLike[str]] & PathLike[object]) | PathLike[str]`
[error] invalid-argument-type - Argument to `UnixSite.__init__` is incorrect: Expected `aiohttp.typedefs.PathLike`, found `str | os.PathLike[str] | (Iterable[aiohttp.typedefs.PathLike] & os.PathLike[object])`

aioredis (https://github.com/aio-libs/aioredis)

aioredis/client.py

[error] invalid-assignment - Object of type `KeysView[object]` is not assignable to `Sequence[bytes | str | memoryview[int]] | AbstractSet[AnyKeyT@_zaggregate]`
[error] invalid-assignment - Object of type `KeysView[object]` is not assignable to `Sequence[_StringLikeT] | AbstractSet[AnyKeyT@_zaggregate]`
[error] invalid-assignment - Object of type `dict[Unknown | bytes | str | memoryview[int], Any | None]` is not assignable to `dict[bytes | str | memoryview[int], (dict[str, str], /) -> Awaitable[None]]`
[error] invalid-assignment - Object of type `dict[Unknown | bytes | str | memoryview[int], Any | None]` is not assignable to `dict[_StringLikeT, (dict[str, str], /) -> Awaitable[None]]`

aioredis/connection.py

[error] invalid-return-type - Return type does not match returned value: expected `bytes | memoryview[int] | str | ... omitted 4 union elements`, found `int | list[bytes | memoryview[int] | str | ... omitted 4 union elements] | bytes | ... omitted 3 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `EncodableT | ResponseError | None`, found `int | list[EncodableT | ResponseError | None] | bytes | ... omitted 3 union elements`

aiortc (https://github.com/aiortc/aiortc)

src/aiortc/rtcpeerconnection.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | str | None`

src/aiortc/sdp.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

altair (https://github.com/vega/altair)

altair/datasets/_readimpl.py

[warning] possibly-missing-attribute - Attribute `lazy` may be missing on object of type `IntoDataFrameT@into_scan`

altair/utils/_transformed_data.py

[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/utils/_vegafusion_data.py

[error] invalid-return-type - Return type does not match returned value: expected `((...) -> Any) | _VegaFusionReturnType`, found `dict[str, str]`

altair/utils/core.py

[error] invalid-argument-type - Argument to function `arrow_table_from_dfi_dataframe` is incorrect: Expected `altair.utils.core.DataFrameLike`, found `NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | Unknown`
[error] invalid-argument-type - Argument to function `arrow_table_from_dfi_dataframe` is incorrect: Expected `DataFrameLike`, found `IntoDataFrame`

altair/utils/save.py

[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/utils/schemapi.py

[error] invalid-return-type - Return type does not match returned value: expected `Chart | RepeatChart | ConcatChart | ... omitted 4 union elements`, found `Self@from_json`
[error] invalid-return-type - Return type does not match returned value: expected `ChartType`, found `Self@from_json`

altair/vegalite/v6/api.py

[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/vegalite/v6/data.py

[error] invalid-argument-type - Argument to bound method `PluginRegistry.register` is incorrect: Expected `((dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown) | None`, found `Overload[(data: None = ..., prefix: str = ..., extension: str = ..., filename: str = ..., urlpath: str = ...) -> partial[Unknown], (data: dict[Unknown, Unknown] | DataFrame | altair.utils.core.DataFrameLike, prefix: str = ..., extension: str = ..., filename: str = ..., urlpath: str = ...) -> _ToFormatReturnUrlDict]`
[error] invalid-argument-type - Argument to bound method `PluginRegistry.register` is incorrect: Expected `((DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown) | None`, found `Overload[(data: None = ..., prefix: str = ..., extension: str = ..., filename: str = ..., urlpath: str = ...) -> partial[Unknown], (data: dict[Unknown, Unknown] | DataFrame | DataFrameLike, prefix: str = ..., extension: str = ..., filename: str = ..., urlpath: str = ...) -> _ToFormatReturnUrlDict]`

tests/test_jupyter_chart.py

[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/utils/test_mimebundle.py

[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_api.py

[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_data.py

[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_display.py

[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_geo_interface.py

[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(DataType, /, *args: Unknown, **kwargs: Unknown) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_renderers.py

[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `PluginEnabler[(...) -> MimeBundleType, MimeBundleType]` cannot be used with `with` because it does not correctly implement `__exit__`

anyio (https://github.com/agronholm/anyio)

src/anyio/_backends/_asyncio.py

[error] invalid-argument-type - Argument to function `getcoroutinestate` is incorrect: Expected `Coroutine[Any, Any, Any]`, found `Generator[Future[object] | None, None, Unknown] | Coroutine[Any, Any, Unknown]`
[error] invalid-argument-type - Argument to function `getcoroutinestate` is incorrect: Expected `Coroutine[Any, Any, Any]`, found `Generator[_TaskYieldType, None, Unknown] | Coroutine[Any, Any, Unknown]`

src/anyio/_backends/_trio.py

[error] invalid-argument-type - Argument to function `convert_item` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | (Sequence[str | bytes | PathLike[str] | PathLike[bytes]] & PathLike[object]) | PathLike[str] | PathLike[bytes]`
[error] invalid-argument-type - Argument to function `convert_item` is incorrect: Expected `StrOrBytesPath`, found `str | bytes | PathLike[str] | PathLike[bytes] | (Sequence[StrOrBytesPath] & PathLike[object])`

apprise (https://github.com/caronc/apprise)

apprise/attachment/base.py

[error] invalid-argument-type - Argument to function `guess_type` is incorrect: Expected `str | PathLike[str]`, found `(Unknown & ~AlwaysFalsy) | None | str`
[error] invalid-argument-type - Argument to function `guess_type` is incorrect: Expected `StrPath`, found `(Unknown & ~AlwaysFalsy) | None | str`

apprise/attachment/http.py

[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/config/http.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/persistent_store.py

[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `StrOrBytesPath`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `StrOrBytesPath`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `StrOrBytesPath`, found `str | None`
[error] invalid-argument-type - Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `int | str | bytes | PathLike[str] | PathLike[bytes]`
[error] invalid-argument-type - Argument to function `unlink` is incorrect: Expected `StrOrBytesPath`, found `int | str | bytes | PathLike[str] | PathLike[bytes]`

apprise/plugins/apprise_api.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/bark.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/bluesky.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

apprise/plugins/bulkvs.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown | None, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `tuple[Unknown | None, Unknown | None]`

apprise/plugins/clicksend.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown | None, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `tuple[Unknown | None, Unknown | None]`

apprise/plugins/custom_form.py

[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/custom_json.py

[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/custom_xml.py

[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/dapnet.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/dbus.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/plugins/discord.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

apprise/plugins/enigma2.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/fortysixelks.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown | None, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `tuple[Unknown | None, Unknown | None]`

apprise/plugins/glib.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/plugins/gnome.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/gotify.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/join.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/kodi.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/mastodon.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

apprise/plugins/msteams.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/plugins/nextcloud.py

[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown & ~AlwaysFalsy, Unknown | None] | None`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `_Auth | None`, found `tuple[Unknown & ~AlwaysFalsy, Unknown | None] | None`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown & ~AlwaysFalsy, Unknown | None] | None`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `tuple[Unknown & ~AlwaysFalsy, Unknown | None] | None`

apprise/plugins/nextcloudtalk.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown | None, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `tuple[Unknown | None, Unknown | None]`

apprise/plugins/notica.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/ntfy.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/popcorn_notify.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown, None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `tuple[Unknown, None]`

apprise/plugins/pushjet.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/pushover.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/plugins/pushsafer.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/plugins/pushy.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/plugins/reddit.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

apprise/plugins/revolt.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

apprise/plugins/sfr.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/plugins/signal_api.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/simplepush.py

[error] invalid-argument-type - Argument to `AES.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `None | bytes`
[error] invalid-argument-type - Argument to `AES.__init__` is incorrect: Expected `Buffer`, found `None | bytes`

apprise/plugins/smseagle.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/plugins/synology.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/telegram.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | Any | int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | Any | int | None`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[str | Pattern[str], tuple[Unknown | str, Unknown | BufferedReader[_BufferedReaderStream]]]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Files | None`, found `dict[str | Pattern[str], tuple[Unknown | str, Unknown | BufferedReader[_BufferedReaderStream]]]`

apprise/plugins/twitter.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

apprise/plugins/vonage.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

apprise/url.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Unknown | None`

tests/test_persistent_store.py

[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `StrOrBytesPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `StrOrBytesPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `StrOrBytesPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`

tests/test_plugin_email.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `<class 'TypeError'> | bool | <class 'NotifyEmail'> | str`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `<class 'TypeError'> | bool | <class 'NotifyEmail'> | str`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`

tests/test_plugin_growl.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `None | Unknown | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `None | Unknown | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`

tests/test_utils_socket.py

[error] invalid-argument-type - Argument to `SocketTransport.__init__` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to `SocketTransport.__init__` is incorrect: Expected `TimeoutType`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to `SocketTransport.__init__` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `tuple[float, float, float]`
[error] invalid-argument-type - Argument to `SocketTransport.__init__` is incorrect: Expected `TimeoutType`, found `tuple[float, float, float]`

artigraph (https://github.com/artigraph/artigraph)

src/arti/graphs/__init__.py

[error] invalid-argument-type - Argument to bound method `BackendConnection.write_artifact_and_graph_partitions` is incorrect: Expected `Artifact`, found `Artifact | TypedBox[Artifact]`
[error] invalid-argument-type - Argument to bound method `BackendConnection.write_artifact_and_graph_partitions` is incorrect: Expected `Artifact`, found `TypedNode[Artifact]`

attrs (https://github.com/python-attrs/attrs)

tests/test_converters.py

[error] unresolved-attribute - Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
[error] unresolved-attribute - Object of type `_ConverterType` has no attribute `converter`
[error] unresolved-attribute - Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
[error] unresolved-attribute - Object of type `_ConverterType` has no attribute `converter`
[error] unresolved-attribute - Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
[error] unresolved-attribute - Object of type `_ConverterType` has no attribute `converter`
[error] unresolved-attribute - Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
[error] unresolved-attribute - Object of type `_ConverterType` has no attribute `converter`
[error] unresolved-attribute - Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
[error] unresolved-attribute - Object of type `_ConverterType` has no attribute `converter`

tests/test_validators.py

[error] invalid-argument-type - Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
[error] invalid-argument-type - Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: _FlagsType = 0) -> Match[bytes] | None]`
[error] invalid-argument-type - Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
[error] invalid-argument-type - Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: _FlagsType = 0) -> Match[bytes] | None]`

typing-examples/mypy.py

[error] invalid-argument-type - Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
[error] invalid-argument-type - Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: _FlagsType = 0) -> Match[bytes] | None]`

beartype (https://github.com/beartype/beartype)

beartype/_check/code/_pep/pep484585/codepep484585subclass.py

[error] invalid-argument-type - Argument to function `die_unless_object_issubclassable` is incorrect: Expected `type | tuple[type, ...] | UnionType`, found `(Unknown & ~type & ~tuple[type, ...] & ~UnionType) | (tuple[Unknown, ...] & ~tuple[type, ...])`
[error] invalid-argument-type - Argument to function `die_unless_object_issubclassable` is incorrect: Expected `Pep3119Checkable`, found `(Unknown & ~type & ~tuple[type, ...] & ~UnionType) | (tuple[Unknown, ...] & ~tuple[type, ...])`

beartype/_check/convert/_reduce/_pep/redpep484612646.py

[error] invalid-argument-type - Argument to function `die_if_hint_pep484_typevar_bound_unbearable` is incorrect: Expected `TypeVar`, found `TypeVar | HintPep646692UnpackedType`
[error] invalid-argument-type - Argument to function `die_if_hint_pep484_typevar_bound_unbearable` is incorrect: Expected `TypeVar`, found `Pep484612646TypeArgUnpacked`

beartype/_check/convert/_reduce/_pep/redpep544.py

[error] invalid-assignment - Object of type `Unknown | None` is not assignable to `type`
[error] invalid-assignment - Object of type `HintOrNone` is not assignable to `type`

beartype/_util/cls/pep/clspep3119.py

[error] invalid-argument-type - Argument to function `_die_if_object_uncheckable` is incorrect: Expected `(object, type | tuple[type, ...] | UnionType, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: type | UnionType | tuple[Divergent, ...], /) -> bool`
[error] invalid-argument-type - Argument to function `_die_if_object_uncheckable` is incorrect: Expected `(object, Pep3119Checkable, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: _ClassInfo, /) -> bool`
[error] invalid-argument-type - Argument to function `_die_unless_object_builtin_checkable` is incorrect: Expected `(object, type | tuple[type, ...] | UnionType, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: type | UnionType | tuple[Divergent, ...], /) -> bool`
[error] invalid-argument-type - Argument to function `_die_unless_object_builtin_checkable` is incorrect: Expected `(object, Pep3119Checkable, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: _ClassInfo, /) -> bool`
[error] invalid-argument-type - Argument to function `_is_object_checkable` is incorrect: Expected `(object, type | tuple[type, ...] | UnionType, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: type | UnionType | tuple[Divergent, ...], /) -> bool`
[error] invalid-argument-type - Argument to function `_is_object_checkable` is incorrect: Expected `(object, Pep3119Checkable, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: _ClassInfo, /) -> bool`
[error] invalid-argument-type - Argument to function `_is_type_checkable` is incorrect: Expected `(object, type | tuple[type, ...] | UnionType, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: type | UnionType | tuple[Divergent, ...], /) -> bool`
[error] invalid-argument-type - Argument to function `_is_type_checkable` is incorrect: Expected `(object, Pep3119Checkable, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: _ClassInfo, /) -> bool`
[error] unresolved-attribute - Object of type `(object, type | tuple[type, ...] | UnionType, /) -> bool` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(object, Pep3119Checkable, /) -> bool` has no attribute `__name__`
[error] invalid-argument-type - Argument is incorrect: Expected `type | tuple[type, ...] | UnionType`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `Pep3119Checkable`, found `object`

beartype/_util/func/arg/utilfuncarglen.py

[error] invalid-argument-type - Argument to function `unwrap_func_all_isomorphic` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | CodeType | FrameType | GeneratorType[Unknown, None, None]`
[error] invalid-argument-type - Argument to function `unwrap_func_all_isomorphic` is incorrect: Expected `(...) -> Unknown`, found `Codeobjable`

beartype/_util/hint/pep/proposal/pep646/pep484612646typevar.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `HintPep646TypeVarTupleType` in union `TypeVar | ParamSpec | HintPep646TypeVarTupleType`
[error] unresolved-attribute - Attribute `__name__` is not defined on `HintPep646TypeVarTupleType` in union `Pep484612646TypeArgPacked`

beartype/_util/hint/pep/utilpepget.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[TypeVar | HintPep646692UnpackedType, ...]`, found `(tuple[TypeVar | ParamSpec | HintPep646TypeVarTupleType, ...] & ~AlwaysTruthy) | tuple[Unknown, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Pep484612646TypeArgUnpacked, ...]`, found `(tuple[Pep484612646TypeArgPacked, ...] & ~AlwaysTruthy) | tuple[Unknown, ...]`

beartype/claw/_ast/_kind/clawastassign.py

[error] invalid-return-type - Return type does not match returned value: expected `NodeVisitResult`, found `list[AnnAssign | Expr]`

beartype/claw/_ast/_kind/clawastimport.py

[error] unresolved-attribute - Attribute `get` is not defined on `Iota` in union `(ChainMap[str, dict[str, Divergent] | None] & ~AlwaysFalsy) | dict[str, Divergent] | Iota | Divergent`
[error] unresolved-attribute - Attribute `get` is not defined on `Iota` in union `(ChainMap[str, BeartypeDecorPlaceSubtrie] & ~AlwaysFalsy) | dict[str, BeartypeDecorPlaceSubtrie] | Iota`

beartype/claw/_importlib/_clawimpload.py

[error] invalid-assignment - Object of type `def cache_from_source_beartype(...) -> str` is not assignable to attribute `cache_from_source` of type `Overload[(path: str | PathLike[str], debug_override: bool, *, optimization: None = None) -> str, (path: str | PathLike[str], debug_override: None = None, *, optimization: Any | None = None) -> str]`
[error] invalid-assignment - Object of type `def cache_from_source_beartype(...) -> str` is not assignable to attribute `cache_from_source` of type `Overload[(path: StrPath, debug_override: bool, *, optimization: None = None) -> str, (path: StrPath, debug_override: None = None, *, optimization: Any | None = None) -> str]`

black (https://github.com/psf/black)

src/black/ranges.py

[error] invalid-argument-type - Argument to function `first_leaf` is incorrect: Expected `Leaf | Node`, found `object`
[error] invalid-argument-type - Argument to function `first_leaf` is incorrect: Expected `LN`, found `object`
[error] invalid-argument-type - Argument to function `last_leaf` is incorrect: Expected `Leaf | Node`, found `object`
[error] invalid-argument-type - Argument to function `last_leaf` is incorrect: Expected `LN`, found `object`

src/black/trans.py

[error] invalid-return-type - Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `(Ok[None] & Top[Err[Unknown]]) | Err[CannotTransform]`
[error] invalid-return-type - Return type does not match returned value: expected `TMatchResult`, found `(Ok[None] & Top[Err[Unknown]]) | Err[CannotTransform]`

src/blib2to3/pytree.py

[error] unresolved-attribute - Unresolved attribute `parent` on type `object`
[error] invalid-assignment - Object of type `Node` is not assignable to attribute `parent` on type `object | NL`

bokeh (https://github.com/bokeh/bokeh)

src/bokeh/_specs.pyi

[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'ValueDict[ValueType, UnitsType] | FieldDict[ValueType, UnitsType] | ExprDict[ValueType, UnitsType]'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'VectorDict'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'UnitsSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'UnitsSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'UnitsSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'UnitsSpec'>`

src/bokeh/colors/color.py

[error] invalid-argument-type - Argument to `RGB.__init__` is incorrect: Expected `int | integer[Any]`, found `int | float`
[error] invalid-argument-type - Argument to `RGB.__init__` is incorrect: Expected `int | integer[Any]`, found `int | float`
[error] invalid-argument-type - Argument to `RGB.__init__` is incorrect: Expected `int | integer[Any]`, found `int | float`
[error] invalid-argument-type - Argument to `RGB.__init__` is incorrect: Expected `int | integer[Any]`, found `int | float`
[error] invalid-argument-type - Argument to `RGB.__init__` is incorrect: Expected `int | integer[Any]`, found `int | float`
[error] invalid-argument-type - Argument to `RGB.__init__` is incorrect: Expected `int | integer[Any]`, found `int | float`
[error] invalid-assignment - Too many values to unpack: Expected 3
[error] invalid-assignment - Not enough values to unpack: Expected 4

src/bokeh/core/property/bases.py

[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `ArrayLike`, found `T@Property`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `ArrayLike`, found `T@Property`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property & ~ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `ArrayLike`, found `T@Property & ~ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property & ~ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `ArrayLike`, found `T@Property & ~ndarray[tuple[object, ...], dtype[object]]`

src/bokeh/embed/bundle.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

src/bokeh/embed/notebook.py

[error] invalid-parameter-default - Default value of type `<class 'FromCurdoc'>` is not assignable to annotated parameter type `Theme | FromCurdoc | None`
[error] invalid-parameter-default - Default value of type `<class 'FromCurdoc'>` is not assignable to annotated parameter type `ThemeSource`
[error] invalid-argument-type - Argument is incorrect: Expected `Theme | type[FromCurdoc] | None`, found `Theme | FromCurdoc | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Theme | type[FromCurdoc] | None`, found `ThemeSource`

src/bokeh/io/showing.py

[error] invalid-argument-type - Argument to function `_show_with_state` is incorrect: Expected `UIElement | DOMNode | Sequence[UIElement | DOMNode]`, found `UIElement | DOMNode | Sequence[UIElement | DOMNode] | (Application & Sequence[object]) | (((Document, /) -> None) & Sequence[object])`
[error] invalid-argument-type - Argument to function `_show_with_state` is incorrect: Expected `Showable`, found `UIElement | DOMNode | Sequence[UIElement | DOMNode] | (Application & Sequence[object]) | (((Document, /) -> None) & Sequence[object])`

src/bokeh/models/annotations/geometry.py

[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `BorderRadiusType | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/annotations/html/labels.py

[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `PaddingType | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `BorderRadiusType | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/annotations/labels.py

[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `PaddingType | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `BorderRadiusType | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/annotations/legends.py

[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[10]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `PaddingType | UndefinedType | IntrinsicType`, found `Literal[10]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `BorderRadiusType | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/glyphs.py

[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `BorderRadiusType | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `BorderRadiusType | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `PaddingType | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `BorderRadiusType | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/glyphs.pyi

[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'DataSpec'>`

src/bokeh/models/layouts.py

[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `GridSpacingType | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/plotting/_figure.py

[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `ActiveDrag`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `ActiveInspect`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `ActiveScroll`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `ActiveTap`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `ActiveMulti`, found `Nullable[Any | str]`

src/bokeh/plotting/_figure.pyi

[error] invalid-typed-dict-field - Cannot overwrite TypedDict field `x_range`: Inherited mutable field type `Range` is incompatible with `Range | tuple[int | float, int | float] | tuple[str | date, str | date] | ... omitted 3 union elements`
[error] invalid-typed-dict-field - Cannot overwrite TypedDict field `x_range`: Inherited mutable field type `Range` is incompatible with `RangeLike`
[error] invalid-typed-dict-field - Cannot overwrite TypedDict field `y_range`: Inherited mutable field type `Range` is incompatible with `Range | tuple[int | float, int | float] | tuple[str | date, str | date] | ... omitted 3 union elements`
[error] invalid-typed-dict-field - Cannot overwrite TypedDict field `y_range`: Inherited mutable field type `Range` is incompatible with `RangeLike`

src/bokeh/plotting/_plot.py

[error] invalid-argument-type - Argument to `FactorRange.__init__` is incorrect: Expected `Sequence[str] | Sequence[tuple[str, str]] | Sequence[tuple[str, str, str]]`, found `list[int | float | str]`
[error] invalid-argument-type - Argument to `FactorRange.__init__` is incorrect: Expected `FactorSeq`, found `list[int | float | str]`
[error] invalid-argument-type - Argument to `Range1d.__init__` is incorrect: Expected `int | float | datetime | timedelta`, found `int | float | (Unknown & ~None) | str | IntrinsicType`
[error] invalid-argument-type - Argument to `Range1d.__init__` is incorrect: Expected `Value`, found `int | float | (Unknown & ~None) | str | IntrinsicType`
[error] invalid-argument-type - Argument to `Range1d.__init__` is incorrect: Expected `int | float | datetime | timedelta`, found `int | float | (Unknown & ~None) | str | IntrinsicType`
[error] invalid-argument-type - Argument to `Range1d.__init__` is incorrect: Expected `Value`, found `int | float | (Unknown & ~None) | str | IntrinsicType`

src/bokeh/plotting/contour.py

[error] invalid-argument-type - Argument to function `_palette_from_collection` is incorrect: Expected `dict[int, tuple[str, ...]]`, found `(Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]] & Top[dict[Unknown, Unknown]]) | (Color & Top[dict[Unknown, Unknown]]) | dict[int, tuple[str, ...]]`
[error] invalid-argument-type - Argument to function `_palette_from_collection` is incorrect: Expected `dict[int, tuple[str, ...]]`, found `(Color & Top[dict[Unknown, Unknown]]) | (Sequence[ColorLike] & Top[dict[Unknown, Unknown]]) | dict[int, tuple[str, ...]]`
[error] invalid-argument-type - Argument to function `interp_palette` is incorrect: Expected `tuple[str, ...]`, found `(Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]] & ~Top[dict[Unknown, Unknown]] & ~bytes & ~str) | (Color & Sequence[object] & ~Top[dict[Unknown, Unknown]] & ~bytes & ~str) | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - Argument to function `interp_palette` is incorrect: Expected `tuple[str, ...]`, found `(Color & Sequence[object] & ~Top[dict[Unknown, Unknown]] & ~bytes & ~str) | tuple[int, int, int] | tuple[int, int, int, int | float] | (Sequence[ColorLike] & ~Top[dict[Unknown, Unknown]] & ~bytes & ~str)`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `ArrayLike`
[error] not-iterable - Object of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements` may not be iterable
[error] not-iterable - Object of type `ArrayLike` may not be iterable

src/bokeh/protocol/receiver.py

[error] unresolved-attribute - Object of type `(str | bytes, /) -> None` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(Fragment, /) -> None` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(str | bytes, /) -> None` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(Fragment, /) -> None` has no attribute `__name__`

src/bokeh/settings.py

[error] invalid-assignment - Object of type `PrioritizedSetting[T@PrioritizedSetting]` is not assignable to `PrioritizedSetting[int | None]`
[error] invalid-assignment - Object of type `PrioritizedSetting[T@PrioritizedSetting]` is not assignable to `PrioritizedSetting[PyLogLevel]`
[error] invalid-argument-type - Argument to `PrioritizedSetting.__init__` is incorrect: Expected `((str | int | None, /) -> str | int | None) | None`, found `def convert_logging(value: str | int) -> int | None`
[error] invalid-argument-type - Argument to `PrioritizedSetting.__init__` is incorrect: Expected `((str | int | None, /) -> str | int | None) | None`, found `def convert_logging(value: str | int) -> PyLogLevel`

src/bokeh/transform.py

[error] invalid-argument-type - Argument to `EqHistColorMapper.__init__` is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
[error] invalid-argument-type - Argument to `EqHistColorMapper.__init__` is incorrect: Expected `Sequence[Color]`, found `Sequence[ColorLike]`
[error] invalid-argument-type - Argument to `EqHistColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - Argument to `EqHistColorMapper.__init__` is incorrect: Expected `Color`, found `ColorLike`
[error] invalid-argument-type - Argument to `EqHistColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - Argument to `EqHistColorMapper.__init__` is incorrect: Expected `Color | None`, found `ColorLike | None`
[error] invalid-argument-type - Argument to `EqHistColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - Argument to `EqHistColorMapper.__init__` is incorrect: Expected `Color | None`, found `ColorLike | None`
[error] invalid-argument-type - Argument to `CategoricalColorMapper.__init__` is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
[error] invalid-argument-type - Argument to `CategoricalColorMapper.__init__` is incorrect: Expected `Sequence[Color]`, found `Sequence[ColorLike]`
[error] invalid-argument-type - Argument to `CategoricalColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - Argument to `CategoricalColorMapper.__init__` is incorrect: Expected `Color`, found `ColorLike`
[error] invalid-argument-type - Argument to `CategoricalPatternMapper.__init__` is incorrect: Expected `Sequence[Property[Literal["blank", "dot", "ring", "horizontal_line", "vertical_line", ... omitted 29 literals]]]`, found `Sequence[str]`
[error] invalid-argument-type - Argument to `CategoricalPatternMapper.__init__` is incorrect: Expected `Sequence[Property[HatchPatternTypeType]]`, found `Sequence[str]`
[error] invalid-argument-type - Argument to `LinearColorMapper.__init__` is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
[error] invalid-argument-type - Argument to `LinearColorMapper.__init__` is incorrect: Expected `Sequence[Color]`, found `Sequence[ColorLike]`
[error] invalid-argument-type - Argument to `LinearColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - Argument to `LinearColorMapper.__init__` is incorrect: Expected `Color`, found `ColorLike`
[error] invalid-argument-type - Argument to `LinearColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - Argument to `LinearColorMapper.__init__` is incorrect: Expected `Color | None`, found `ColorLike | None`
[error] invalid-argument-type - Argument to `LinearColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - Argument to `LinearColorMapper.__init__` is incorrect: Expected `Color | None`, found `ColorLike | None`
[error] invalid-argument-type - Argument to `LogColorMapper.__init__` is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
[error] invalid-argument-type - Argument to `LogColorMapper.__init__` is incorrect: Expected `Sequence[Color]`, found `Sequence[ColorLike]`
[error] invalid-argument-type - Argument to `LogColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - Argument to `LogColorMapper.__init__` is incorrect: Expected `Color`, found `ColorLike`
[error] invalid-argument-type - Argument to `LogColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - Argument to `LogColorMapper.__init__` is incorrect: Expected `Color | None`, found `ColorLike | None`
[error] invalid-argument-type - Argument to `LogColorMapper.__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - Argument to `LogColorMapper.__init__` is incorrect: Expected `Color | None`, found `ColorLike | None`

cibuildwheel (https://github.com/pypa/cibuildwheel)

cibuildwheel/options.py

[error] invalid-argument-type - Argument to bound method `OptionFormat.format_table` is incorrect: Expected `Mapping[str, Sequence[str | int] | int]`, found `Mapping[str, Sequence[str | int] | int] | (Sequence[str | int] & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]])`
[error] invalid-argument-type - Argument to bound method `OptionFormat.format_table` is incorrect: Expected `Mapping[str, SettingLeaf | Sequence[SettingLeaf]]`, found `Mapping[str, SettingLeaf | Sequence[SettingLeaf]] | (Sequence[SettingLeaf] & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]])`

cki-lib (https://gitlab.com/cki-project/cki-lib)

cki_lib/footer.py

[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `Package`, found `str | None`

cki_lib/inttests/rabbitmq.py

[error] invalid-argument-type - Argument to bound method `Session.put` is incorrect: Expected `bool | str | None`, found `Path`
[error] invalid-argument-type - Argument to bound method `Session.put` is incorrect: Expected `_Verify | None`, found `Path`

tests/test_session.py

[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `_Auth | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `_Cert | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `_Data | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `bool | str | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `_Files | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `_Params | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `_Verify | None`, found `Unknown | int`

tests/test_yaml.py

[error] invalid-argument-type - Argument to function `validate` is incorrect: Expected `dict[Unknown, Unknown] | list[Unknown] | str`, found `Literal["pooh", 1]`
[error] invalid-argument-type - Argument to function `validate` is incorrect: Expected `YamlData`, found `Literal["pooh", 1]`

cloud-init (https://github.com/canonical/cloud-init)

cloudinit/config/cc_ntp.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `Unknown | None`

cloudinit/config/schema.py

[error] invalid-assignment - Object of type `(def is_valid_pre_4_0_0(self, instance, _schema=None, **__) -> Unknown) | (def is_valid(self, instance, _schema=None, **__) -> Unknown)` is not assignable to attribute `is_valid` of type `Overload[(self, instance) -> bool, (self, instance, _schema: bool | Mapping[str, Any] | None) -> bool]`
[error] invalid-assignment - Object of type `(def is_valid_pre_4_0_0(self, instance, _schema=None, **__) -> Unknown) | (def is_valid(self, instance, _schema=None, **__) -> Unknown)` is not assignable to attribute `is_valid` of type `Overload[(self, instance) -> bool, (self, instance, _schema: Schema | None) -> bool]`

cloudinit/url_helper.py

[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `_Auth | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `_Cert | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `_Data | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `_Files | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `_Params | None`, found `Unknown | bool`

cloudinit/user_data.py

[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `FileDescriptorOrPath`, found `None | Unknown`

tests/unittests/test_net.py

[error] invalid-argument-type - Argument to function `symlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | bool | str | None`
[error] invalid-argument-type - Argument to function `symlink` is incorrect: Expected `StrOrBytesPath`, found `Unknown | bool | str | None`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `dict[str, str] | str`

colour (https://github.com/colour-science/colour)

colour/phenomena/tmm.py

[error] invalid-argument-type - Argument to function `tsplit` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 9 types] | None`, found `type[complexfloating[_32Bit, _32Bit] | complex128]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 9 types] | None`, found `type[complexfloating[_32Bit, _32Bit] | complex128]`

colour/appearance/scam.py

[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `ArrayLike`, found `list[ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | None | ndarray[tuple[Any, ...], dtype[DTypeFloat]]]`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `ArrayLike`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `ArrayLike`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`

colour/continuous/multi_signals.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Signal.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` cannot be called with key of type `object` on object of type `Signal`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Signal.__getitem__(x: ArrayLike | slice[Any, Any, Any]) -> ndarray[tuple[Any, ...], dtype[DTypeFloat]]` cannot be called with key of type `object` on object of type `Signal`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[EllipsisType, object]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[EllipsisType, object]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`

colour/continuous/signal.py

[error] unsupported-operator - Operator `>=` is not supported between objects of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements` and `floating[_16Bit] | floating[_32Bit] | float64`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `ArrayLike | slice[Any, Any, Any]` and `DTypeFloat`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements` and `floating[_16Bit] | floating[_32Bit] | float64`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `ArrayLike | slice[Any, Any, Any]` and `DTypeFloat`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | (_Buffer & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | (_SupportsArray[dtype[Any]] & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | ... omitted 9 union elements` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | (_Buffer & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | (_SupportsArray[dtype[Any]] & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | ... omitted 9 union elements` is not assignable to `ndarray[tuple[Any, ...], dtype[DTypeFloat]]`
[error] invalid-argument-type - Argument to function `as_float_array` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[int], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - Argument to function `as_float_array` is incorrect: Expected `ArrayLike`, found `ndarray[tuple[int], dtype[Any]] | ExtensionArray`

colour/continuous/tests/test_multi_signal.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method MultiSignals.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` cannot be called with key of type `tuple[slice[None, None, None], slice[None, None, None]]` on object of type `MultiSignals`
[error] invalid-argument-type - Method `__getitem__` of type `bound method MultiSignals.__getitem__(x: ArrayLike | slice[Any, Any, Any]) -> ndarray[tuple[Any, ...], dtype[DTypeFloat]]` cannot be called with key of type `tuple[slice[None, None, None], slice[None, None, None]]` on object of type `MultiSignals`
[error] invalid-argument-type - Method `__getitem__` of type `bound method MultiSignals.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` cannot be called with key of type `tuple[slice[None, None, None], slice[Literal[0], Literal[2], None]]` on object of type `MultiSignals`
[error] invalid-argument-type - Method `__getitem__` of type `bound method MultiSignals.__getitem__(x: ArrayLike | slice[Any, Any, Any]) -> ndarray[tuple[Any, ...], dtype[DTypeFloat]]` cannot be called with key of type `tuple[slice[None, None, None], slice[Literal[0], Literal[2], None]]` on object of type `MultiSignals`

colour/difference/cam16_ucs.py

[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, coefficients: Coefficients_UCS_Luo2006, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], (Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, coefficients: Coefficients_UCS_Luo2006, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]`
[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: ArrayLike, Jpapbp_2: ArrayLike, coefficients: Coefficients_UCS_Luo2006, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[DTypeFloat]], (Jpapbp_1: ArrayLike, Jpapbp_2: ArrayLike, coefficients: Coefficients_UCS_Luo2006, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]`
[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], (Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]`
[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: ArrayLike, Jpapbp_2: ArrayLike, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[DTypeFloat]], (Jpapbp_1: ArrayLike, Jpapbp_2: ArrayLike, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]`
[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], (Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]`
[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: ArrayLike, Jpapbp_2: ArrayLike, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[DTypeFloat]], (Jpapbp_1: ArrayLike, Jpapbp_2: ArrayLike, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]`
[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], (Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]`
[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: ArrayLike, Jpapbp_2: ArrayLike, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[DTypeFloat]], (Jpapbp_1: ArrayLike, Jpapbp_2: ArrayLike, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]`

colour/geometry/intersection.py

[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `float | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[DTypeFloat]]`, found `float | ndarray[tuple[Any, ...], dtype[Any]]`

colour/geometry/primitives.py

[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`

colour/graph/conversion.py

[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `ArrayLike`, found `list[int | float | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `ArrayLike`, found `list[int | float | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `ArrayLike`, found `list[int | float | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `ArrayLike`, found `list[int | float | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | None]`

colour/io/fichet2021.py

[error] invalid-argument-type - Argument to function `sds_and_msds_to_components_Fichet2021` is incorrect: Expected `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | ValuesView[Unknown]`, found `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | (dict[str | int | float, tuple[ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]]] & Sequence[object]) | ValuesView[Unknown]`
[error] invalid-argument-type - Argument to function `sds_and_msds_to_components_Fichet2021` is incorrect: Expected `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | ValuesView[Unknown]`, found `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | (dict[str | int | float, tuple[ndarray[tuple[Any, ...], dtype[DTypeFloat]], ndarray[tuple[Any, ...], dtype[DTypeFloat]]]] & Sequence[object]) | ValuesView[Unknown]`

colour/io/luts/lut.py

[error] invalid-argument-type - Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>`

colour/io/uprtek_sekonic.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | list[str]`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `str | list[str]`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | list[str]`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | list[str]`

colour/notation/munsell/centore2014.py

[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `ArrayLike`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `maximum_chroma_from_renotation` is incorrect: Expected `ArrayLike`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `ArrayLike`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `ArrayLike`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `ArrayLike`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | Divergent | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `ArrayLike`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[DTypeFloat]] | Divergent | int | float]`

colour/notation/munsell/tests/test_centore2014.py

[error] invalid-argument-type - Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>`
[error] invalid-argument-type - Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>`
[error] invalid-argument-type - Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>`

colour/plotting/common.py

[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `ArrayLike | Sequence[ArrayLike | ColourSwatch]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Any]`, found `ArrayLike | Sequence[ArrayLike | ColourSwatch]`
[error] invalid-argument-type - Argument to function `first_item` is incorrect: Expected `Iterable[Unknown]`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `first_item` is incorrect: Expected `Iterable[Unknown]`, found `ArrayLike | Sequence[ArrayLike | ColourSwatch]`
[error] invalid-argument-type - Argument to bound method `Patch.set_facecolor` is incorrect: Expected `tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `Patch.set_facecolor` is incorrect: Expected `ColorType | None`, found `ArrayLike`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | ArrayLike | None`, found `str | Colormap | Any`

colour/plotting/diagrams.py

[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[ArrayLike]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[ArrayLike]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `CoordsType | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `CoordsType`, found `bool | tuple[int, int] | str | Structure | Any`

colour/plotting/models.py

[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[ArrayLike]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `ColorType | Sequence[ColorType] | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `ColorType | Sequence[ColorType] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[DTypeFloat]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[DTypeFloat]]`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `ColorType | Sequence[ColorType] | None`, found `int | str | float | Any`

colour/plotting/section.py

[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[ArrayLike]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

colour/plotting/temperature.py

[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[ArrayLike]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[ArrayLike]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[ArrayLike]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `CoordsType | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `CoordsType`, found `bool | tuple[int, int] | str | Structure | Any`

colour/plotting/volume.py

[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[DTypeFloat]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[DTypeFloat]]`

colour/utilities/array.py

[error] invalid-assignment - Object of type `list[object]` is not assignable to `ArrayLike | KeysView[Unknown] | ValuesView[Unknown]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `_ConvertibleToInt`, found `ArrayLike`
[error] invalid-argument-type - Argument to constructor `unsignedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `unsignedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `unsignedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `unsignedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`

colour/utilities/tests/test_array.py

[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `ArrayLike`, found `list[None | Unknown]`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `ArrayLike`, found `list[bool | None]`
[error] invalid-return-type - Return type does not match returned value: expected `numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 union elements`, found `dtype[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `DType`, found `dtype[Unknown]`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `ArrayLike`, found `None`

comtypes (https://github.com/enthought/comtypes)

comtypes/_memberspec.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

comtypes/_tlib_version_checker.py

[error] invalid-argument-type - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Any | None`
[error] invalid-argument-type - Argument to function `stat` is incorrect: Expected `FileDescriptorOrPath`, found `Any | None`

comtypes/_vtbl.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `tuple[ParamFlagType, ...] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `tuple[ParamFlagType, ...] | None`

comtypes/test/test_inout_args.py

[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[ParamFlagType, ...]`, found `tuple[ParamFlagType, ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[ParamFlagType, ...]`, found `tuple[ParamFlagType, ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[ParamFlagType, ...]`, found `tuple[ParamFlagType, ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[ParamFlagType, ...]`, found `tuple[ParamFlagType, ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[ParamFlagType, ...]`, found `tuple[ParamFlagType, ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[ParamFlagType, ...]`, found `tuple[ParamFlagType, ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - Argument to function `_fix_inout_args` is incorrect: Expected `tuple[ParamFlagType, ...]`, found `tuple[ParamFlagType, ...] | None`

core (https://github.com/home-assistant/core)

homeassistant/bootstrap.py

[error] invalid-argument-type - Argument to bound method `Logger.exception` is incorrect: Expected `None | bool | tuple[type[BaseException], BaseException, TracebackType | None] | tuple[None, None, None] | BaseException`, found `tuple[type[BaseException], BaseException | None, TracebackType | None]`
[error] invalid-argument-type - Argument to bound method `Logger.exception` is incorrect: Expected `_ExcInfoType`, found `tuple[type[BaseException], BaseException | None, TracebackType | None]`

homeassistant/components/auth/login_flow.py

[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `_RawIPAddress`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `_RawIPAddress`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `_RawIPAddress`, found `str | None`

homeassistant/components/buienradar/util.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Any | None`

homeassistant/components/compensation/sensor.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None | (str & ~Literal["unknown"] & ~Literal["unavailable"])`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Any | None | (str & ~Literal["unknown"] & ~Literal["unavailable"])`

homeassistant/components/conversation/chat_log.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`, found `Unknown | dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `JsonObjectType`, found `Unknown | dict[str, str]`

homeassistant/components/counter/__init__.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | None | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | None | Unknown` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

homeassistant/components/cover/reproduce_state.py

[error] invalid-argument-type - Argument to function `_async_set_position` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | None]]`
[error] invalid-argument-type - Argument to function `_async_set_position` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, ServiceResponse]]`
[error] invalid-argument-type - Argument to function `_async_set_tilt_position` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | None]]`
[error] invalid-argument-type - Argument to function `_async_set_tilt_position` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, ServiceResponse]]`
[error] invalid-argument-type - Argument to function `_async_close_cover` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | None]]`
[error] invalid-argument-type - Argument to function `_async_close_cover` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, ServiceResponse]]`
[error] invalid-argument-type - Argument to function `_async_open_cover` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | None]]`
[error] invalid-argument-type - Argument to function `_async_open_cover` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, ServiceResponse]]`

homeassistant/components/derivative/sensor.py

[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `str | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `_DecimalNew`, found `str | int | float | ... omitted 3 union elements`

homeassistant/components/flume/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `ServiceResponse`, found `dict[str, str | dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | ... omitted 4 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `ServiceResponse`, found `dict[str, str | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements]`

homeassistant/components/fronius/const.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `StateType`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `StateType`

homeassistant/components/fronius/sensor.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `str | int | float | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `str | int | float | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `str | int | float | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `str | int | float | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `str | int | float | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `str | int | float | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

homeassistant/components/google_assistant/http.py

[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[object]`

homeassistant/components/http/auth_util.py

[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `_RawIPAddress`, found `str | None`

homeassistant/components/http/ban.py

[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `_RawIPAddress`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `_RawIPAddress`, found `str | None`

homeassistant/components/http/forwarded.py

[error] invalid-argument-type - Argument to bound method `Request.clone` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | _SENTINEL`, found `str`
[error] invalid-argument-type - Argument to bound method `Request.clone` is incorrect: Expected `LooseHeaders | _SENTINEL`, found `str`

homeassistant/components/mpd/media_player.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Any | None`

homeassistant/components/mqtt/cover.py

[error] invalid-assignment - Object of type `dict[str, Any] | list[Any] | str | ... omitted 3 union elements` is not assignable to `ReceivePayloadType`
[error] invalid-assignment - Object of type `dict[str, JsonValueType] | list[JsonValueType] | str | ... omitted 3 union elements` is not assignable to `ReceivePayloadType`

homeassistant/components/mqtt/valve.py

[error] invalid-argument-type - Argument to bound method `MqttValve._process_position_valve_update` is incorrect: Expected `str`, found `Any | dict[str, Any] | list[Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `MqttValve._process_position_valve_update` is incorrect: Expected `str`, found `Any | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `MqttValve._process_position_valve_update` is incorrect: Expected `str`, found `Any | dict[str, Any] | list[Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `MqttValve._process_position_valve_update` is incorrect: Expected `str`, found `Any | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `MqttValve._process_binary_valve_update` is incorrect: Expected `str`, found `Any | dict[str, Any] | list[Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `MqttValve._process_binary_valve_update` is incorrect: Expected `str`, found `Any | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements`

homeassistant/components/nibe_heatpump/coordinator.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (date & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (date & ~AlwaysFalsy)`

homeassistant/components/plex/services.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `(str & ~Literal["search"]) | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `(str & ~Literal["search"]) | None`

homeassistant/components/sensor/__init__.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | date`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `str | date`

homeassistant/components/supervisord/sensor.py

[error] invalid-assignment - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `list[dict[Unknown, Unknown]]`
[error] invalid-assignment - Object of type `_Marshallable` is not assignable to `list[dict[Unknown, Unknown]]`

homeassistant/components/trend/binary_sensor.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `None | Any | str`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `None | Any | str`

homeassistant/components/utility_meter/sensor.py

[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `(str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | (Decimal & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `_DecimalNew`, found `(str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | (Decimal & ~AlwaysFalsy)`

homeassistant/components/websocket_api/connection.py

[error] invalid-argument-type - Argument to function `error_message` is incorrect: Expected `int | None`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `error_message` is incorrect: Expected `int | None`, found `dict[str, JsonValueType] | list[JsonValueType] | str | ... omitted 3 union elements`

homeassistant/components/withings/__init__.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `str | bytes | FileField`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | bytes | FileField`

homeassistant/components/zestimate/sensor.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `None | Unknown`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `None | Unknown`

homeassistant/helpers/condition.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `str | Any | None`

homeassistant/helpers/restore_state.py

[error] invalid-argument-type - Argument to bound method `State.from_dict` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `State.from_dict` is incorrect: Expected `dict[str, Any]`, found `JsonValueType`

homeassistant/helpers/singleton.py

[error] invalid-argument-type - Argument is incorrect: Expected `(HomeAssistant, /) -> Coroutine[Any, Any, int]`, found `def func_error(hass: HomeAssistant) -> int`
[error] invalid-argument-type - Argument is incorrect: Expected `_FuncType[_Coro[int]]`, found `def func_error(hass: HomeAssistant) -> int`

homeassistant/helpers/storage.py

[error] invalid-argument-type - Argument to bound method `Store.async_save` is incorrect: Argument type `Unknown | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements` does not satisfy upper bound `Mapping[str, Any] | Sequence[Any]` of type variable `_T`
[error] invalid-argument-type - Argument to bound method `Store.async_save` is incorrect: Expected `_T@Store`, found `Unknown | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["minor_version"]` and `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["minor_version"]` and `dict[str, Any] | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["minor_version"]` and value of type `Literal[1]` on object of type `list[Any]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["minor_version"]` and value of type `Literal[1]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Any | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements` and `int`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - Argument to `UnsupportedStorageVersionError.__init__` is incorrect: Expected `int`, found `Any | dict[str, JsonValueType] | list[JsonValueType] | ... omitted 4 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> JsonValueType, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`

homeassistant/helpers/trigger.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `str | Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `str | Any | None`

cryptography (https://github.com/pyca/cryptography)

tests/hazmat/primitives/test_aead.py

[error] invalid-argument-type - Argument to `ChaCha20Poly1305.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `ChaCha20Poly1305.__init__` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to `AESCCM.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESCCM.__init__` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to `AESGCM.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESGCM.__init__` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to `AESOCB3.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESOCB3.__init__` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to `AESSIV.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESSIV.__init__` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to `AESGCMSIV.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESGCMSIV.__init__` is incorrect: Expected `Buffer`, found `object`

tests/hazmat/primitives/test_block.py

[error] invalid-argument-type - Argument to `CBC.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `CBC.__init__` is incorrect: Expected `Buffer`, found `list[int]`
[error] invalid-argument-type - Argument to `CFB.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `CFB.__init__` is incorrect: Expected `Buffer`, found `list[int]`
[error] invalid-argument-type - Argument to `CFB8.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `CFB8.__init__` is incorrect: Expected `Buffer`, found `list[int]`
[error] invalid-argument-type - Argument to `OFB.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `OFB.__init__` is incorrect: Expected `Buffer`, found `list[int]`
[error] invalid-argument-type - Argument to `CTR.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `CTR.__init__` is incorrect: Expected `Buffer`, found `list[int]`
[error] invalid-argument-type - Argument to `GCM.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `GCM.__init__` is incorrect: Expected `Buffer`, found `list[int]`

tests/hazmat/primitives/test_chacha20.py

[error] invalid-argument-type - Argument to `ChaCha20.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `ChaCha20.__init__` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to `ChaCha20.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["00000000000000000000000000000000"]`
[error] invalid-argument-type - Argument to `ChaCha20.__init__` is incorrect: Expected `Buffer`, found `Literal["00000000000000000000000000000000"]`

tests/hazmat/primitives/test_ciphers.py

[error] invalid-argument-type - Argument to `AES.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["00000000000000000000000000000000"]`
[error] invalid-argument-type - Argument to `AES.__init__` is incorrect: Expected `Buffer`, found `Literal["00000000000000000000000000000000"]`
[error] invalid-argument-type - Argument to `XTS.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[32]`
[error] invalid-argument-type - Argument to `XTS.__init__` is incorrect: Expected `Buffer`, found `Literal[32]`
[error] invalid-argument-type - Argument to bound method `CipherContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `CipherContext.update` is incorrect: Expected `Buffer`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `CipherContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `CipherContext.update` is incorrect: Expected `Buffer`, found `<class 'object'>`

tests/hazmat/primitives/test_concatkdf.py

[error] invalid-argument-type - Argument to bound method `ConcatKDFHash.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHash.derive` is incorrect: Expected `Buffer`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHMAC.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHMAC.derive` is incorrect: Expected `Buffer`, found `Literal["foo"]`

tests/hazmat/primitives/test_dh.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `DHPublicKey | DSAPublicKey | RSAPublicKey | ... omitted 10 union elements`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `PublicKeyTypes`

tests/hazmat/primitives/test_ed25519.py

[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.from_private_bytes` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.from_private_bytes` is incorrect: Expected `Buffer`, found `object`

tests/hazmat/primitives/test_ed448.py

[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.from_private_bytes` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.from_private_bytes` is incorrect: Expected `Buffer`, found `object`

tests/hazmat/primitives/test_hashes.py

[error] invalid-argument-type - Argument to bound method `Hash.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `Hash.update` is incorrect: Expected `Buffer`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to function `Hash.hash` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to function `Hash.hash` is incorrect: Expected `Buffer`, found `Literal["ü"]`

tests/hazmat/primitives/test_hkdf.py

[error] invalid-argument-type - Argument to bound method `HKDF.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `HKDF.derive` is incorrect: Expected `Buffer`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `HKDFExpand.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["first"]`
[error] invalid-argument-type - Argument to bound method `HKDFExpand.derive` is incorrect: Expected `Buffer`, found `Literal["first"]`

tests/hazmat/primitives/test_hmac.py

[error] invalid-argument-type - Argument to bound method `HMAC.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `HMAC.update` is incorrect: Expected `Buffer`, found `Literal["ü"]`

tests/hazmat/primitives/test_kbkdf.py

[error] invalid-argument-type - Argument to bound method `KBKDFHMAC.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["material"]`
[error] invalid-argument-type - Argument to bound method `KBKDFHMAC.derive` is incorrect: Expected `Buffer`, found `Literal["material"]`
[error] invalid-argument-type - Argument to bound method `KBKDFCMAC.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["material"]`
[error] invalid-argument-type - Argument to bound method `KBKDFCMAC.derive` is incorrect: Expected `Buffer`, found `Literal["material"]`

tests/hazmat/primitives/test_padding.py

[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `Buffer`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `Buffer`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `Buffer`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `Buffer`, found `Literal["abc"]`

tests/hazmat/primitives/test_pbkdf2hmac.py

[error] invalid-argument-type - Argument to bound method `PBKDF2HMAC.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["unicode here"]`
[error] invalid-argument-type - Argument to bound method `PBKDF2HMAC.derive` is incorrect: Expected `Buffer`, found `Literal["unicode here"]`

tests/hazmat/primitives/test_pkcs12.py

[error] invalid-argument-type - Argument to function `load_key_and_certificates` is incorrect: Expected `bytes | bytearray | memoryview[int] | None`, found `object`
[error] invalid-argument-type - Argument to function `load_key_and_certificates` is incorrect: Expected `Buffer | None`, found `object`
[error] invalid-argument-type - Argument to `PKCS12KeyAndCertificates.__init__` is incorrect: Expected `DHPrivateKey | Ed25519PrivateKey | Ed448PrivateKey | ... omitted 11 union elements`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to `PKCS12KeyAndCertificates.__init__` is incorrect: Expected `PrivateKeyTypes | None`, found `Literal["hello"]`

tests/hazmat/primitives/test_pkcs7.py

[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.set_data` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.set_data` is incorrect: Expected `Buffer`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_signer` is incorrect: Expected `SHA224 | SHA256 | SHA384 | SHA512`, found `SHA512_256`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_signer` is incorrect: Expected `PKCS7HashTypes`, found `SHA512_256`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_signer` is incorrect: Expected `RSAPrivateKey | EllipticCurvePrivateKey`, found `Ed25519PrivateKey`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_signer` is incorrect: Expected `PKCS7PrivateKeyTypes`, found `Ed25519PrivateKey`
[error] invalid-argument-type - Argument to bound method `PKCS7EnvelopeBuilder.set_content_encryption_algorithm` is incorrect: Expected `type[AES128 | AES256]`, found `<class 'InvalidAlgorithm'>`
[error] invalid-argument-type - Argument to bound method `PKCS7EnvelopeBuilder.set_content_encryption_algorithm` is incorrect: Expected `ContentEncryptionAlgorithm`, found `<class 'InvalidAlgorithm'>`

tests/hazmat/primitives/test_poly1305.py

[error] invalid-argument-type - Argument to bound method `Poly1305.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `Poly1305.update` is incorrect: Expected `Buffer`, found `Literal[""]`
[error] invalid-argument-type - Argument to function `Poly1305.generate_tag` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[""]`
[error] invalid-argument-type - Argument to function `Poly1305.generate_tag` is incorrect: Expected `Buffer`, found `Literal[""]`
[error] invalid-argument-type - Argument to `Poly1305.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `Poly1305.__init__` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to function `Poly1305.generate_tag` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `Poly1305.generate_tag` is incorrect: Expected `Buffer`, found `object`

tests/hazmat/primitives/test_scrypt.py

[error] invalid-argument-type - Argument to bound method `Scrypt.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Scrypt.derive` is incorrect: Expected `Buffer`, found `Literal[1]`

tests/hazmat/primitives/test_ssh.py

[error] invalid-argument-type - Argument to function `_serialize_ssh_private_key` is incorrect: Expected `EllipticCurvePrivateKey | RSAPrivateKey | DSAPrivateKey | Ed25519PrivateKey`, found `object`
[error] invalid-argument-type - Argument to function `_serialize_ssh_private_key` is incorrect: Expected `SSHPrivateKeyTypes`, found `object`
[error] invalid-argument-type - Argument to function `load_ssh_public_identity` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["these aren't bytes"]`
[error] invalid-argument-type - Argument to function `load_ssh_public_identity` is incorrect: Expected `Buffer`, found `Literal["these aren't bytes"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.public_key` is incorrect: Expected `EllipticCurvePublicKey | RSAPublicKey | Ed25519PublicKey`, found `Literal["not a key"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.public_key` is incorrect: Expected `SSHCertPublicKeyTypes`, found `Literal["not a key"]`
[error] invalid-argument-type - Argument to function `ssh_key_fingerprint` is incorrect: Expected `EllipticCurvePublicKey | RSAPublicKey | DSAPublicKey | Ed25519PublicKey`, found `object`
[error] invalid-argument-type - Argument to function `ssh_key_fingerprint` is incorrect: Expected `SSHPublicKeyTypes`, found `object`

tests/hazmat/primitives/test_x963kdf.py

[error] invalid-argument-type - Argument to bound method `X963KDF.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `X963KDF.derive` is incorrect: Expected `Buffer`, found `Literal["foo"]`

tests/hazmat/primitives/test_xofhash.py

[error] invalid-argument-type - Argument to bound method `XOFHash.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `XOFHash.update` is incorrect: Expected `Buffer`, found `Literal["ü"]`

tests/hazmat/primitives/twofactor/test_hotp.py

[error] invalid-argument-type - Argument to `HOTP.__init__` is incorrect: Expected `SHA1 | SHA256 | SHA512`, found `MD5`
[error] invalid-argument-type - Argument to `HOTP.__init__` is incorrect: Expected `HOTPHashTypes`, found `MD5`

tests/x509/test_ocsp.py

[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.sign` is incorrect: Expected `Ed25519PrivateKey | Ed448PrivateKey | RSAPrivateKey | DSAPrivateKey | EllipticCurvePrivateKey`, found `object`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.sign` is incorrect: Expected `CertificateIssuerPrivateKeyTypes`, found `object`

tests/x509/test_x509.py

[error] invalid-argument-type - Argument to bound method `CertificateRevocationList.is_signature_valid` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey`, found `Literal["not a public key"]`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationList.is_signature_valid` is incorrect: Expected `CertificateIssuerPublicKeyTypes`, found `Literal["not a public key"]`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationList.is_signature_valid` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationList.is_signature_valid` is incorrect: Expected `CertificateIssuerPublicKeyTypes`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.public_key` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | ... omitted 4 union elements`, found `RSAPrivateKey`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.public_key` is incorrect: Expected `CertificatePublicKeyTypes`, found `RSAPrivateKey`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.sign` is incorrect: Expected `_AllowedHashTypes | None`, found `MD5`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `Literal["NotAHash"]`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.sign` is incorrect: Expected `_AllowedHashTypes | None`, found `Literal["NotAHash"]`

tests/x509/test_x509_crlbuilder.py

[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `_AllowedHashTypes | None`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `_AllowedHashTypes | None`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `_AllowedHashTypes | None`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `_AllowedHashTypes | None`, found `MD5`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `_AllowedHashTypes | None`, found `MD5`

tests/x509/test_x509_ext.py

[error] invalid-argument-type - Argument to `IPAddress.__init__` is incorrect: Expected `IPv4Address | IPv6Address | IPv4Network | IPv6Network`, found `Literal[b"notanipaddress"]`
[error] invalid-argument-type - Argument to `IPAddress.__init__` is incorrect: Expected `_IPAddressTypes`, found `Literal[b"notanipaddress"]`
[error] invalid-argument-type - Argument to `IPAddress.__init__` is incorrect: Expected `IPv4Address | IPv6Address | IPv4Network | IPv6Network`, found `float`
[error] invalid-argument-type - Argument to `IPAddress.__init__` is incorrect: Expected `_IPAddressTypes`, found `float`

tests/x509/verification/test_verification.py

[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `Literal["cryptography.io"]`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `Subject`, found `Literal["cryptography.io"]`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `Literal["0.0.0.0"]`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `Subject`, found `Literal["0.0.0.0"]`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `IPv4Address`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `Subject`, found `IPv4Address`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `None`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `Subject`, found `None`

cwltool (https://github.com/common-workflow-language/cwltool)

cwltool/secrets.py

[error] invalid-return-type - Return type does not match returned value: expected `CWLOutputType`, found `dict[@Todo, int | str | float | ... omitted 4 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `CWLOutputType`, found `list[int | str | float | ... omitted 4 union elements]`

cwltool/builder.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["fields"]` and value of type `list[dict[str, str]]` on object of type `MutableMapping[str, CWLOutputType | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `object` on object of type `MutableMapping[str, int | str | float | ... omitted 5 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `object | CWLOutputType` on object of type `MutableMapping[str, CWLOutputType | None]`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, CWLOutputType | None]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, CWLOutputType | None]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `int | str | float | ... omitted 5 union elements`, found `dict[object, int | str | float | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `CWLOutputType | None`, found `dict[object, CWLOutputType | None]`
[error] invalid-argument-type - Argument to bound method `Builder.do_eval` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `Builder.do_eval` is incorrect: Expected `CWLOutputType | None`, found `object`
[error] invalid-argument-type - Argument to bound method `Builder.do_eval` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `Builder.do_eval` is incorrect: Expected `CWLOutputType | None`, found `object | CWLOutputType`

cwltool/checker.py

[error] invalid-return-type - Return type does not match returned value: expected `CWLOutputType | None`, found `dict[str, int | str | float | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to function `merge_flatten_type` is incorrect: Expected `int | str | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `merge_flatten_type` is incorrect: Expected `SinkType | None`, found `object | CWLOutputType`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "items" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "items" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, CWLOutputType | None]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, CWLOutputType | None]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `int | str | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `SinkType | None`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `int | str | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `SinkType | None`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `int | str | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `SinkType | None`, found `object | CWLOutputType`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `int | str | float | ... omitted 6 union elements`, found `~Literal["null"]`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `SinkType | None`, found `~Literal["null"]`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `int | str | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `SinkType | None`, found `object | CWLOutputType`

cwltool/command_line_tool.py

[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `MutableMapping[str, CWLOutputType | None]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `MutableMapping[str, CWLOutputType | None]`, found `dict[str, str]`
[error] invalid-assignment - Object of type `object` is not assignable to `int | str | float | ... omitted 5 union elements`
[error] invalid-assignment - Object of type `object` is not assignable to `CWLOutputType | None`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[CWLOutputType | None]`

cwltool/cwlprov/provenance_profile.py

[error] invalid-argument-type - Argument to bound method `ProvenanceProfile.used_artefacts` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | list[MutableMapping[str, int | str | float | ... omitted 5 union elements]]`, found `str | MutableMapping[str, int | str | float | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `ProvenanceProfile.used_artefacts` is incorrect: Expected `MutableMapping[str, CWLOutputType | None] | list[MutableMapping[str, CWLOutputType | None]]`, found `str | MutableMapping[str, CWLOutputType | None]`
[error] invalid-argument-type - Argument to bound method `ProvenanceProfile.generate_output_prov` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] | None`, found `str | MutableMapping[str, int | str | float | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `ProvenanceProfile.generate_output_prov` is incorrect: Expected `MutableMapping[str, CWLOutputType | None] | MutableSequence[MutableMapping[str, CWLOutputType | None]] | None`, found `str | MutableMapping[str, CWLOutputType | None]`

cwltool/cwlprov/ro.py

[error] invalid-argument-type - Argument to bound method `ResearchObject._relativise_files` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | int | str | ... omitted 7 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `ResearchObject._relativise_files` is incorrect: Expected `MutableMapping[str, CWLOutputType | None] | CWLOutputType | MutableSequence[MutableMapping[str, CWLOutputType | None]] | None`, found `object | CWLOutputType`

cwltool/load_tool.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str` on object of type `MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str` on object of type `MutableSequence[MutableMapping[str, CWLOutputType | None] | str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["stdin"]` and value of type `str` on object of type `MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["stdin"]` and value of type `str` on object of type `MutableSequence[MutableMapping[str, CWLOutputType | None] | str | int]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, int | str | float | ... omitted 5 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, CWLOutputType | None] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, CWLOutputType | None] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, CWLOutputType | None] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, int | str | float | ... omitted 5 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, CWLOutputType | None] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, CWLOutputType | None] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, CWLOutputType | None] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, int | str | float | ... omitted 5 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, CWLOutputType | None] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, CWLOutputType | None] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, CWLOutputType | None] | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["id"]` and value of type `str` on object of type `MutableSequence[Divergent]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["id"]` and value of type `str` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, int | str | float | ... omitted 5 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, CWLOutputType | None] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, CWLOutputType | None] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, CWLOutputType | None] | str]`

cwltool/main.py

[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `CWLOutputType | None`, found `object`
[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `CWLOutputType | None`, found `object`
[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `CWLOutputType | None`, found `object | CWLOutputType`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[MutableMapping[str, int | str | float | ... omitted 5 union elements] | None, str, Loader]`, found `tuple[None | (int & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 3 union elements, Unknown | str, Loader]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[MutableMapping[str, CWLOutputType | None] | None, str, Loader]`, found `tuple[None | (int & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 3 union elements, Unknown | str, Loader]`
[error] invalid-argument-type - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, CWLOutputType | None]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, CWLOutputType | None]`, found `Top[MutableMapping[Unknown, Unknown]]`

cwltool/pack.py

[error] invalid-argument-type - Argument to function `find_run` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | int | float | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - Argument to function `find_run` is incorrect: Expected `MutableMapping[str, CWLOutputType | None] | ResolveType`, found `object`
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-argument-type - Argument to function `find_ids` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | int | str | ... omitted 7 union elements`, found `object`
[error] invalid-argument-type - Argument to function `find_ids` is incorrect: Expected `MutableMapping[str, CWLOutputType | None] | CWLOutputType | MutableSequence[MutableMapping[str, CWLOutputType | None]] | None`, found `object`
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "$import" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "$import" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "$import" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, int | str | float | ... omitted 5 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "$import" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, CWLOutputType | None] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `CommentedMap` on object of type `dict[str, CommentedMap | CommentedSeq | str | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `CommentedMap` on object of type `dict[str, IdxResultType]`

cwltool/process.py

[error] invalid-argument-type - Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] | int | ... omitted 7 union elements`, found `object`
[error] invalid-argument-type - Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, CWLOutputType | None] | MutableSequence[MutableMapping[str, CWLOutputType | None]] | CWLOutputType | None`, found `object`
[error] invalid-argument-type - Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] | int | ... omitted 7 union elements`, found `object`
[error] invalid-argument-type - Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, CWLOutputType | None] | MutableSequence[MutableMapping[str, CWLOutputType | None]] | CWLOutputType | None`, found `object | CWLOutputType`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[Any] | int | ... omitted 7 union elements` on object of type `MutableMapping[str, Divergent]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `MutableMapping[str, CWLOutputType | None] | MutableSequence[Any] | CWLOutputType | None` on object of type `MutableMapping[str, CWLOutputType | None]`
[error] invalid-argument-type - Argument to function `avroize_type` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[Any] | int | ... omitted 7 union elements`, found `object`
[error] invalid-argument-type - Argument to function `avroize_type` is incorrect: Expected `MutableMapping[str, CWLOutputType | None] | MutableSequence[Any] | CWLOutputType | None`, found `object`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[Any] | int | ... omitted 7 union elements` on object of type `MutableMapping[str, int | str | float | ... omitted 5 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, int | str | float | ... omitted 5 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, CWLOutputType | None], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, CWLOutputType | None]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, CWLOutputType | None]]`
[error] invalid-key - Unknown key "requirements" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, int | str | float | ... omitted 5 union elements] | (int & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 6 union elements`)
[error] invalid-key - Unknown key "requirements" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableSequence[MutableMapping[str, CWLOutputType | None]] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, CWLOutputType | None] | (int & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "requirements" for TypedDict `CWLFileType` (subscripted object has type `(MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, int | str | float | ... omitted 5 union elements] | (int & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 6 union elements`)
[error] invalid-key - Unknown key "requirements" for TypedDict `CWLFileType` (subscripted object has type `(MutableSequence[MutableMapping[str, CWLOutputType | None]] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, CWLOutputType | None] | (int & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, int | str | float | ... omitted 5 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, CWLOutputType | None], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, CWLOutputType | None]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, CWLOutputType | None]]`
[error] invalid-key - Unknown key "requirements" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, int | str | float | ... omitted 5 union elements] | (int & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 6 union elements`)
[error] invalid-key - Unknown key "requirements" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableSequence[MutableMapping[str, CWLOutputType | None]] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, CWLOutputType | None] | (int & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "requirements" for TypedDict `CWLFileType` (subscripted object has type `(MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, int | str | float | ... omitted 5 union elements] | (int & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 6 union elements`)
[error] invalid-key - Unknown key "requirements" for TypedDict `CWLFileType` (subscripted object has type `(MutableSequence[MutableMapping[str, CWLOutputType | None]] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, CWLOutputType | None] | (int & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements], (index: slice[int | None, int | None, int | None], /) -> Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None], (index: slice[int | None, int | None, int | None], /) -> Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None]]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None]]`
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(CWLFileType & Top[MutableMapping[Unknown, Unknown]]) | (CWLDirectoryType & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, int | str | float | ... omitted 5 union elements] | (Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements]] & Top[MutableMapping[Unknown, Unknown]])`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(CWLFileType & Top[MutableMapping[Unknown, Unknown]]) | (CWLDirectoryType & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, CWLOutputType | None] | (Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None]] & Top[MutableMapping[Unknown, Unknown]])`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(CWLFileType & Top[MutableMapping[Unknown, Unknown]]) | (CWLDirectoryType & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, int | str | float | ... omitted 5 union elements] | (Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements]] & Top[MutableMapping[Unknown, Unknown]])`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(CWLFileType & Top[MutableMapping[Unknown, Unknown]]) | (CWLDirectoryType & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, CWLOutputType | None] | (Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None]] & Top[MutableMapping[Unknown, Unknown]])`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements], (index: slice[int | None, int | None, int | None], /) -> Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None], (index: slice[int | None, int | None, int | None], /) -> Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None]]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None]]`
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(CWLFileType & Top[MutableMapping[Unknown, Unknown]]) | (CWLDirectoryType & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, int | str | float | ... omitted 5 union elements] | (Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements]] & Top[MutableMapping[Unknown, Unknown]])`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(CWLFileType & Top[MutableMapping[Unknown, Unknown]]) | (CWLDirectoryType & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, CWLOutputType | None] | (Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None]] & Top[MutableMapping[Unknown, Unknown]])`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(CWLFileType & Top[MutableMapping[Unknown, Unknown]]) | (CWLDirectoryType & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, int | str | float | ... omitted 5 union elements] | (Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, int | str | float | ... omitted 5 union elements]] & Top[MutableMapping[Unknown, Unknown]])`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(CWLFileType & Top[MutableMapping[Unknown, Unknown]]) | (CWLDirectoryType & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, CWLOutputType | None] | (Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, CWLOutputType | None]] & Top[MutableMapping[Unknown, Unknown]])`)

cwltool/update.py

[error] invalid-argument-type - Argument to function `update_secondaryFiles` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `~None`
[error] invalid-argument-type - Argument to function `update_secondaryFiles` is incorrect: Expected `CWLOutputType | None`, found `~None`

cwltool/workflow_job.py

[error] invalid-argument-type - Argument to function `match_types` is incorrect: Expected `int | str | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `match_types` is incorrect: Expected `SinkType | None`, found `object | CWLOutputType`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `object` on object of type `MutableMapping[str, int | str | float | ... omitted 5 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `object | CWLOutputType` on object of type `MutableMapping[str, CWLOutputType | None]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | MutableSequence[Divergent] | (MutableMapping[str, Divergent] & Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[CWLOutputType | None]`, found `(int & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | MutableSequence[CWLOutputType | None] | (MutableMapping[str, CWLOutputType | None] & Top[MutableSequence[Unknown]])`

tests/test_examples.py

[error] invalid-argument-type - Invalid argument to key "inputs" with declared type `MutableMapping[str, CWLOutputType | None]` on TypedDict `CWLParameterContext`: value of type `dict[str, str | int | float | ... omitted 6 union elements]`
[error] invalid-assignment - Object of type `dict[str, str | int | float | ... omitted 6 union elements]` is not assignable to `MutableMapping[str, CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[0]` on object of type `MutableMapping[str, Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method MutableMapping[str, CWLOutputType | None].__getitem__(key: str, /) -> CWLOutputType | None` cannot be called with key of type `Literal[0]` on object of type `MutableMapping[str, CWLOutputType | None]`
[error] invalid-key - Unknown key "checksum" for TypedDict `CWLDirectoryType` (subscripted object has type `Unknown | str | int | ... omitted 6 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[1]` on object of type `MutableMapping[str, Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method MutableMapping[str, CWLOutputType | None].__getitem__(key: str, /) -> CWLOutputType | None` cannot be called with key of type `Literal[1]` on object of type `MutableMapping[str, CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[2]` on object of type `MutableMapping[str, Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method MutableMapping[str, CWLOutputType | None].__getitem__(key: str, /) -> CWLOutputType | None` cannot be called with key of type `Literal[2]` on object of type `MutableMapping[str, CWLOutputType | None]`
[error] invalid-key - Unknown key "checksum" for TypedDict `CWLDirectoryType` (subscripted object has type `Unknown | str | int | ... omitted 6 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[CWLOutputType | None]`
[error] invalid-key - Unknown key "checksum" for TypedDict `CWLDirectoryType` (subscripted object has type `(CWLFileType & Top[dict[Unknown, Unknown]]) | (CWLDirectoryType & Top[dict[Unknown, Unknown]]) | (MutableSequence[Divergent] & Top[dict[Unknown, Unknown]]) | (MutableMapping[str, Divergent] & Top[dict[Unknown, Unknown]])`)
[error] invalid-key - Unknown key "checksum" for TypedDict `CWLDirectoryType` (subscripted object has type `(CWLFileType & Top[dict[Unknown, Unknown]]) | (CWLDirectoryType & Top[dict[Unknown, Unknown]]) | (MutableSequence[CWLOutputType | None] & Top[dict[Unknown, Unknown]]) | (MutableMapping[str, CWLOutputType | None] & Top[dict[Unknown, Unknown]])`)
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLOutputType | None, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[CWLOutputType | None]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[CWLOutputType | None]`

dacite (https://github.com/konradhalas/dacite)

dacite/types.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `Any | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `Any | None`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/appsec/_handlers.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `EnvVariable[bool] | bool`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `EnvVariable[bool] | bool`

ddtrace/appsec/_iast/_overhead_control_engine.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `EnvVariable[int | float]`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `EnvVariable[int | float]`

ddtrace/appsec/_iast/_taint_tracking/_vendor/pybind11/pybind11/setup_helpers.py

[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[StrPath], output_dir: str | None = None, macros: list[_Macro] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[StrPath], output_dir: str | None = None, macros: list[_Macro] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`

ddtrace/appsec/_iast/_taint_tracking/aspects.py

[error] invalid-assignment - Object of type `list[Any] | list[str | bytes]` is not assignable to `list[str | bytes | bytearray | None]`
[error] invalid-assignment - Object of type `list[Any] | list[str | bytes]` is not assignable to `list[TEXT_TYPES | None]`
[error] invalid-return-type - Return type does not match returned value: expected `str | bytes | bytearray | tuple[str | bytes | bytearray, int]`, found `Unknown | Sequence[str]`
[error] invalid-return-type - Return type does not match returned value: expected `TEXT_TYPES | tuple[TEXT_TYPES, int]`, found `Unknown | Sequence[str]`

ddtrace/appsec/_iast/taint_sinks/weak_randomness.py

[error] invalid-argument-type - Argument to bound method `VulnerabilityBase.report` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `VulnerabilityBase.report` is incorrect: Expected `TEXT_TYPES`, found `Unknown | None`

ddtrace/contrib/internal/graphql/patch.py

[error] invalid-argument-type - Argument to bound method `SpanData._add_event` is incorrect: Expected `Mapping[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, Unknown | str | None]`
[error] invalid-argument-type - Argument to bound method `SpanData._add_event` is incorrect: Expected `Mapping[str, _AttributeValueType] | None`, found `dict[str, Unknown | str | None]`

ddtrace/contrib/internal/kafka/patch.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `Unknown | None`

ddtrace/contrib/internal/pytest/_plugin_v2.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, tuple[str, Mapping[str, bool]]] | None`, found `tuple[Literal[""], Literal[""], Literal[""]]`
[error] invalid-return-type - Return type does not match returned value: expected `_pytest_report_teststatus_return_type`, found `tuple[Literal[""], Literal[""], Literal[""]]`

ddtrace/debugging/_signal/model.py

[warning] redundant-cast - Value is already of type `tuple[type[BaseException], BaseException, TracebackType | None] | tuple[None, None, None]`
[warning] redundant-cast - Value is already of type `ExcInfoType`

ddtrace/internal/telemetry/writer.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int | float]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int | float]` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

ddtrace/llmobs/_evaluators/llm_judge.py

[error] invalid-argument-type - Argument to function `LLMJudge._format_schema_for_provider` is incorrect: Expected `dict[str, Any]`, found `(BooleanStructuredOutput & Top[dict[Unknown, Unknown]]) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]]) | (CategoricalStructuredOutput & Top[dict[Unknown, Unknown]]) | dict[str, str | int | float | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to function `LLMJudge._format_schema_for_provider` is incorrect: Expected `dict[str, Any]`, found `(BooleanStructuredOutput & Top[dict[Unknown, Unknown]]) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]]) | (CategoricalStructuredOutput & Top[dict[Unknown, Unknown]]) | dict[str, JSONType]`

ddtrace/llmobs/_experiment.py

[error] conflicting-declarations - Conflicting declared types for `EvaluatorType`: `<types.UnionType special-form '((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) | BaseEvaluator | list[@Todo]'>` and `<types.UnionType special-form '((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) | BaseEvaluator'>`
[error] conflicting-declarations - Conflicting declared types for `EvaluatorType`: `<types.UnionType special-form 'EvaluatorType'>` and `<types.UnionType special-form 'EvaluatorType'>`
[error] conflicting-declarations - Conflicting declared types for `AsyncEvaluatorType`: `<types.UnionType special-form '((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) | BaseAsyncEvaluator | list[@Todo]'>` and `<types.UnionType special-form '((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) | BaseAsyncEvaluator'>`
[error] conflicting-declarations - Conflicting declared types for `AsyncEvaluatorType`: `<types.UnionType special-form 'AsyncEvaluatorType'>` and `<types.UnionType special-form 'AsyncEvaluatorType'>`
[error] unresolved-attribute - Attribute `name` is not defined on `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & <Protocol with members '_is_remote_evaluator'>`, `list[@Todo] & <Protocol with members '_is_remote_evaluator'>`, `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & <Protocol with members '_is_remote_evaluator'>` in union `(((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & <Protocol with members '_is_remote_evaluator'>) | (BaseEvaluator & <Protocol with members '_is_remote_evaluator'>) | (list[@Todo] & <Protocol with members '_is_remote_evaluator'>) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `name` is not defined on `((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & <Protocol with members '_is_remote_evaluator'>`, `list[@Todo] & <Protocol with members '_is_remote_evaluator'>`, `((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & <Protocol with members '_is_remote_evaluator'>` in union `(((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & <Protocol with members '_is_remote_evaluator'>) | (BaseEvaluator & <Protocol with members '_is_remote_evaluator'>) | (list[@Todo] & <Protocol with members '_is_remote_evaluator'>) | ... omitted 3 union elements`
[error] invalid-argument-type - Invalid argument to key "error" with declared type `dict[str, str] | None` on TypedDict `LLMObsExperimentEvalMetricEvent`: value of type `Sequence[Divergent] | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Invalid argument to key "error" with declared type `dict[str, str] | None` on TypedDict `LLMObsExperimentEvalMetricEvent`: value of type `JSONType`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["message"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["message"]` on object of type `Sequence[JSONType]`
[error] unresolved-attribute - Object of type `((...) -> Sequence[Divergent] | int | float | ... omitted 3 union elements) | ((...) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 3 union elements])` has no attribute `__name__`
[error] unresolved-attribute - Object of type `((...) -> JSONType) | ((...) -> Awaitable[JSONType])` has no attribute `__name__`
[error] invalid-await - `Sequence[Divergent] | int | float | ... omitted 4 union elements` is not awaitable
[error] invalid-await - `Sequence[JSONType] | int | float | ... omitted 3 union elements` is not awaitable
[error] unresolved-attribute - Attribute `__name__` is not defined on `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator`, `BaseEvaluator & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator` in union `(((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & ~BaseAsyncEvaluator`, `BaseEvaluator & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & ~BaseAsyncEvaluator` in union `(((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & ~BaseAsyncEvaluator)`
[error] invalid-await - `Sequence[Divergent] | int | float | ... omitted 6 union elements` is not awaitable
[error] invalid-await - `Sequence[JSONType] | int | float | ... omitted 5 union elements` is not awaitable
[error] unresolved-attribute - Attribute `name` is not defined on `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator` in union `(((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `name` is not defined on `((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & ~BaseAsyncEvaluator` in union `(((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `evaluate` is not defined on `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator` in union `(((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `evaluate` is not defined on `((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & ~BaseAsyncEvaluator` in union `(((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator`, `BaseEvaluator & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator` in union `(((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Sequence[Divergent] | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, Sequence[Divergent] | int | float | ... omitted 3 union elements, /) -> Awaitable[Sequence[Divergent] | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & ~BaseAsyncEvaluator`, `BaseEvaluator & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & ~BaseAsyncEvaluator` in union `(((JSONType, JSONType, JSONType, /) -> JSONType | EvaluatorResult) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((JSONType, JSONType, JSONType, /) -> Awaitable[JSONType | EvaluatorResult]) & ~BaseAsyncEvaluator)`

ddtrace/llmobs/_integrations/crewai.py

[error] invalid-argument-type - Argument to bound method `BaseContextProvider.activate` is incorrect: Expected `Span | Context | None`, found `str`
[error] invalid-argument-type - Argument to bound method `BaseContextProvider.activate` is incorrect: Expected `ActiveTrace | None`, found `str`

ddtrace/propagation/http.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

ddtrace/vendor/psutil/setup.py

[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | PathLike[str] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `StrPath | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`

tests/appsec/appsec/api_security/test_api_security_manager.py

[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_should_collect_schema` of type `def _should_collect_schema(self, env: ASM_Environment, priority: int | float) -> bool | None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_should_collect_schema` of type `def _should_collect_schema(self, env: ASM_Environment, priority: NumericType) -> bool | None`

tests/appsec/iast/aspects/test_re_aspects.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | int | bytes | bytearray`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | int | TEXT_TYPES`

tests/appsec/iast/test_reporter.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int]` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int]` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

tests/appsec/integrations/django_tests/django_app/views.py

[error] invalid-argument-type - Argument to function `load` is incorrect: Expected `type[Loader | BaseLoader | FullLoader | ... omitted 7 types]`, found `Any | None`

tests/appsec/integrations/flask_tests/test_flask_remoteconfig.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

tests/appsec/integrations/flask_tests/test_iast_flask_entrypoint_iast_patches.py

[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `((...) -> Any) | CodeType | str | ... omitted 3 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `_HaveCodeType | str | bytes | bytearray | None`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `((...) -> Any) | CodeType | str | ... omitted 3 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `_HaveCodeType | str | bytes | bytearray | None`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `((...) -> Any) | CodeType | str | ... omitted 3 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `_HaveCodeType | str | bytes | bytearray | None`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `((...) -> Any) | CodeType | str | ... omitted 3 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `_HaveCodeType | str | bytes | bytearray | None`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `((...) -> Any) | CodeType | str | ... omitted 3 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.views'>`
[error] invalid-argument-type - Argument to function `dis` is incorrect: Expected `_HaveCodeType | str | bytes | bytearray | None`, found `<module 'tests.appsec.iast.fixtures.entrypoint.views'>`

tests/ci_visibility/test_encoder.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

tests/contrib/pytest_benchmark/test_pytest_benchmark.py

[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `NumericType | None` and `float`

tests/contrib/subprocess/test_subprocess.py

[error] invalid-argument-type - Argument to function `spawnv` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Literal[123]`
[error] invalid-argument-type - Argument to function `spawnv` is incorrect: Expected `StrOrBytesPath`, found `Literal[123]`
[error] invalid-argument-type - Argument to function `spawnv` is incorrect: Expected `tuple[str | bytes | PathLike[str] | PathLike[bytes], ...] | list[bytes] | list[str] | ... omitted 5 union elements`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to function `spawnv` is incorrect: Expected `_ExecVArgs`, found `Literal["invalid"]`

tests/internal/test_auto.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `create_connection` of type `def create_connection(address: tuple[str | None, int], timeout: int | float | None = ..., source_address: tuple[Any, ...] | str | Buffer | None = None) -> socket`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `create_connection` of type `def create_connection(address: tuple[str | None, int], timeout: int | float | None = ..., source_address: _Address | None = None) -> socket`

tests/internal/test_module.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

tests/llmobs/test_experiments.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[JSONType]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["tag_operations"]` and `Sequence[Divergent] | int | float | ... omitted 3 union elements`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["tag_operations"]` and `JSONType`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["add"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["set"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[JSONType]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["replace"]` and `Unknown | Sequence[JSONType] | int | ... omitted 3 union elements`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["tag_operations"]` and `Sequence[Divergent] | int | float | ... omitted 3 union elements`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["tag_operations"]` and `JSONType`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["tags"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["tags"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[JSONType]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["tag_operations"]` and `Sequence[Divergent] | int | float | ... omitted 3 union elements`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["tag_operations"]` and `JSONType`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[JSONType]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["add"]` and `Unknown | Sequence[JSONType] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[JSONType]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["set"]` and `Unknown | Sequence[JSONType] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["tag_operations"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[JSONType]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> JSONType, (index: slice[int | None, int | None, int | None], /) -> Sequence[JSONType]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[JSONType]`

tests/llmobs/test_llm_judge.py

[error] invalid-argument-type - Argument to `LLMJudge.__init__` is incorrect: Expected `BooleanStructuredOutput | ScoreStructuredOutput | CategoricalStructuredOutput | dict[str, str | int | float | ... omitted 3 union elements] | None`, found `dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str]]] | list[str] | bool]`
[error] invalid-argument-type - Argument to `LLMJudge.__init__` is incorrect: Expected `StructuredOutput | None`, found `dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str]]] | list[str] | bool]`
[error] invalid-argument-type - Argument to `LLMJudge.__init__` is incorrect: Expected `BooleanStructuredOutput | ScoreStructuredOutput | CategoricalStructuredOutput | dict[str, str | int | float | ... omitted 3 union elements] | None`, found `dict[str, str | dict[str, dict[str, str]] | list[str] | bool]`
[error] invalid-argument-type - Argument to `LLMJudge.__init__` is incorrect: Expected `StructuredOutput | None`, found `dict[str, str | dict[str, dict[str, str]] | list[str] | bool]`

tests/llmobs/test_prompts.py

[error] invalid-argument-type - Argument to bound method `LLMObs.get_prompt` is incorrect: Expected `PromptFallback`, found `list[dict[str, str]]`

tests/profiling/collector/test_threading.py

[error] unresolved-attribute - Object of type `LockType | RLock | Semaphore | Condition` has no attribute `is_internal`
[error] unresolved-attribute - Object of type `LockTypeInst` has no attribute `is_internal`
[error] unresolved-attribute - Object of type `LockType | RLock | Semaphore | Condition` has no attribute `is_internal`
[error] unresolved-attribute - Object of type `LockTypeInst` has no attribute `is_internal`
[error] unresolved-attribute - Object of type `LockType | RLock | Semaphore | Condition` has no attribute `_cond`
[error] unresolved-attribute - Object of type `LockTypeInst` has no attribute `_cond`

tests/tracer/test_encoders.py

[error] invalid-argument-type - Argument to `SpanLink.__init__` is incorrect: Expected `Mapping[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, str | int | list[int | list[str | int | set[str]]]]`
[error] invalid-argument-type - Argument to `SpanLink.__init__` is incorrect: Expected `Mapping[str, _AttributeValueType] | None`, found `dict[str, str | int | list[int | list[str | int | set[str]]]]`
[error] invalid-argument-type - Argument to `SpanLink.__init__` is incorrect: Expected `Mapping[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, str | list[str | int | list[str | int | set[str]]]]`
[error] invalid-argument-type - Argument to `SpanLink.__init__` is incorrect: Expected `Mapping[str, _AttributeValueType] | None`, found `dict[str, str | list[str | int | list[str | int | set[str]]]]`

tests/tracer/test_span.py

[error] invalid-argument-type - Argument to `SpanLink.__init__` is incorrect: Expected `Mapping[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, str | list[int | list[str | int | list[str]]]]`
[error] invalid-argument-type - Argument to `SpanLink.__init__` is incorrect: Expected `Mapping[str, _AttributeValueType] | None`, found `dict[str, str | list[int | list[str | int | list[str]]]]`

tests/tracer/test_span_tags.py

[error] invalid-argument-type - Argument to bound method `Span.set_metric` is incorrect: Expected `int | float`, found `Literal["12.34"]`
[error] invalid-argument-type - Argument to bound method `Span.set_metric` is incorrect: Expected `NumericType`, found `Literal["12.34"]`
[error] invalid-argument-type - Argument to bound method `Span.set_metric` is incorrect: Expected `int | float`, found `None | dict[Unknown, Unknown] | list[Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `Span.set_metric` is incorrect: Expected `NumericType`, found `None | dict[Unknown, Unknown] | list[Unknown] | ... omitted 5 union elements`

tests/tracer/utils_botocore/test_span_pointers.py

[error] invalid-argument-type - Argument is incorrect: Expected `_DynamoDBPutRequestWriteRequest | _DynamoDBDeleteRequestWriteRequest`, found `dict[str, dict[str, dict[str, dict[str, str]]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_DynamoDBWriteRequest`, found `dict[str, dict[str, dict[str, dict[str, str]]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_DynamoDBPutRequestWriteRequest | _DynamoDBDeleteRequestWriteRequest`, found `dict[str, dict[str, dict[str, dict[str, str]]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_DynamoDBWriteRequest`, found `dict[str, dict[str, dict[str, dict[str, str]]]]`

dedupe (https://github.com/dedupeio/dedupe)

dedupe/api.py

[error] invalid-assignment - Object of type `list[tuple[tuple[int, int], int | float] | tuple[tuple[str, str], int | float] | ndarray[Unknown, dtype[Any]]]` is not assignable to `Iterable[ndarray[Unknown, dtype[Any]]] | Iterable[tuple[tuple[int, int], int | float]] | Iterable[tuple[tuple[str, str], int | float]]`
[error] invalid-assignment - Object of type `list[tuple[tuple[int, int], int | float] | tuple[tuple[str, str], int | float] | ndarray[Unknown, dtype[Any]]]` is not assignable to `Links`

discord.py (https://github.com/Rapptz/discord.py)

discord/app_commands/commands.py

[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `ContextMenuCallback` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `ContextMenuCallback` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `ContextMenuCallback` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `ContextMenuCallback` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
[error] unresolved-attribute - Object of type `ContextMenuCallback` has no attribute `__name__`

discord/app_commands/tree.py

[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
[error] unresolved-attribute - Object of type `ContextMenuCallback` has no attribute `__name__`

discord/asset.py

[error] invalid-argument-type - Argument to `Asset.__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
[error] invalid-argument-type - Argument to `Asset.__init__` is incorrect: Expected `_State`, found `Any | None | ConnectionState[Client] | _WebhookState`
[error] invalid-argument-type - Argument to `Asset.__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
[error] invalid-argument-type - Argument to `Asset.__init__` is incorrect: Expected `_State`, found `Any | None | ConnectionState[Client] | _WebhookState`
[error] invalid-argument-type - Argument to `Asset.__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
[error] invalid-argument-type - Argument to `Asset.__init__` is incorrect: Expected `_State`, found `Any | None | ConnectionState[Client] | _WebhookState`

discord/client.py

[error] invalid-argument-type - Argument to bound method `str.format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `str.format_map` is incorrect: Expected `_FormatMapMapping`, found `Channel`

discord/components.py

[error] invalid-argument-type - Invalid argument to key "components" with declared type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 4 union elements]` on TypedDict `ContainerComponent`: value of type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 13 union elements]`
[error] invalid-argument-type - Invalid argument to key "components" with declared type `list[ContainerChildComponent]` on TypedDict `ContainerComponent`: value of type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 13 union elements]`
[error] invalid-argument-type - Argument to `ActionRow.__init__` is incorrect: Expected `ActionRow`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 13 union elements`
[error] invalid-argument-type - Argument to `ActionRow.__init__` is incorrect: Expected `ActionRow`, found `Component`

discord/ext/commands/context.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

discord/ext/commands/converter.py

[error] invalid-argument-type - Argument to `PartialMessage.__init__` is incorrect: Expected `TextChannel | VoiceChannel | StageChannel | ... omitted 4 union elements`, found `(VoiceChannel & ~AlwaysFalsy) | (StageChannel & ~AlwaysFalsy) | (ForumChannel & Messageable & ~AlwaysFalsy) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `PartialMessage.__init__` is incorrect: Expected `MessageableChannel`, found `(VoiceChannel & ~AlwaysFalsy) | (StageChannel & ~AlwaysFalsy) | (ForumChannel & Messageable & ~AlwaysFalsy) | ... omitted 5 union elements`

discord/ext/commands/help.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

discord/guild.py

[error] invalid-argument-type - Argument to `ForumChannel.__init__` is incorrect: Expected `ForumChannel | MediaChannel`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `ForumChannel.__init__` is incorrect: Expected `ForumChannel | MediaChannel`, found `GuildChannel`
[error] invalid-argument-type - Argument to bound method `str.format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `str.format_map` is incorrect: Expected `_FormatMapMapping`, found `Channel`

discord/http.py

[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `LooseHeaders | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `Query`, found `BasicAuth | None | str | ... omitted 4 union elements`

discord/interactions.py

[error] invalid-assignment - Object of type `(Guild & ~AlwaysTruthy) | VoiceChannel | StageChannel | ... omitted 5 union elements` is not assignable to attribute `channel` of type `VoiceChannel | StageChannel | TextChannel | ... omitted 6 union elements`
[error] invalid-assignment - Object of type `(Guild & ~AlwaysTruthy) | VoiceChannel | StageChannel | ... omitted 5 union elements` is not assignable to attribute `channel` of type `InteractionChannel | None`

discord/state.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[VoiceChannel | StageChannel | ForumChannel | ... omitted 5 union elements, Guild | None]`, found `tuple[(DMChannel & ~AlwaysFalsy) | (Guild & ~AlwaysTruthy & ~AlwaysFalsy) | (VoiceChannel & ~AlwaysFalsy) | ... omitted 6 union elements, Guild | None]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Channel | Thread, Guild | None]`, found `tuple[(DMChannel & ~AlwaysFalsy) | (Guild & ~AlwaysTruthy & ~AlwaysFalsy) | (VoiceChannel & ~AlwaysFalsy) | ... omitted 6 union elements, Guild | None]`

discord/ui/select.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_values"]` and value of type `(Any & Sequence[SelectDefaultValue | Object | Role | ... omitted 7 union elements]) | list[SelectDefaultValue]` on object of type `dict[str, str | None | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_values"]` and value of type `(Any & Sequence[ValidDefaultValues]) | list[SelectDefaultValue]` on object of type `dict[str, str | None | int]`

django-stubs (https://github.com/typeddjango/django-stubs)

tests/assert_type/db/migrations/test_operations.py

[error] invalid-argument-type - Argument to `RunSQL.__init__` is incorrect: Expected `_SqlOperations | None`, found `list[str]`
[error] invalid-argument-type - Argument to `RunSQL.__init__` is incorrect: Expected `_SqlOperations | None`, found `list[str | tuple[str, tuple[str]]]`
[error] invalid-argument-type - Argument to `RunSQL.__init__` is incorrect: Expected `_SqlOperations | None`, found `list[str | tuple[str, None]]`
[error] invalid-argument-type - Argument to `RunSQL.__init__` is incorrect: Expected `_SqlOperations | None`, found `list[str | tuple[str, dict[str, str]]]`
[error] invalid-argument-type - Argument to `RunSQL.__init__` is incorrect: Expected `_SqlOperations | None`, found `list[str | tuple[str, list[str]]]`

dragonchain (https://github.com/dragonchain/dragonchain)

dragonchain/lib/database/redis.py

[error] invalid-argument-type - Argument to bound method `SortedSetCommands.zadd` is incorrect: Expected `Mapping[str | bytes, bytes | int | float | str]`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `SortedSetCommands.zadd` is incorrect: Expected `Mapping[_Key, _Value]`, found `dict[str, int]`

dragonchain/lib/database/redis_utest.py

[error] unresolved-attribute - Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].set(name: _Key, value: _Value, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].set(name: _Key, value: _Value, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].get(name: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].get(name: _Key) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].delete(*names: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].delete(*names: _Key) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].hdel(name: str | bytes, *keys: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].hdel(name: _Key, *keys: _Key) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].lpush(name: bytes | int | float | str, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].lpush(name: _Value, *values: _Value) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].rpush(name: bytes | int | float | str, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].rpush(name: _Value, *values: _Value) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].delete(*names: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].delete(*names: _Key) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `Overload[(name: str | bytes, key: str | bytes, value: bytes | int | float | str, mapping: Mapping[str | bytes, bytes | int | float | str] | None = None, items: Any | None = None) -> int, (name: str | bytes, key: None, value: None, mapping: Mapping[str | bytes, bytes | int | float | str], items: Any | None = None) -> int, (name: str | bytes, *, mapping: Mapping[str | bytes, bytes | int | float | str], items: Any | None = None) -> int]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `Overload[(name: _Key, key: _Key, value: _Value, mapping: Mapping[_Key, _Value] | None = None, items: Any | None = None) -> int, (name: _Key, key: None, value: None, mapping: Mapping[_Key, _Value], items: Any | None = None) -> int, (name: _Key, *, mapping: Mapping[_Key, _Value], items: Any | None = None) -> int]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `Overload[(keys: Iterable[bytes | int | float | str] | int | float, timeout: Literal[0] | None = 0) -> tuple[Unknown, Unknown], (keys: Iterable[bytes | int | float | str] | int | float, timeout: int | float) -> tuple[Unknown, Unknown] | None]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `Overload[(keys: _Value | Iterable[_Value], timeout: Literal[0] | None = 0) -> tuple[Unknown, Unknown], (keys: _Value | Iterable[_Value], timeout: int | float) -> tuple[Unknown, Unknown] | None]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].get(name: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].get(name: _Key) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].lindex(name: str | bytes, index: int) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].lindex(name: _Key, index: int) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].set(name: _Key, value: _Value, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].ltrim(name: str | bytes, start: int, end: int) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].ltrim(name: _Key, start: int, end: int) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].hget(name: str | bytes, key: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].hget(name: _Key, key: _Key) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].sadd(name: str | bytes, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].sadd(name: _Key, *values: _Value) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].sismember(name: str | bytes, value: bytes | int | float | str) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].sismember(name: _Key, value: _Value) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].smembers(name: str | bytes) -> set[Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].smembers(name: _Key) -> set[Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].srem(name: str | bytes, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].srem(name: _Key, *values: _Value) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].lrange(name: str | bytes, start: int, end: int) -> list[Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].lrange(name: _Key, start: int, end: int) -> list[Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].llen(name: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].llen(name: _Key) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].hgetall(name: str | bytes) -> dict[Unknown, Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].hgetall(name: _Key) -> dict[Unknown, Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].hexists(name: str | bytes, key: str | bytes) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].hexists(name: _Key, key: _Key) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].zadd(name: str | bytes, mapping: Mapping[str | bytes, bytes | int | float | str], nx: bool = False, xx: bool = False, ch: bool = False, incr: bool = False, gt: Any | None = False, lt: Any | None = False) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method Redis[Unknown].zadd(name: _Key, mapping: Mapping[_Key, _Value], nx: bool = False, xx: bool = False, ch: bool = False, incr: bool = False, gt: Any | None = False, lt: Any | None = False) -> int` has no attribute `assert_called_once_with`

dragonchain/lib/database/redisearch.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

dragonchain/lib/dto/transaction_model.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

dulwich (https://github.com/dulwich/dulwich)

dulwich/client.py

[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `_TYPE_BODY | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `_TYPE_FIELDS | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `_TYPE_BODY | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `_TYPE_FIELDS | None`, found `dict[str | Unknown, str | Unknown] | bool`

dulwich/object_store.py

[error] invalid-argument-type - Argument to `DeltaChainIterator.__init__` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_thin_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to `DeltaChainIterator.__init__` is incorrect: Expected `((bytes, /) -> tuple[int, OldUnpackedObject]) | None`, found `bound method Self@add_thin_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `DeltaChainIterator.for_pack_data` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `DeltaChainIterator.for_pack_data` is incorrect: Expected `((bytes, /) -> tuple[int, OldUnpackedObject]) | None`, found `bound method Self@add_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `DeltaChainIterator.for_pack_data` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `DeltaChainIterator.for_pack_data` is incorrect: Expected `((bytes, /) -> tuple[int, OldUnpackedObject]) | None`, found `bound method Self@add_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`

dulwich/porcelain/__init__.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | int`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | (PathLike[str] & ~bytes) | int`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (BinaryIO & PathLike[object])`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `FileDescriptorOrPath`, found `str | PathLike[str] | (BinaryIO & PathLike[object])`

dulwich/stash.py

[error] invalid-argument-type - Argument to function `build_file_from_blob` is incorrect: Expected `((str | bytes | PathLike[str], str | bytes | PathLike[str], /) -> None) | None`, found `(def symlink(src: str | bytes | PathLike[str] | PathLike[bytes], dst: str | bytes | PathLike[str] | PathLike[bytes], target_is_directory: bool = False, *, dir_fd: int | None = None) -> None) | (def symlink_fn(src: str | bytes, dst: str | bytes, target_is_directory: bool = False, *, dir_fd: int | None = None) -> None)`
[error] invalid-argument-type - Argument to function `build_file_from_blob` is incorrect: Expected `((str | bytes | PathLike[str], str | bytes | PathLike[str], /) -> None) | None`, found `(def symlink(src: StrOrBytesPath, dst: StrOrBytesPath, target_is_directory: bool = False, *, dir_fd: int | None = None) -> None) | (def symlink_fn(src: str | bytes, dst: str | bytes, target_is_directory: bool = False, *, dir_fd: int | None = None) -> None)`

dulwich/worktree.py

[error] invalid-argument-type - Argument to function `fsencode` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | (PathLike[str] & ~bytes) | int`
[error] invalid-argument-type - Argument to function `fsencode` is incorrect: Expected `StrOrBytesPath`, found `str | (PathLike[str] & ~bytes) | int`
[error] invalid-argument-type - Argument to function `build_index_from_tree` is incorrect: Expected `((str | bytes | PathLike[str], str | bytes | PathLike[str], /) -> None) | None`, found `(def symlink(src: str | bytes | PathLike[str] | PathLike[bytes], dst: str | bytes | PathLike[str] | PathLike[bytes], target_is_directory: bool = False, *, dir_fd: int | None = None) -> None) | (def symlink_fn(src: str | bytes, dst: str | bytes, target_is_directory: bool = False, *, dir_fd: int | None = None) -> None)`
[error] invalid-argument-type - Argument to function `build_index_from_tree` is incorrect: Expected `((str | bytes | PathLike[str], str | bytes | PathLike[str], /) -> None) | None`, found `(def symlink(src: StrOrBytesPath, dst: StrOrBytesPath, target_is_directory: bool = False, *, dir_fd: int | None = None) -> None) | (def symlink_fn(src: str | bytes, dst: str | bytes, target_is_directory: bool = False, *, dir_fd: int | None = None) -> None)`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/declarations.py

[error] invalid-assignment - Object of type `list[Declarations]` is not assignable to `tuple[HasDeclarations | None | Declarations, ...]`
[error] invalid-assignment - Object of type `list[Declarations]` is not assignable to `tuple[DeclarationsLike, ...]`

python/egglog/egraph.py

[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_RewriteBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `DeclarationsLike`, found `EXPR@_RewriteBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_BirewriteBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `DeclarationsLike`, found `EXPR@_BirewriteBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_EqBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `DeclarationsLike`, found `BASE_EXPR@_EqBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_NeBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `DeclarationsLike`, found `BASE_EXPR@_NeBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_SetBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `DeclarationsLike`, found `BASE_EXPR@_SetBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_UnionBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `DeclarationsLike`, found `EXPR@_UnionBuilder`

python/egglog/egraph_state.py

[error] invalid-argument-type - Argument to constructor `Call.__new__` is incorrect: Expected `list[Lit | Var | Call]`, found `list[Var]`
[error] invalid-argument-type - Argument to constructor `Call.__new__` is incorrect: Expected `list[_Expr]`, found `list[Var]`
[error] invalid-argument-type - Argument to constructor `Sort.__new__` is incorrect: Expected `tuple[str, list[Lit | Var | Call]] | None`, found `tuple[str & ~AlwaysFalsy, list[Lit | Var | Call] | list[Var]]`
[error] invalid-argument-type - Argument to constructor `Sort.__new__` is incorrect: Expected `tuple[str, list[_Expr]] | None`, found `tuple[str & ~AlwaysFalsy, list[_Expr] | list[Var]]`

python/egglog/examples/jointree.py

[error] invalid-argument-type - Argument to function `rule` is incorrect: Expected `Fact | BaseExpr`, found `bool`
[error] invalid-argument-type - Argument to function `rule` is incorrect: Expected `FactLike`, found `bool`
[error] invalid-argument-type - Argument to function `rule` is incorrect: Expected `Fact | BaseExpr`, found `bool`
[error] invalid-argument-type - Argument to function `rule` is incorrect: Expected `FactLike`, found `bool`
[error] invalid-argument-type - Argument to function `rule` is incorrect: Expected `Fact | BaseExpr`, found `bool`
[error] invalid-argument-type - Argument to function `rule` is incorrect: Expected `FactLike`, found `bool`

python/egglog/exp/array_api.py

[error] invalid-assignment - Object of type `TupleNDArray` is not assignable to `TupleValue | Vec[Value] | tuple[Value | Int | i64 | ... omitted 5 union elements, ...] | ... omitted 4 union elements`
[error] invalid-assignment - Object of type `TupleNDArray` is not assignable to `TupleValueLike`
[error] unresolved-attribute - Attribute `length` is not defined on `tuple[Value | Int | i64 | ... omitted 5 union elements, ...]`, `list[Value | Int | i64 | ... omitted 5 union elements]`, `list[Int | i64 | int]` in union `TupleValue | Vec[Value] | tuple[Value | Int | i64 | ... omitted 5 union elements, ...] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `length` is not defined on `tuple[ValueLike, ...]`, `list[ValueLike]`, `tuple[IntLike, ...]`, `list[IntLike]` in union `TupleValueLike`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Vec[Int].__getitem__(index: i64 | int) -> Int` cannot be called with key of type `Int` on object of type `Vec[Int]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Vec[Int].__getitem__(index: i64Like) -> Int` cannot be called with key of type `Int` on object of type `Vec[Int]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Vec[Value].__getitem__(index: i64 | int) -> Value` cannot be called with key of type `Int` on object of type `Vec[Value]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Vec[Value].__getitem__(index: i64Like) -> Value` cannot be called with key of type `Int` on object of type `Vec[Value]`

python/egglog/exp/polynomials.py

[error] invalid-argument-type - Argument to `NDArray.__init__` is incorrect: Expected `RecursiveValueLike`, found `list[Value]`
[error] invalid-argument-type - Argument to `NDArray.__init__` is incorrect: Expected `RecursiveValueLike`, found `list[Value]`
[error] invalid-argument-type - Argument to `NDArray.__init__` is incorrect: Expected `RecursiveValueLike`, found `list[Value]`

python/egglog/runtime.py

[error] invalid-argument-type - Argument to bound method `RuntimeFunction.__call__` is incorrect: Expected `tuple[TypeVarRef | TypeRefWithVars, ...] | None`, found `object`
[error] invalid-argument-type - Argument to bound method `RuntimeFunction.__call__` is incorrect: Expected `tuple[TypeOrVarRef, ...] | None`, found `object`

python/tests/test_array_api.py

[error] invalid-argument-type - Argument to `NDArray.__init__` is incorrect: Expected `RecursiveValueLike`, found `list[int]`
[error] invalid-argument-type - Argument to `NDArray.__init__` is incorrect: Expected `RecursiveValueLike`, found `list[int]`
[error] invalid-argument-type - Argument to `NDArray.__init__` is incorrect: Expected `RecursiveValueLike`, found `list[list[int | float]]`
[error] invalid-argument-type - Argument to `NDArray.__init__` is incorrect: Expected `RecursiveValueLike`, found `list[int | float]`

python/tests/test_high_level.py

[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Vec[Unknown] | int'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'V'>`

freqtrade (https://github.com/freqtrade/freqtrade)

freqtrade/optimize/hyperopt_loss/hyperopt_loss_sharpe_daily.py

[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments

freqtrade/optimize/hyperopt_loss/hyperopt_loss_sortino_daily.py

[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments

freqtrade/configuration/configuration.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Any | None`

freqtrade/data/converter/orderflow.py

[error] unsupported-operator - Operator `-` is not supported between two objects of type `str | bytes | date | ... omitted 9 union elements`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Scalar`

freqtrade/data/dataprovider.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Timedelta`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Timedelta`

freqtrade/data/entryexitanalysis.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | None] | None) -> Series[Any], (idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]] | tuple[slice[Any, Any, Any], tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> Series[Any] | DataFrame, [HashableT](key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[Hashable, Literal["enter_tag"]]` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[[ScalarT](idx: tuple[int | StrLike | Timestamp | tuple[Scalar, ...] | ((DataFrame, /) -> ScalarT), int | StrLike | tuple[Scalar, ...]]) -> Scalar, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | None] | None) -> Series[Any], (idx: Scalar) -> Series[Any] | DataFrame, (idx: tuple[Scalar, slice[Any, Any, Any]] | tuple[slice[Any, Any, Any], tuple[Scalar, ...]]) -> Series[Any] | DataFrame, [HashableT](key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[Hashable, Literal["enter_tag"]]` on object of type `_LocIndexerFrame[DataFrame]`

freqtrade/data/metrics.py

[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Scalar`
[error] invalid-argument-type - Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `Timestamp`, found `Scalar`
[error] invalid-argument-type - Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `Timestamp`, found `Scalar`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Scalar`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Scalar`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Scalar`
[error] invalid-argument-type - Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `Timestamp`, found `Scalar`

freqtrade/freqtradebot.py

[error] invalid-argument-type - Argument to bound method `RPCManager.send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `RPCManager.send_msg` is incorrect: Expected `RPCSendMsg`, found `dict[str, str]`

freqtrade/optimize/analysis/lookahead.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(idx: int | signedinteger[_64Bit] | integer[Any] | signedinteger[_8Bit]) -> Any, (key: Index[Any] | Series[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[Any]]` cannot be called with key of type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` on object of type `_iLocIndexerSeries[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(idx: IndexingInt) -> Any, (key: Index[Any] | Series[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[Any]]` cannot be called with key of type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` on object of type `_iLocIndexerSeries[Any]`

freqtrade/optimize/backtesting.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | float | None, int]`, found `tuple[str | bytes | date | ... omitted 10 union elements, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | float | None, int]`, found `tuple[Scalar | Series[Any], Unknown]`
[error] invalid-argument-type - Argument to bound method `Series.replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `list[int | None]`
[error] invalid-argument-type - Argument to bound method `Series.replace` is incorrect: Expected `Sequence[Scalar | Pattern[str]] | NAType | date | ... omitted 13 union elements`, found `list[int | None]`

freqtrade/optimize/optimize_reports/optimize_reports.py

[error] unresolved-attribute - Attribute `strftime` is not defined on `str`, `bytes`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `str | bytes | date | ... omitted 9 union elements`
[error] unresolved-attribute - Attribute `strftime` is not defined on `str`, `bytes`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `Scalar`
[error] unresolved-attribute - Object of type `str | bytes | date | ... omitted 9 union elements` has no attribute `timestamp`
[error] unresolved-attribute - Object of type `Scalar` has no attribute `timestamp`
[error] unresolved-attribute - Attribute `strftime` is not defined on `str`, `bytes`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `str | bytes | date | ... omitted 9 union elements`
[error] unresolved-attribute - Attribute `strftime` is not defined on `str`, `bytes`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `Scalar`
[error] unresolved-attribute - Object of type `str | bytes | date | ... omitted 9 union elements` has no attribute `timestamp`
[error] unresolved-attribute - Object of type `Scalar` has no attribute `timestamp`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Scalar`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Scalar`

freqtrade/plot/plotting.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | None] | None) -> Series[Any], (idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]] | tuple[slice[Any, Any, Any], tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> Series[Any] | DataFrame, [HashableT](key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[datetime, Literal["cum_profit"]]` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[[ScalarT](idx: tuple[int | StrLike | Timestamp | tuple[Scalar, ...] | ((DataFrame, /) -> ScalarT), int | StrLike | tuple[Scalar, ...]]) -> Scalar, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | None] | None) -> Series[Any], (idx: Scalar) -> Series[Any] | DataFrame, (idx: tuple[Scalar, slice[Any, Any, Any]] | tuple[slice[Any, Any, Any], tuple[Scalar, ...]]) -> Series[Any] | DataFrame, [HashableT](key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[datetime, Literal["cum_profit"]]` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | None] | None) -> Series[Any], (idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]] | tuple[slice[Any, Any, Any], tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> Series[Any] | DataFrame, [HashableT](key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[datetime, Literal["cum_profit"]]` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[[ScalarT](idx: tuple[int | StrLike | Timestamp | tuple[Scalar, ...] | ((DataFrame, /) -> ScalarT), int | StrLike | tuple[Scalar, ...]]) -> Scalar, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | None] | None) -> Series[Any], (idx: Scalar) -> Series[Any] | DataFrame, (idx: tuple[Scalar, slice[Any, Any, Any]] | tuple[slice[Any, Any, Any], tuple[Scalar, ...]]) -> Series[Any] | DataFrame, [HashableT](key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[datetime, Literal["cum_profit"]]` on object of type `_LocIndexerFrame[DataFrame]`

freqtrade/rpc/rpc.py

[error] invalid-argument-type - Argument to function `read_sql` is incorrect: Expected `str | ConnectionEventsTarget | sqlite3.Connection`, found `Engine | sqlalchemy.engine.base.Connection | None`
[error] invalid-argument-type - Argument to function `read_sql` is incorrect: Expected `_SQLConnection`, found `Engine | Connection | None`

freqtrade/rpc/telegram.py

[error] invalid-argument-type - Argument to bound method `Telegram._format_entry_msg` is incorrect: Expected `RPCEntryMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Telegram._format_entry_msg` is incorrect: Expected `RPCEntryMsg`, found `RPCSendMsg`
[error] invalid-argument-type - Argument to bound method `Telegram._format_exit_msg` is incorrect: Expected `RPCExitMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Telegram._format_exit_msg` is incorrect: Expected `RPCExitMsg`, found `RPCSendMsg`
[error] invalid-argument-type - Argument to bound method `Telegram._exchange_from_msg` is incorrect: Expected `RPCEntryMsg | RPCExitMsg | RPCExitCancelMsg | RPCCancelMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Telegram._exchange_from_msg` is incorrect: Expected `RPCOrderMsg`, found `RPCSendMsg`

freqtrade/util/rich_tables.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> TextOrString, (index: slice[int | None, int | None, int | None], /) -> Sequence[TextOrString]]` cannot be called with key of type `str` on object of type `Sequence[TextOrString]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> TextOrString, (index: slice[int | None, int | None, int | None], /) -> Sequence[TextOrString]]` cannot be called with key of type `str` on object of type `Sequence[TextOrString]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> TextOrString, (index: slice[int | None, int | None, int | None], /) -> Sequence[TextOrString]]` cannot be called with key of type `str` on object of type `Sequence[TextOrString]`

graphql-core (https://github.com/graphql-python/graphql-core)

src/graphql/utilities/type_info.py

[error] no-matching-overload - No overload of function `get_nullable_type` matches arguments

src/graphql/execution/execute.py

[error] invalid-assignment - Object of type `BoxedAwaitableOrValue[CoroutineType[Any, Any, SuccessfulExecutionGroup | FailedExecutionGroup] | SuccessfulExecutionGroup | FailedExecutionGroup]` is not assignable to attribute `result` of type `BoxedAwaitableOrValue[SuccessfulExecutionGroup | FailedExecutionGroup] | (() -> BoxedAwaitableOrValue[SuccessfulExecutionGroup | FailedExecutionGroup])`
[error] invalid-assignment - Object of type `BoxedAwaitableOrValue[CoroutineType[Any, Any, CompletedExecutionGroup] | SuccessfulExecutionGroup | FailedExecutionGroup]` is not assignable to attribute `result` of type `BoxedAwaitableOrValue[CompletedExecutionGroup] | (() -> BoxedAwaitableOrValue[CompletedExecutionGroup])`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult] | StreamItemResult]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StreamItemRecord`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult] | StreamItemResult]`

src/graphql/execution/incremental_graph.py

[error] invalid-argument-type - Argument to bound method `IncrementalGraph._enqueue` is incorrect: Expected `SuccessfulExecutionGroup | FailedExecutionGroup | StreamItemsResult`, found `object`
[error] invalid-argument-type - Argument to bound method `IncrementalGraph._enqueue` is incorrect: Expected `IncrementalDataRecordResult`, found `object`

src/graphql/utilities/build_client_schema.py

[error] invalid-assignment - Object of type `dict[str, ((IntrospectionScalarType | IntrospectionObjectType | IntrospectionInterfaceType | ... omitted 3 union elements, /) -> GraphQLNamedType) | ((scalar_introspection: IntrospectionScalarType) -> GraphQLScalarType) | ((object_introspection: IntrospectionObjectType) -> GraphQLObjectType) | ... omitted 4 union elements]` is not assignable to `dict[str, (IntrospectionScalarType | IntrospectionObjectType | IntrospectionInterfaceType | ... omitted 3 union elements, /) -> GraphQLNamedType]`
[error] invalid-assignment - Object of type `dict[str, ((IntrospectionType, /) -> GraphQLNamedType) | ((scalar_introspection: IntrospectionScalarType) -> GraphQLScalarType) | ((object_introspection: IntrospectionObjectType) -> GraphQLObjectType) | ... omitted 4 union elements]` is not assignable to `dict[str, (IntrospectionType, /) -> GraphQLNamedType]`

src/graphql/utilities/lexicographic_sort_schema.py

[error] invalid-argument-type - Argument to `GraphQLNonNull.__init__` is incorrect: Argument type `GraphQLList[Unknown] | GraphQLNonNull[Unknown] | GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to `GraphQLNonNull.__init__` is incorrect: Argument type `GraphQLList[Unknown] | GraphQLNonNull[Unknown] | GraphQLNamedType` does not satisfy upper bound `GraphQLNullableType` of type variable `GNT_co`

src/graphql/validation/rules/values_of_correct_type.py

[error] no-matching-overload - No overload of function `get_nullable_type` matches arguments

tests/type/test_validation.py

[error] invalid-argument-type - Argument to `GraphQLNonNull.__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to `GraphQLNonNull.__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLNullableType` of type variable `GNT_co`

hydpy (https://github.com/hydpy-dev/hydpy)

hydpy/auxs/calibtools.py

[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to `timedelta | Sequence[timedelta | str | Period | None] | Period | None`
[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to `PeriodConstrArg | None | Sequence[PeriodConstrArg | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Any]`, found `timedelta | Sequence[timedelta | str | Period | None] | Period | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Any]`, found `timedelta | Period | Sequence[PeriodConstrArg | None] | None`

hydpy/auxs/iuhtools.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[int] | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int] | tuple[Any, ...], Unknown]]` cannot be called with key of type `bool` on object of type `VectorFloatFlex@__call__`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[int] | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int] | tuple[Any, ...], Unknown]]` cannot be called with key of type `bool` on object of type `VectorFloatFlex@__call__`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[int] | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int] | tuple[Any, ...], Unknown]]` cannot be called with key of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` on object of type `VectorFloatFlex@__call__`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[int] | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int] | tuple[Any, ...], Unknown]]` cannot be called with key of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` on object of type `VectorFloatFlex@__call__`

hydpy/core/autodoctools.py

[error] invalid-argument-type - Argument to function `findsource` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to function `findsource` is incorrect: Expected `_SourceObjectType`, found `object`

hydpy/core/objecttools.py

[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to `NestedFloat`
[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to `NestedFloat`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[NestedFloat] | int | float | ndarray[tuple[Any, ...], dtype[float64]] | Mapping[str, NestedFloat]`
[error] not-iterable - Object of type `_T_co@zip` is not iterable
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Sequence[NestedFloat] | int | float | ndarray[tuple[Any, ...], dtype[float64]] | Mapping[str, NestedFloat]`
[error] invalid-argument-type - Argument to function `is_equal` is incorrect: Expected `int | float | ndarray[tuple[Any, ...], dtype[float64]] | Mapping[str, Divergent] | Sequence[Divergent]`, found `object`
[error] invalid-argument-type - Argument to function `is_equal` is incorrect: Expected `int | float | ndarray[tuple[Any, ...], dtype[float64]] | Mapping[str, Divergent] | Sequence[Divergent]`, found `object`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(~str & ~Real) | (Integral & ~str) | (Unknown & ~Real) | (Unknown & Integral) | float`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `(~str & ~Real) | (Integral & ~str) | (Unknown & ~Real) | (Unknown & Integral) | float`
[error] invalid-argument-type - Argument to function `repr_values` is incorrect: Expected `Sequence[object] | ndarray[tuple[int], dtype[generic[Any]]]`, found `(ndarray[tuple[object, ...], dtype[object]] & ~str) | (Sequence[object] & ~str)`
[error] invalid-argument-type - Argument to function `repr_values` is incorrect: Expected `VectorInputObject`, found `(ndarray[tuple[object, ...], dtype[object]] & ~str) | (Sequence[object] & ~str)`

hydpy/core/optiontools.py

[error] invalid-argument-type - Argument is incorrect: Expected `Period`, found `timedelta | str | Period`
[error] invalid-argument-type - Argument is incorrect: Expected `Period`, found `PeriodConstrArg`

hydpy/core/pubtools.py

[error] invalid-argument-type - Argument to `Timegrids.__init__` is incorrect: Expected `Timegrid`, found `Timegrids | Timegrid | tuple[datetime | str | Date, datetime | str | Date, timedelta | str | Period]`
[error] invalid-argument-type - Argument to `Timegrids.__init__` is incorrect: Expected `Timegrid`, found `Timegrids | Timegrid | tuple[DateConstrArg, DateConstrArg, PeriodConstrArg]`

hydpy/core/testtools.py

[error] invalid-assignment - Object of type `<class '_Open'>` is not assignable to attribute `open` of type `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]`
[error] invalid-assignment - Object of type `<class '_Open'>` is not assignable to attribute `open` of type `Overload[(file: FileDescriptorOrPath, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: FileDescriptorOrPath, mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: FileDescriptorOrPath, mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: FileDescriptorOrPath, mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: FileDescriptorOrPath, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]`
[error] invalid-assignment - Object of type `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]` is not assignable to attribute `open` of type `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]`
[error] invalid-assignment - Object of type `Overload[(file: FileDescriptorOrPath, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: FileDescriptorOrPath, mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: FileDescriptorOrPath, mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: FileDescriptorOrPath, mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: FileDescriptorOrPath, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]` is not assignable to attribute `open` of type `Overload[(file: FileDescriptorOrPath, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: FileDescriptorOrPath, mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: FileDescriptorOrPath, mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: FileDescriptorOrPath, mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: FileDescriptorOrPath, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `ElementsConstrArg | None`, found `tuple[Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `ElementsConstrArg | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device, Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `ElementsConstrArg | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device, Device, Device, Device, Device]`

hydpy/core/threadingtools.py

[error] invalid-argument-type - Argument to bound method `Queue.put` is incorrect: Expected `Node | Element`, found `None`
[error] invalid-argument-type - Argument to bound method `Queue.put` is incorrect: Expected `NodeOrElement`, found `None`

hydpy/cythons/modelutils.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type[Any] | str | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type[Any] | str | None`

hydpy/exe/servertools.py

[error] invalid-argument-type - Argument to function `assignrepr_list2` is incorrect: Expected `Sequence[Sequence[object] | ndarray[tuple[int], dtype[generic[Any]]]] | ndarray[tuple[int, int], dtype[generic[Any]]]`, found `int | float | Sequence[object] | ndarray[tuple[int], dtype[generic[Any]]] | ndarray[tuple[int, int], dtype[generic[Any]]]`
[error] invalid-argument-type - Argument to function `assignrepr_list2` is incorrect: Expected `MatrixInputObject`, found `int | float | VectorInputObject | MatrixInputObject`
[error] invalid-argument-type - Argument to function `repr_list` is incorrect: Expected `Sequence[object] | ndarray[tuple[int], dtype[generic[Any]]]`, found `int | float | Sequence[object] | ndarray[tuple[int], dtype[generic[Any]]] | ndarray[tuple[int, int], dtype[generic[Any]]]`
[error] invalid-argument-type - Argument to function `repr_list` is incorrect: Expected `VectorInputObject`, found `int | float | VectorInputObject | MatrixInputObject`

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/_launch.py

[error] invalid-argument-type - Argument to function `_process_dict_overrides` is incorrect: Expected `Mapping[str, None | int | float | ... omitted 4 union elements]`, found `Mapping[str, None | int | float | ... omitted 4 union elements] | (list[str] & Top[Mapping[Unknown, object]])`
[error] invalid-argument-type - Argument to function `_process_dict_overrides` is incorrect: Expected `Mapping[str, OverrideValues]`, found `Mapping[str, OverrideValues] | (list[str] & Top[Mapping[Unknown, object]])`

src/hydra_zen/funcs.py

[error] invalid-assignment - Object of type `(Sequence[str | (((...) -> Any, /) -> ((...) -> Any))] & ~str) | ((((...) -> Any, /) -> ((...) -> Any)) & Sequence[object] & ~str)` is not assignable to `Sequence[str | (((...) -> Any, /) -> ((...) -> Any))]`
[error] invalid-assignment - Object of type `((((...) -> Any, /) -> ((...) -> Any)) & Sequence[object] & ~str) | (Sequence[_WrapperConf] & ~str)` is not assignable to `Sequence[_WrapperConf]`

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-return-type - Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[int | None | float | ... omitted 9 union elements, int | None | float | ... omitted 9 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[_HydraPrimitive | DataClass_ | type[@Todo] | ... omitted 5 union elements, _HydraPrimitive | DataClass_ | type[@Todo] | ... omitted 5 union elements]`

tests/annotations/declarations.py

[error] invalid-key - Unknown key "a" for TypedDict `EmptyDict`
[error] invalid-key - Unknown key "a" for TypedDict `EmptyDict`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] type-assertion-failure - Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[SupportedPrimitive] | StdBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[SupportedPrimitive] | StdBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[SupportedPrimitive] | StdBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 15 union elements] | PBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[SupportedPrimitive] | PBuilds[SupportedPrimitive] | StdBuilds[SupportedPrimitive]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 15 union elements] | PBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[SupportedPrimitive] | PBuilds[SupportedPrimitive] | StdBuilds[SupportedPrimitive]`

ibis (https://github.com/ibis-project/ibis)

ibis/backends/clickhouse/__init__.py

[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/druid/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/exasol/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/impala/tests/test_udf.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `<special-form 'typing.Literal'>`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `<special-form 'typing.Literal'>`

ibis/backends/mysql/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/oracle/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/polars/__init__.py

[error] invalid-argument-type - Argument to bound method `PolarsSchema.from_ibis` is incorrect: Expected `Schema`, found `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - Argument to bound method `PolarsSchema.from_ibis` is incorrect: Expected `Schema`, found `Schema | Mapping[str, IntoDtype] | Iterable[tuple[str, IntoDtype]]`

ibis/backends/postgres/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/risingwave/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/snowflake/tests/test_udf.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Any | None`

ibis/backends/sql/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/sqlite/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/backends/tests/base.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

ibis/backends/trino/__init__.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ListLike | None`, found `Attribute`

ibis/common/graph.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `builtins._ClassInfo`, found `(((Node, /) -> bool) & tuple[object, ...]) | tuple[ibis.common.typing._ClassInfo, ...] | type`

ibis/common/patterns.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `T_co@CoercedTo`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `T_co@CoercedTo`

ibis/common/temporal.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | timedelta | Real`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | timedelta | Real`

ibis/expr/api.py

[error] invalid-argument-type - Argument is incorrect: Expected `Schema`, found `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Schema`, found `IntoSchema | None`
[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `(Iterable[str] & ~AlwaysFalsy) | Attribute | None`
[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ListLike | None`, found `(Iterable[str] & ~AlwaysFalsy) | Attribute | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Schema`, found `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - Argument is incorrect: Expected `Schema`, found `Schema | Mapping[str, IntoDtype] | Iterable[tuple[str, IntoDtype]]`
[error] invalid-argument-type - Argument is incorrect: Expected `Schema`, found `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - Argument is incorrect: Expected `Schema`, found `Schema | Mapping[str, IntoDtype] | Iterable[tuple[str, IntoDtype]]`
[error] invalid-argument-type - Argument is incorrect: Expected `Schema`, found `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - Argument is incorrect: Expected `Schema`, found `Schema | Mapping[str, IntoDtype] | Iterable[tuple[str, IntoDtype]]`

ibis/expr/operations/core.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Any & ~Expr & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `(Any & ~Expr & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(Any & ~Expr & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `(Any & ~Expr & ~Value[object, object]) | None`

ibis/expr/tests/test_schema.py

[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`, found `Literal[5]`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `IntoSchema`, found `Literal[5]`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`, found `<class 'FooSchema'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `IntoSchema`, found `<class 'FooSchema'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`, found `<class 'NamedFoo'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `IntoSchema`, found `<class 'NamedFoo'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`, found `<class 'DataFoo'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `IntoSchema`, found `<class 'DataFoo'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`, found `<class 'PreferenceA'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `IntoSchema`, found `<class 'PreferenceA'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`, found `<class 'PreferenceB'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `IntoSchema`, found `<class 'PreferenceB'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`, found `<class 'PreferenceC'>`
[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `IntoSchema`, found `<class 'PreferenceC'>`

ibis/expr/types/numeric.py

[error] invalid-argument-type - Argument is incorrect: Expected `Value[Numeric, Any] | None`, found `int | float | Decimal | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `Value[Numeric, Any] | None`, found `Number | NumericValue | Deferred | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Value[Numeric, Any] | None`, found `int | float | Decimal | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `Value[Numeric, Any] | None`, found `Number | NumericValue | Deferred | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Value[Numeric | Boolean, Any]`, found `int | float | Decimal | NumericValue | Deferred`
[error] invalid-argument-type - Argument is incorrect: Expected `Value[Numeric | Boolean, Any]`, found `Number | NumericValue | Deferred`

ibis/tests/expr/test_set_operations.py

[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]] | None`, found `<class 'A'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `IntoSchema | None`, found `<class 'A'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]] | None`, found `<class 'B'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `IntoSchema | None`, found `<class 'B'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]] | None`, found `<class 'C'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `IntoSchema | None`, found `<class 'C'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]] | None`, found `<class 'D'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `IntoSchema | None`, found `<class 'D'>`

ibis/tests/expr/test_table.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `<special-form 'typing.Union'>`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `<special-form 'typing.Union'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]] | None`, found `<class 'MyTable'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `IntoSchema | None`, found `<class 'MyTable'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]] | None`, found `<class 'MyTable'>`
[error] invalid-argument-type - Argument to function `table` is incorrect: Expected `IntoSchema | None`, found `<class 'MyTable'>`

ignite (https://github.com/pytorch/ignite)

examples/references/classification/imagenet/main.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | int | float | str`

examples/references/segmentation/pascal_voc2012/main.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | int | float | str`

tests/ignite/conftest.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

tests/ignite/handlers/test_checkpoint.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | Path | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | Path | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | Path | None`

janus (https://github.com/aio-libs/janus)

janus/__init__.py

[error] invalid-argument-type - Argument to function `heappush` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `heappush` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `heappush` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `heappush` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `heappop` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `heappop` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

jax (https://github.com/google/jax)

jax/_src/checkify.py

[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 9 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 9 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: _PyScalar) -> tuple[()], (a: list[_PyScalar] | tuple[_PyScalar, ...]) -> tuple[int], (a: list[list[_PyScalar] | tuple[_PyScalar, ...]] | tuple[list[_PyScalar] | tuple[_PyScalar, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: ArrayLike) -> tuple[Any, ...]]`

jax/_src/core.py

[error] unresolved-attribute - Attribute `_evaluate` is not defined on `int` in union `int | Any`
[error] unresolved-attribute - Attribute `_evaluate` is not defined on `int` in union `DimSize`
[error] invalid-argument-type - Argument to bound method `HiType.dec_rank` is incorrect: Expected `int | None`, found `int | Tracer[Unknown] | Var`
[error] invalid-argument-type - Argument to bound method `HiType.dec_rank` is incorrect: Expected `int | None`, found `AxisSize`
[error] invalid-argument-type - Argument to bound method `HiType.inc_rank` is incorrect: Expected `int | None`, found `int | Tracer[Unknown] | Var`
[error] invalid-argument-type - Argument to bound method `HiType.inc_rank` is incorrect: Expected `int | None`, found `AxisSize`

jax/_src/cudnn/scaled_matmul_stablehlo.py

[error] invalid-argument-type - Argument to function `reshape` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `reshape` is incorrect: Expected `ArrayLike`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `scaled_dot_general_transpose_rhs` is incorrect: Expected `str | type[Any] | dtype[Any] | SupportsDType`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to function `scaled_dot_general_transpose_rhs` is incorrect: Expected `DTypeLike`, found `Unknown | list[Unknown]`

jax/_src/dtypes.py

[error] invalid-assignment - Object of type `(SupportsDType & tuple[object, ...]) | tuple[str | type[Any] | dtype[Any] | SupportsDType, ...]` is not assignable to `tuple[str | type[Any] | dtype[Any] | SupportsDType, ...]`
[error] invalid-assignment - Object of type `(SupportsDType & tuple[object, ...]) | tuple[str | DTypeLike, ...]` is not assignable to `tuple[str | DTypeLike, ...]`

jax/_src/export/shape_poly.py

[error] unresolved-attribute - Attribute `_to_var` is not defined on `int` in union `_DimExpr | int`
[error] unresolved-attribute - Attribute `_to_var` is not defined on `int` in union `DimSize`
[error] unresolved-attribute - Attribute `_evaluate` is not defined on `int` in union `_DimExpr | int`
[error] unresolved-attribute - Attribute `_evaluate` is not defined on `int` in union `DimSize`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `_DimExpr | int`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `DimSize`
[error] unresolved-attribute - Attribute `_evaluate` is not defined on `int` in union `_DimExpr | int`
[error] unresolved-attribute - Attribute `_evaluate` is not defined on `int` in union `DimSize`

jax/_src/export/shape_poly_decision.py

[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `tuple[Comparator, _DimExpr]`, found `tuple[Comparator, _DimExpr | int]`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `tuple[Comparator, _DimExpr]`, found `tuple[Comparator, DimSize]`

jax/_src/ffi.py

[error] invalid-assignment - Object of type `Sequence[int] | Layout | None | Sequence[Sequence[int] | Layout | None]` is not assignable to `Sequence[Sequence[int] | Layout | None] | None`
[error] invalid-assignment - Object of type `FfiLayoutOptions | Sequence[FfiLayoutOptions] | None` is not assignable to `Sequence[FfiLayoutOptions] | None`
[error] invalid-argument-type - Argument to function `_result_avals` is incorrect: Expected `Sequence[DuckTypedArray | AbstractToken]`, found `(DuckTypedArray & Sequence[object]) | (AbstractToken & Sequence[object]) | Sequence[DuckTypedArray | AbstractToken]`
[error] invalid-argument-type - Argument to function `_result_avals` is incorrect: Expected `Sequence[ResultMetadata]`, found `(DuckTypedArray & Sequence[object]) | (AbstractToken & Sequence[object]) | Sequence[ResultMetadata]`
[error] invalid-assignment - Object of type `tuple[Sequence[int] | Layout | None | Sequence[Sequence[int] | Layout | None]]` is not assignable to `Sequence[Sequence[int] | Layout | None] | None`
[error] invalid-assignment - Object of type `tuple[FfiLayoutOptions | Sequence[FfiLayoutOptions] | None]` is not assignable to `Sequence[FfiLayoutOptions] | None`

jax/_src/interpreters/partial_eval.py

[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Var`, found `Var | Literal | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Var`, found `Atom | None`

jax/_src/lax/control_flow/conditionals.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `ArrayLike`

jax/_src/lax/control_flow/solves.py

[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 9 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 9 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: _PyScalar) -> tuple[()], (a: list[_PyScalar] | tuple[_PyScalar, ...]) -> tuple[int], (a: list[list[_PyScalar] | tuple[_PyScalar, ...]] | tuple[list[_PyScalar] | tuple[_PyScalar, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: ArrayLike) -> tuple[Any, ...]]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 9 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 9 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: _PyScalar) -> tuple[()], (a: list[_PyScalar] | tuple[_PyScalar, ...]) -> tuple[int], (a: list[list[_PyScalar] | tuple[_PyScalar, ...]] | tuple[list[_PyScalar] | tuple[_PyScalar, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: ArrayLike) -> tuple[Any, ...]]`

jax/_src/lax/convolution.py

[error] invalid-argument-type - Argument to function `is_constant_shape` is incorrect: Expected `Sequence[int | Any]`, found `Unknown | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - Argument to function `is_constant_shape` is incorrect: Expected `Sequence[DimSize]`, found `Unknown | ndarray[tuple[Any, ...], Unknown]`

jax/_src/nn/functions.py

[error] invalid-argument-type - Argument to function `reshape` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `Unknown | tuple[Unknown, Array]`
[error] invalid-argument-type - Argument to function `reshape` is incorrect: Expected `ArrayLike`, found `Unknown | tuple[Unknown, Array]`

jax/_src/numpy/array_methods.py

[error] invalid-declaration - Cannot declare type `Sequence[int | Any]` for inferred type `int | Any | Sequence[int | Any]`
[error] invalid-declaration - Cannot declare type `Sequence[DimSize]` for inferred type `DimSize | Sequence[DimSize]`
[error] conflicting-declarations - Conflicting declared types for `newshape`: `int | Any | Sequence[int | Any]` and `Unknown`
[error] conflicting-declarations - Conflicting declared types for `newshape`: `DimSize | Sequence[DimSize]` and `Unknown`
[error] invalid-argument-type - Argument to function `canonicalize_shape` is incorrect: Expected `Sequence[int | Any]`, found `int | Any | Sequence[int | Any] | list[int | Any | Sequence[int | Any]]`
[error] invalid-argument-type - Argument to function `canonicalize_shape` is incorrect: Expected `Sequence[DimSize]`, found `int | Any | Sequence[DimSize] | list[DimSize | Sequence[DimSize]]`
[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `ArrayLike`

jax/_src/numpy/index_tricks.py

[error] invalid-assignment - Object of type `(Array & tuple[object, ...]) | (ndarray[tuple[Any, ...], dtype[Any]] & tuple[object, ...]) | (numpy.bool[builtins.bool] & tuple[object, ...]) | (number[Any, int | float | complex] & tuple[object, ...]) | tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 6 union elements, ...]` is not assignable to `tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 6 union elements, ...]`
[error] invalid-assignment - Object of type `(Array & tuple[object, ...]) | (ndarray[tuple[Any, ...], dtype[Any]] & tuple[object, ...]) | (numpy.bool[builtins.bool] & tuple[object, ...]) | (number[Any, int | float | complex] & tuple[object, ...]) | tuple[_IndexType, ...]` is not assignable to `tuple[_IndexType, ...]`

jax/_src/numpy/indexing.py

[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `ArrayLike`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `bool | (int & ndarray[tuple[object, ...], dtype[object]]) | (integer[Any] & ndarray[tuple[object, ...], dtype[object]]) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `ArrayLike`, found `bool | (int & ndarray[tuple[object, ...], dtype[object]]) | (integer[Any] & ndarray[tuple[object, ...], dtype[object]]) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `ArrayLike`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Array | (int & ndarray[tuple[object, ...], dtype[object]]) | (integer[Any] & ndarray[tuple[object, ...], dtype[object]]) | (Sequence[int | integer[Any]] & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]]` and `Literal[0]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Array | (int & ndarray[tuple[object, ...], dtype[object]]) | (integer[Any] & ndarray[tuple[object, ...], dtype[object]]) | (Sequence[AnyInt] & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]]` and `Literal[0]`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `ArrayLike`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `ArrayLike`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `convert_element_type` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `convert_element_type` is incorrect: Expected `ArrayLike`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`

jax/_src/numpy/lax_numpy.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `ArrayLike | list[ArrayLike]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ArrayLike | list[ArrayLike]`
[error] invalid-argument-type - Argument to function `histogram_bin_edges` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `_T@list | Array | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `histogram_bin_edges` is incorrect: Expected `ArrayLike`, found `_T@list | Array | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reshape` is not defined on `int`, `float`, `complex` in union `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `reshape` is not defined on `int`, `float`, `complex` in union `ArrayLike`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | Any | Sequence[int | Any]` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | Any | Sequence[DimSize]` and `Literal[1]`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `ArrayLike`, found `object`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `Unknown | int | Sequence[int | Any]`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `Unknown | DimSize | Sequence[DimSize]`
[error] invalid-argument-type - Argument to function `tile` is incorrect: Expected `Sequence[int]`, found `tuple[int | Unknown | Sequence[int | Any], ...]`
[error] invalid-argument-type - Argument to function `tile` is incorrect: Expected `Sequence[int]`, found `tuple[int | Unknown | Sequence[DimSize], ...]`
[error] invalid-argument-type - Argument to function `_block` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `_block` is incorrect: Expected `ArrayLike | list[ArrayLike]`, found `object | ArrayLike`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `ArrayLike | slice[Any, Any, Any]`

jax/_src/numpy/linalg.py

[error] invalid-argument-type - Argument to function `convert_element_type` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `convert_element_type` is incorrect: Expected `ArrayLike`, found `Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `amax` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `amax` is incorrect: Expected `ArrayLike`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `amin` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `amin` is incorrect: Expected `ArrayLike`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `sum` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - Argument to function `sum` is incorrect: Expected `ArrayLike`, found `Array | Unknown | JitWrapped`

jax/_src/numpy/reductions.py

[error] invalid-assignment - Object of type `object` is not assignable to `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`
[error] invalid-assignment - Object of type `object` is not assignable to `ArrayLike`

jax/_src/numpy/ufuncs.py

[error] unresolved-attribute - Object of type `(Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements, /) -> Array` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(ArrayLike, /) -> Array` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements, Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements, /) -> Array` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(ArrayLike, ArrayLike, /) -> Array` has no attribute `__name__`

jax/_src/numpy/util.py

[error] invalid-argument-type - Argument to function `canonicalize_shape` is incorrect: Expected `Sequence[int | Any]`, found `int | Any | Sequence[int | Any] | tuple[int | (Any & ~tuple[object, ...]) | (Sequence[int | Any] & ~tuple[object, ...])]`
[error] invalid-argument-type - Argument to function `canonicalize_shape` is incorrect: Expected `Sequence[DimSize]`, found `int | Any | Sequence[DimSize] | tuple[int | (Any & ~tuple[object, ...]) | (Sequence[DimSize] & ~tuple[object, ...])]`
[error] invalid-argument-type - Argument to function `shape` is incorrect: Expected `SupportsShape | int | float | complex`, found `SupportsSize | int | float | complex | SupportsShape`
[error] invalid-argument-type - Argument to function `shape` is incorrect: Expected `ArrayLike | SupportsShape`, found `ArrayLike | SupportsSize | SupportsShape`

jax/_src/numpy/vectorize.py

[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 10 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 10 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: _PyScalar) -> tuple[()], (a: list[_PyScalar] | tuple[_PyScalar, ...]) -> tuple[int], (a: list[list[_PyScalar] | tuple[_PyScalar, ...]] | tuple[list[_PyScalar] | tuple[_PyScalar, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: ArrayLike) -> tuple[Any, ...]]`

jax/_src/pallas/core.py

[error] invalid-argument-type - Argument to function `unzip2` is incorrect: Expected `Iterable[tuple[Unknown, Unknown]]`, found `(tuple[tuple[Hashable, int], ...] & ~AlwaysFalsy) | (tuple[int | Array, ...] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `unzip2` is incorrect: Expected `Iterable[tuple[Unknown, Unknown]]`, found `(tuple[tuple[Hashable, int], ...] & ~AlwaysFalsy) | (tuple[GridElement, ...] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `_is_valid_grid_dim` is incorrect: Expected `int | Array`, found `tuple[Hashable, int] | int | Array | Unknown`
[error] invalid-argument-type - Argument to function `_is_valid_grid_dim` is incorrect: Expected `int | Array`, found `tuple[Hashable, int] | GridElement | Unknown`
[error] invalid-assignment - Object of type `tuple[tuple[Hashable, int], ...] | tuple[int | Array, ...] | tuple[Unknown, ...]` is not assignable to attribute `grid` of type `tuple[int | Array, ...]`
[error] invalid-assignment - Object of type `tuple[tuple[Hashable, int], ...] | tuple[GridElement, ...] | tuple[Unknown, ...]` is not assignable to attribute `grid` of type `tuple[GridElement, ...]`
[error] invalid-argument-type - Argument to function `debug_info` is incorrect: Expected `Sequence[Any]`, found `(Sequence[Divergent] & ~Top[dict[Unknown, Unknown]]) | (Mapping[str, Divergent] & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to function `debug_info` is incorrect: Expected `Sequence[Any]`, found `(Sequence[ScratchShape | ScratchShapeTree | None] & ~Top[dict[Unknown, Unknown]]) | (Mapping[str, ScratchShape | ScratchShapeTree] & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to function `debug_info` is incorrect: Expected `dict[str, Any]`, found `(Sequence[Divergent] & Top[dict[Unknown, Unknown]]) | (Mapping[str, Divergent] & Top[dict[Unknown, Unknown]]) | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `debug_info` is incorrect: Expected `dict[str, Any]`, found `(Sequence[ScratchShape | ScratchShapeTree | None] & Top[dict[Unknown, Unknown]]) | (Mapping[str, ScratchShape | ScratchShapeTree] & Top[dict[Unknown, Unknown]]) | dict[Unknown, Unknown]`

jax/_src/pallas/fuser/block_spec.py

[error] invalid-argument-type - Argument is incorrect: Expected `Var`, found `Var | Literal`
[error] invalid-argument-type - Argument is incorrect: Expected `Var`, found `Atom`
[error] invalid-argument-type - Argument to function `_block_shapes_equal` is incorrect: Expected `tuple[int | Element | Squeezed | ... omitted 4 union elements] | None`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `_block_shapes_equal` is incorrect: Expected `tuple[int | BlockDim | None] | None`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `_block_shapes_equal` is incorrect: Expected `tuple[int | Element | Squeezed | ... omitted 4 union elements] | None`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `_block_shapes_equal` is incorrect: Expected `tuple[int | BlockDim | None] | None`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[BlockDim | int | None] | None`, found `object`
[error] not-iterable - Object of type `tuple[Element | Squeezed | Blocked | ... omitted 4 union elements, ...] | None` may not be iterable
[error] not-iterable - Object of type `tuple[BlockDim | int | None, ...] | None` may not be iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `tuple_update` is incorrect: Expected `tuple[Literal[1] | Element, ...]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `tuple_update` is incorrect: Expected `tuple[Literal[1] | Element, ...]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `tuple_update` is incorrect: Expected `tuple[int | Element, ...]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `tuple_update` is incorrect: Expected `tuple[int | Element, ...]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - Argument to function `tuple_update` is incorrect: Expected `tuple[Unknown, ...]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `tuple_update` is incorrect: Expected `tuple[Unknown, ...]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Element | int | None | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Element | int | None | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `BlockDim | int | None | Unknown`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] not-iterable - Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `_canonicalize_block_shape` is incorrect: Expected `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `_canonicalize_block_shape` is incorrect: Expected `Sequence[BlockDim | int | None]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`, found `tuple[_T@list, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[BlockDim | int | None] | None`, found `tuple[_T@list, ...]`

jax/_src/pallas/helpers.py

[error] invalid-argument-type - Argument to function `_make_kernel` is incorrect: Expected `Sequence[Divergent] | Mapping[str, Divergent]`, found `object`
[error] invalid-argument-type - Argument to function `_make_kernel` is incorrect: Expected `ScratchShapeTree`, found `object`
[error] invalid-argument-type - Argument to function `_make_kernel` is incorrect: Expected `Sequence[Divergent] | Mapping[str, Divergent]`, found `object`
[error] invalid-argument-type - Argument to function `_make_kernel` is incorrect: Expected `ScratchShapeTree`, found `object`
[error] invalid-argument-type - Argument to function `_make_kernel` is incorrect: Expected `Sequence[Divergent] | Mapping[str, Divergent]`, found `object`
[error] invalid-argument-type - Argument to function `_make_kernel` is incorrect: Expected `ScratchShapeTree`, found `object`

jax/_src/pallas/mosaic/pipeline.py

[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 4 union elements]`, found `Sequence[BlockDim | int | None] | None`

jax/_src/pallas/mosaic_gpu/pipeline.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 4 union elements] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[BlockDim | int | None] | None`

jax/_src/pallas/pipelining/schedule_api.py

[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[ReadEffect | WriteEffect]`, found `set[WriteEffect]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[RefEffect]`, found `set[WriteEffect]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[ReadEffect | WriteEffect]`, found `set[WriteEffect]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[RefEffect]`, found `set[WriteEffect]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[ReadEffect | WriteEffect]`, found `set[ReadEffect]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[RefEffect]`, found `set[ReadEffect]`

jax/_src/pallas/pipelining/schedulers.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int | str` and value of type `int` on object of type `defaultdict[Unknown, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `BufferIndex` and value of type `int` on object of type `defaultdict[Unknown, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int | str` and value of type `int` on object of type `defaultdict[Unknown, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `BufferIndex` and value of type `int` on object of type `defaultdict[Unknown, None]`
[error] invalid-argument-type - Argument is incorrect: Expected `Mapping[int | str, int]`, found `defaultdict[Unknown, None]`
[error] invalid-argument-type - Argument is incorrect: Expected `Mapping[BufferIndex, int]`, found `defaultdict[Unknown, None]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[ReadEffect | WriteEffect]`, found `set[ReadEffect]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[RefEffect]`, found `set[ReadEffect]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[ReadEffect | WriteEffect]`, found `set[WriteEffect]`
[error] invalid-argument-type - Argument to function `filter_tokens` is incorrect: Expected `set[RefEffect]`, found `set[WriteEffect]`

jax/_src/random.py

[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `str | type[Any] | dtype[Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `DTypeLike | ExtendedDType | None`, found `object`

jax/_src/scipy/ndimage.py

[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `ArrayLike`

jax/_src/scipy/sparse/linalg.py

[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 10 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 10 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: _PyScalar) -> tuple[()], (a: list[_PyScalar] | tuple[_PyScalar, ...]) -> tuple[int], (a: list[list[_PyScalar] | tuple[_PyScalar, ...]] | tuple[list[_PyScalar] | tuple[_PyScalar, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: ArrayLike) -> tuple[Any, ...]]`

jax/_src/state/indexing.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[bool, ...], tuple[Slice, ...], tuple[int | Array | Any, ...]]`, found `tuple[tuple[bool, ...], tuple[int | Array | Any | Slice, ...], tuple[int | Array | Any | Slice, ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[bool, ...], tuple[Slice, ...], tuple[IntIndexer, ...]]`, found `tuple[tuple[bool, ...], tuple[IntIndexer | Slice, ...], tuple[IntIndexer | Slice, ...]]`

jax/example_libraries/stax.py

[error] invalid-argument-type - Argument to function `standardize` is incorrect: Expected `int | Sequence[int] | None`, found `tuple[Unknown | tuple[Literal[0], Literal[1], Literal[2]]] | Unknown | tuple[Literal[0], Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to function `standardize` is incorrect: Expected `Axis`, found `tuple[Unknown | tuple[Literal[0], Literal[1], Literal[2]]] | Unknown | tuple[Literal[0], Literal[1], Literal[2]]`

jax/experimental/jax2tf/tests/call_tf_test.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `str`, `dtype[Any]`, `SupportsDType` in union `str | type[Any] | dtype[Any] | SupportsDType`
[error] unresolved-attribute - Attribute `__name__` is not defined on `str`, `dtype[Any]`, `SupportsDType` in union `DTypeLike`
[error] unresolved-attribute - Attribute `__name__` is not defined on `str`, `dtype[Any]`, `SupportsDType` in union `str | type[Any] | dtype[Any] | SupportsDType`
[error] unresolved-attribute - Attribute `__name__` is not defined on `str`, `dtype[Any]`, `SupportsDType` in union `DTypeLike`
[error] unresolved-attribute - Attribute `__name__` is not defined on `str`, `dtype[Any]`, `SupportsDType` in union `str | type[Any] | dtype[Any] | SupportsDType`
[error] unresolved-attribute - Attribute `__name__` is not defined on `str`, `dtype[Any]`, `SupportsDType` in union `DTypeLike`

jax/experimental/jax2tf/tests/jax_primitives_coverage_test.py

[error] invalid-argument-type - Argument to function `dtypes_to_str` is incorrect: Expected `Sequence[Any]`, found `set[str | type[Any] | dtype[Any] | SupportsDType]`
[error] invalid-argument-type - Argument to function `dtypes_to_str` is incorrect: Expected `Sequence[Any]`, found `set[DTypeLike]`

jax/experimental/jax2tf/tests/sharding_test.py

[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `ndarray[tuple[int, int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `ndarray[tuple[int, int], dtype[signedinteger[_NBitIntP]]]`

jax/experimental/key_reuse/_core.py

[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `str | type[Any] | dtype[Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `DTypeLike | ExtendedDType | None`, found `object`
[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `str | type[Any] | dtype[Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `DTypeLike | ExtendedDType | None`, found `object`

jax/experimental/mosaic/gpu/constraints.py

[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `Variable | Constant | Reduce | ... omitted 3 union elements`
[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `Expression | Unsatisfiable`

jax/experimental/mosaic/gpu/dialect_lowering.py

[error] invalid-argument-type - Argument to bound method `FragmentedArray.load_reduce_untiled` is incorrect: Expected `TiledLayout | WGStridedFragLayout`, found `WGSplatFragLayout | WGStridedFragLayout | TiledLayout`
[error] invalid-argument-type - Argument to bound method `FragmentedArray.load_reduce_untiled` is incorrect: Expected `TiledLayout | WGStridedFragLayout`, found `FragmentedLayout`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[Array, tuple[Array, Array, Array, SegmentIds | None, Array | None, Array, Array, MaskInfo | None, MaskInfo | None]]`, found `tuple[Any | Array | tuple[Array], tuple[Array, Array, Array, SegmentIds | None, Array | None, Any | Array | tuple[Array], Any | Array, MaskInfo | None, MaskInfo | None]]`
[error] invalid-return-type - Return type does not match returned value: expected `Array | tuple[Array, tuple[Array]]`, found `Unknown | JitWrapped`
[error] invalid-return-type - Return type does not match returned value: expected `SplashCustomReturnType`, found `Unknown | JitWrapped`

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/serialization/json_schema.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Serializable]`, found `dict[str, str | None | int | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Serializable]`, found `dict[str, str | None | int | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Serializable]`, found `dict[str, str | None | int | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Serializable]`, found `dict[str, str | None | int | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, None | int | str | ... omitted 4 union elements]`, found `dict[str, object]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Serializable]`, found `dict[str, object]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, None | int | str | ... omitted 4 union elements]`, found `dict[str, object]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Serializable]`, found `dict[str, object]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, None | int | str | ... omitted 4 union elements]`, found `dict[str, object]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Serializable]`, found `dict[str, object]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, None | int | str | ... omitted 4 union elements]`, found `dict[str, object]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Serializable]`, found `dict[str, object]`

manticore (https://github.com/trailofbits/manticore)

manticore/core/smtlib/solver.py

[error] invalid-argument-type - Argument to function `fcntl` is incorrect: Expected `int | HasFileno`, found `IO[str] | None`
[error] invalid-argument-type - Argument to function `fcntl` is incorrect: Expected `FileDescriptorLike`, found `IO[str] | None`

manticore/wasm/structure.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `Activation` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `Activation` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `BitVec` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `BitVec` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `F32` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `F32` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `F64` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `F64` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `Label` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `Label` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `Activation` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `Activation` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `BitVec` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `BitVec` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `F32` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `F32` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `F64` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `F64` on object of type `list[FuncElem]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `Label` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncElem, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncElem]]` cannot be called with key of type `Label` on object of type `list[FuncElem]`

manticore/wasm/types.py

[error] invalid-assignment - Object of type `Unknown | None` is not assignable to attribute `imm` of type `BlockImm | BranchImm | BranchTableImm | ... omitted 9 union elements`
[error] invalid-assignment - Object of type `Unknown | None` is not assignable to attribute `imm` of type `ImmType`

tests/wasm/test_stack_supplemental.py

[error] invalid-argument-type - Argument to bound method `Stack.push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`
[error] invalid-argument-type - Argument to bound method `Stack.push` is incorrect: Expected `StackItem`, found `int`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `StackItem`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `StackItem`, found `int`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `StackItem`, found `int`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/feature_benchmark/scenarios/benchmark_main.py

[error] invalid-return-type - Return type does not match returned value: expected `BenchmarkingSequence`, found `list[Lambda]`
[error] invalid-return-type - Return type does not match returned value: expected `BenchmarkingSequence`, found `list[Td]`
[error] invalid-return-type - Return type does not match returned value: expected `BenchmarkingSequence`, found `list[Td]`

test/cluster-spec-sheet/mzcompose.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

meson (https://github.com/mesonbuild/meson)

mesonbuild/ast/interpreter.py

[error] invalid-argument-type - Argument to `ObjectHolder.__init__` is incorrect: Expected `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[list[Unknown]]`
[error] invalid-argument-type - Argument to `ObjectHolder.__init__` is incorrect: Expected `list[TYPE_var]`, found `BaseNode & Top[list[Unknown]]`
[error] invalid-argument-type - Argument to `ObjectHolder.__init__` is incorrect: Expected `dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to `ObjectHolder.__init__` is incorrect: Expected `dict[str, TYPE_var]`, found `BaseNode & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to bound method `AstInterpreter.node_to_runtime_value` is incorrect: Expected `MesonInterpreterObject | BaseNode | Sequence[Divergent] | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `AstInterpreter.node_to_runtime_value` is incorrect: Expected `UnknownValue | BaseNode | TYPE_var`, found `object`

mesonbuild/backend/backends.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

mesonbuild/backend/ninjabackend.py

[error] unsupported-operator - Operator `>` is not supported between objects of type `str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `ElementaryOptionValues` and `Literal[0]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_fortran_order_deps` is incorrect: Expected `list[BuildTarget]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_fortran_order_deps` is incorrect: Expected `list[BuildTarget]`, found `list[BuildTargetTypes]`
[error] unresolved-attribute - Attribute `uses_fortran` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - Attribute `uses_fortran` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTargetTypes`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_single_compile` is incorrect: Expected `list[File | str] | None`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_single_compile` is incorrect: Expected `list[FileOrString] | None`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_dependency_scan_target` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_dependency_scan_target` is incorrect: Expected `list[FileOrString]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.should_use_dyndeps_for_target` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.should_use_dyndeps_for_target` is incorrect: Expected `BuildTarget`, found `BuildTargetTypes`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTargetTypes`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTargetTypes`
[error] unresolved-attribute - Attribute `uses_fortran` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - Attribute `uses_fortran` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTargetTypes`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `CustomTarget | CustomTargetIndex | GeneratedList` on object of type `OrderedDict[str, File]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `GeneratedTypes` on object of type `OrderedDict[str, File]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_colorout_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_colorout_args` is incorrect: Expected `str`, found `ElementaryOptionValues`
[error] invalid-argument-type - Argument to bound method `Compiler.get_debug_args` is incorrect: Expected `bool`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_debug_args` is incorrect: Expected `bool`, found `ElementaryOptionValues`
[error] invalid-argument-type - Argument to bound method `Compiler.get_optimization_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_optimization_args` is incorrect: Expected `str`, found `ElementaryOptionValues`
[error] unresolved-attribute - Attribute `get_builddir` is not defined on `GeneratedList` in union `CustomTarget | CustomTargetIndex | GeneratedList`
[error] unresolved-attribute - Attribute `get_builddir` is not defined on `GeneratedList` in union `GeneratedTypes`
[error] unresolved-attribute - Attribute `uses_rust_abi` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - Attribute `uses_rust_abi` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTargetTypes`
[error] invalid-argument-type - Argument to function `NinjaBackend._get_rust_dependency_name` is incorrect: Expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to function `NinjaBackend._get_rust_dependency_name` is incorrect: Expected `LibTypes`, found `BuildTargetTypes`
[error] unresolved-attribute - Attribute `uses_rust` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - Attribute `uses_rust` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTargetTypes`
[error] unresolved-attribute - Attribute `uses_swift_cpp_interop` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - Attribute `uses_swift_cpp_interop` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTargetTypes`
[error] unsupported-operator - Operator `>` is not supported between objects of type `str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `ElementaryOptionValues` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `ElementaryOptionValues` and `Literal[0]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_optimization_link_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_optimization_link_args` is incorrect: Expected `str`, found `ElementaryOptionValues`
[error] invalid-argument-type - Argument to bound method `StaticLinker.get_optimization_link_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `StaticLinker.get_optimization_link_args` is incorrect: Expected `str`, found `ElementaryOptionValues`
[error] invalid-argument-type - Argument to bound method `Backend.build_target_link_arguments` is incorrect: Expected `list[Target]`, found `list[Unknown] | OrderedSet[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `Backend.build_target_link_arguments` is incorrect: Expected `list[Target]`, found `list[Unknown] | OrderedSet[BuildTargetTypes]`

mesonbuild/backend/vs2010backend.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `BuildTarget | CustomTarget | CustomTargetIndex` on object of type `dict[str, Target]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `BuildTargetTypes` on object of type `dict[str, Target]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, Target]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_target_deps` is incorrect: Expected `dict[Any, AnyTargetType]`, found `dict[str, Target]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, CustomTarget | BuildTarget]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_target_deps` is incorrect: Expected `dict[Any, AnyTargetType]`, found `dict[str, CustomTarget | BuildTarget]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `CompilerArgs` and `str | int | list[str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `CompilerArgs` and `ElementaryOptionValues`
[error] invalid-argument-type - Argument to bound method `Backend.object_filename_from_source` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.object_filename_from_source` is incorrect: Expected `BuildTarget`, found `BuildTargetTypes`
[error] invalid-argument-type - Argument to bound method `Backend.flatten_object_list` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.flatten_object_list` is incorrect: Expected `BuildTarget`, found `BuildTargetTypes`

mesonbuild/backend/xcodebackend.py

[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTargetTypes`, found `AnyTargetType`
[error] unresolved-attribute - Attribute `get_id` is not defined on `GeneratedList` in union `CustomTarget | CustomTargetIndex | GeneratedList`
[error] unresolved-attribute - Attribute `get_id` is not defined on `GeneratedList` in union `GeneratedTypes`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTargetTypes`, found `AnyTargetType`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTargetTypes`, found `AnyTargetType`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTargetTypes`, found `AnyTargetType`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTargetTypes`, found `AnyTargetType`
[error] invalid-argument-type - Argument to bound method `Compiler.get_warn_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_warn_args` is incorrect: Expected `str`, found `ElementaryOptionValues`

mesonbuild/build.py

[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[FileOrString]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[FileOrString]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.link` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.link` is incorrect: Expected `list[BuildTargetTypes]`, found `list[LibTypes]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.link_whole` is incorrect: Expected `list[StaticLibrary | CustomTarget | CustomTargetIndex]`, found `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.link_whole` is incorrect: Expected `list[StaticTargetTypes]`, found `list[LibTypes]`
[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[FileOrString]`, found `list[File]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str | File | ExtractedObjects]`, found `list[str | File | ExtractedObjects | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str | File | ExtractedObjects]`, found `list[ObjectTypes]`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[BuildTargetTypes]`, found `list[BuildTargetTypes]`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[BuildTargetTypes]`, found `list[BuildTargetTypes]`
[error] invalid-argument-type - Argument to bound method `CustomTargetBase.get_dependencies_recurse` is incorrect: Expected `set[BuildTarget | CustomTarget | CustomTargetIndex]`, found `set[tuple[BuildTarget | CustomTarget | CustomTargetIndex, bool, bool]]`
[error] invalid-argument-type - Argument to bound method `CustomTargetBase.get_dependencies_recurse` is incorrect: Expected `set[BuildTargetTypes]`, found `set[tuple[BuildTargetTypes, bool, bool]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[str | File | ExtractedObjects]`, found `list[str | File | ExtractedObjects | ... omitted 3 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `list[str | File | ExtractedObjects]`, found `list[ObjectTypes]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.process_sourcelist` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | CustomTarget | CustomTargetIndex | GeneratedList | StructuredSources]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.process_sourcelist` is incorrect: Expected `list[SourceOutputs]`, found `list[File | GeneratedTypes | StructuredSources]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.process_sourcelist` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | CustomTarget | CustomTargetIndex | GeneratedList | StructuredSources]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.process_sourcelist` is incorrect: Expected `list[SourceOutputs]`, found `list[File | GeneratedTypes | StructuredSources]`
[error] invalid-argument-type - Argument to bound method `OrderedSet.add` is incorrect: Expected `StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `OrderedSet.add` is incorrect: Expected `StaticTargetTypes`, found `BuildTargetTypes`
[error] invalid-assignment - Object of type `list[BuildTarget | CustomTarget | CustomTargetIndex] | list[StaticLibrary | CustomTarget | CustomTargetIndex]` is not assignable to `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-assignment - Object of type `list[BuildTargetTypes] | list[StaticTargetTypes]` is not assignable to `list[LibTypes]`
[error] invalid-return-type - Return type does not match returned value: expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `Self@get`
[error] invalid-return-type - Return type does not match returned value: expected `LibTypes`, found `Self@get`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `CustomTarget | CustomTargetIndex | GeneratedList`, found `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `GeneratedTypes`, found `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `StrOrBytesPath`, found `str | None`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `StrOrBytesPath`, found `str | None`
[error] invalid-argument-type - Argument to bound method `StaticLibrary.link_whole` is incorrect: Expected `list[StaticLibrary | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `StaticLibrary.link_whole` is incorrect: Expected `list[StaticTargetTypes]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `CommandBase.flatten_command` is incorrect: Expected `Sequence[str | File | Program | ... omitted 3 union elements]`, found `File`
[error] invalid-argument-type - Argument to bound method `CommandBase.flatten_command` is incorrect: Expected `Sequence[str | File | Program | BuildTargetTypes]`, found `File`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[BuildTargetTypes]`, found `list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `Self@get`
[error] invalid-return-type - Return type does not match returned value: expected `LibTypes`, found `Self@get`
[error] invalid-argument-type - Argument to bound method `CommandBase.flatten_command` is incorrect: Expected `Sequence[str | File | Program | ... omitted 3 union elements]`, found `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to bound method `CommandBase.flatten_command` is incorrect: Expected `Sequence[str | File | Program | BuildTargetTypes]`, found `Sequence[str | BuildTargetTypes | GeneratedList | Program | File]`
[error] invalid-return-type - Return type does not match returned value: expected `list[str | File | BuildTarget | ... omitted 5 union elements]`, found `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `list[str | File | BuildTarget | ... omitted 3 union elements]`, found `list[CustomTargetSources]`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[BuildTargetTypes]`, found `list[Unknown]`
[error] invalid-assignment - Object of type `Sequence[Target | CustomTargetIndex]` is not assignable to attribute `dependencies` of type `list[BuildTarget | CustomTarget]`
[error] invalid-assignment - Object of type `Sequence[AnyTargetType]` is not assignable to attribute `dependencies` of type `list[BuildTarget | CustomTarget]`
[error] invalid-return-type - Return type does not match returned value: expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget]`
[error] invalid-return-type - Return type does not match returned value: expected `list[BuildTargetTypes]`, found `list[BuildTarget | CustomTarget]`

mesonbuild/cmake/interpreter.py

[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `Sequence[str | int | Path | BaseNode] | int | Path | BaseNode`, found `~None`
[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `TYPE_mixed_list`, found `~None`
[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `Sequence[str | int | Path | BaseNode] | int | Path | BaseNode`, found `~None`
[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `TYPE_mixed_list`, found `~None`
[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `Sequence[str | int | Path | BaseNode] | int | Path | BaseNode`, found `~None`
[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `TYPE_mixed_list`, found `~None`

mesonbuild/cmdline.py

[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[str | bytes] | list[bytes] | list[str]`
[error] no-matching-overload - No overload of bound method `RawConfigParser.read` matches arguments

mesonbuild/compilers/mixins/clike.py

[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`

mesonbuild/dependencies/cuda.py

[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `StrOrBytesPath`, found `str | None`

mesonbuild/dependencies/dev.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

mesonbuild/dependencies/pkgconfig.py

[error] invalid-assignment - Object of type `str | int | list[str]` is not assignable to `list[str]`
[error] invalid-assignment - Object of type `ElementaryOptionValues` is not assignable to `list[str]`

mesonbuild/dependencies/python.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - Argument to `InternalDependency.__init__` is incorrect: Expected `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex] | None`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to `InternalDependency.__init__` is incorrect: Expected `list[LibTypes] | None`, found `list[BuildTargetTypes]`
[error] invalid-argument-type - Argument to bound method `Interpreter.add_build_def_file` is incorrect: Expected `File | str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.add_build_def_file` is incorrect: Expected `FileOrString`, found `str | None`
[error] invalid-argument-type - Argument to function `get_genvslite_backend` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `get_genvslite_backend` is incorrect: Expected `str`, found `ElementaryOptionValues`
[error] invalid-argument-type - Argument to function `get_backend_from_name` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `get_backend_from_name` is incorrect: Expected `str`, found `ElementaryOptionValues`
[error] invalid-assignment - Object of type `list[str]` is not assignable to attribute `project_default_options` of type `dict[OptionKey, str | int | list[str]]`
[error] invalid-assignment - Object of type `list[str]` is not assignable to attribute `project_default_options` of type `dict[OptionKey, ElementaryOptionValues]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to function `WrapMode.from_string` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `WrapMode.from_string` is incorrect: Expected `str`, found `ElementaryOptionValues`
[error] invalid-argument-type - Argument to `ExpectErrorObject.__init__` is incorrect: Expected `str`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `ExpectErrorObject.__init__` is incorrect: Expected `str`, found `Sequence[TYPE_var] | int | dict[str, TYPE_elementary] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `WrapMode.from_string` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `WrapMode.from_string` is incorrect: Expected `str`, found `ElementaryOptionValues`
[error] invalid-argument-type - Argument to bound method `Resolver.find_program_provider` is incorrect: Expected `list[str]`, found `list[File | str]`
[error] invalid-argument-type - Argument to bound method `Resolver.find_program_provider` is incorrect: Expected `list[str]`, found `list[FileOrString]`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_fallback` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | int | list[str]] | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_fallback` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, ElementaryOptionValues] | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_fallback` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | int | list[str]] | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_fallback` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, ElementaryOptionValues] | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_impl` is incorrect: Expected `list[File | str]`, found `str | File`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_impl` is incorrect: Expected `list[FileOrString]`, found `str | File`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Program` on object of type `list[str | BuildTarget | CustomTarget | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Program` on object of type `list[str | BuildTargetTypes | ExternalProgram | File]`
[error] invalid-argument-type - Argument to `Generator.__init__` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex] | None`, found `list[BuildTarget | CustomTarget]`
[error] invalid-argument-type - Argument to `Generator.__init__` is incorrect: Expected `list[BuildTargetTypes] | None`, found `list[BuildTarget | CustomTarget]`
[error] unresolved-attribute - Attribute `get` is not defined on `EnvironmentVariables`, `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, `str` in union `EnvironmentVariables | dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | str`
[error] unresolved-attribute - Attribute `get` is not defined on `EnvironmentVariables`, `list[TYPE_var]`, `str` in union `EnvironmentVariables | dict[str, TYPE_var] | list[TYPE_var] | str`
[error] invalid-argument-type - Argument is incorrect: Expected `EnvironmentVariables | list[Unknown] | dict[Unknown, Unknown] | str | None`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `EnvironmentVariables | list[Unknown] | dict[Unknown, Unknown] | str | None`, found `Sequence[TYPE_var] | int | dict[str, TYPE_elementary] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Interpreter.unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | str`, found `BaseTest`
[error] invalid-argument-type - Argument to bound method `Interpreter.unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, TYPE_var] | list[TYPE_var] | str`, found `BaseTest`
[error] invalid-assignment - Object of type `list[str | Program]` is not assignable to `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`
[error] invalid-assignment - Object of type `list[str | Program]` is not assignable to `list[TYPE_var]`
[error] invalid-argument-type - Argument to bound method `Interpreter.run_command_impl` is incorrect: Expected `tuple[Executable | Program | Compiler | File | str, list[Executable | Program | Compiler | File | str]]`, found `tuple[str | Program, list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]]`
[error] invalid-argument-type - Argument to bound method `Interpreter.run_command_impl` is incorrect: Expected `tuple[Executable | Program | Compiler | File | str, list[Executable | Program | Compiler | File | str]]`, found `tuple[str | Program, list[TYPE_var]]`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (Program & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `FileDescriptorOrPath`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (Program & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `EnvironmentVariables | list[str] | list[list[str]] | ... omitted 3 union elements`, found `str | list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `_FullEnvInitValueType`, found `str | list[TYPE_var] | dict[str, TYPE_var]`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `Literal["set", "prepend", "append"]`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `Literal["set", "prepend", "append"]`, found `Sequence[TYPE_var] | int | dict[str, TYPE_elementary] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `str`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `str`, found `Sequence[TYPE_var] | int | dict[str, TYPE_elementary] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `check_direntry_issues` is incorrect: Expected `Iterable[str | bytes] | bytes`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `check_direntry_issues` is incorrect: Expected `Iterable[str | bytes] | bytes`, found `list[SourceInputs]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `SourceOutputs`, found `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["language_args"]` and value of type `defaultdict[str, list[str]]` on object of type `dict[str, list[File | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["language_args"]` and value of type `defaultdict[str, list[str]]` on object of type `dict[str, list[FileOrString]]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str | File | CustomTarget | ... omitted 5 union elements]` and `list[str | File | CustomTarget | ... omitted 5 union elements] | str | File | ... omitted 5 union elements`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str | File | GeneratedTypes | ... omitted 3 union elements]` and `list[str | File | GeneratedTypes | ... omitted 3 union elements] | str | File | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `Interpreter.__process_language_args` is incorrect: Expected `dict[str, list[File | str]]`, found `Executable | StaticLibrary | SharedLibrary | Jar`
[error] invalid-argument-type - Argument to bound method `Interpreter.__process_language_args` is incorrect: Expected `dict[str, list[FileOrString]]`, found `Executable | StaticLibrary | SharedLibrary | Jar`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `tuple[str, list[str | File | CustomTarget | ... omitted 5 union elements]]`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `tuple[str, list[str | File | GeneratedTypes | ... omitted 3 union elements]]`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `tuple[str, list[str | File | CustomTarget | ... omitted 5 union elements]]`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `tuple[str, list[str | File | GeneratedTypes | ... omitted 3 union elements]]`
[error] invalid-argument-type - Argument to `Executable.__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to `Executable.__init__` is incorrect: Expected `list[SourceOutputs]`, found `list[SourceInputs]`
[error] invalid-argument-type - Argument to `Jar.__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to `Jar.__init__` is incorrect: Expected `list[SourceOutputs]`, found `list[SourceInputs]`
[error] invalid-argument-type - Argument to `SharedLibrary.__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to `SharedLibrary.__init__` is incorrect: Expected `list[SourceOutputs]`, found `list[SourceInputs]`
[error] invalid-argument-type - Argument to `StaticLibrary.__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to `StaticLibrary.__init__` is incorrect: Expected `list[SourceOutputs]`, found `list[SourceInputs]`
[error] invalid-argument-type - Argument to bound method `InterpreterBase.set_variable` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `InterpreterBase.set_variable` is incorrect: Expected `TYPE_var | InterpreterObject`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `InterpreterObject`
[error] invalid-return-type - Return type does not match returned value: expected `TYPE_var`, found `InterpreterObject`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `InterpreterObject`
[error] invalid-return-type - Return type does not match returned value: expected `TYPE_var`, found `InterpreterObject`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~None`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `TYPE_var | InterpreterObject`, found `~None`

mesonbuild/interpreter/interpreterobjects.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 6 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `TYPE_var`, found `Sequence[TYPE_var] | int | dict[str, TYPE_elementary] | ... omitted 4 union elements`

mesonbuild/interpreter/primitives/array.py

[error] invalid-argument-type - Argument to function `check_contains` is incorrect: Expected `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `(Sequence[Divergent] & Top[list[Unknown]]) | (Sequence[Divergent] & Top[list[Unknown]]) | (HoldableObject & Top[list[Unknown]]) | (MesonInterpreterObject & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to function `check_contains` is incorrect: Expected `list[TYPE_var]`, found `(Sequence[TYPE_var] & Top[list[Unknown]]) | (HoldableObject & Top[list[Unknown]]) | (MesonInterpreterObject & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to function `flatten` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `flatten` is incorrect: Expected `TYPE_var`, found `object`

mesonbuild/interpreter/type_checking.py

[error] invalid-assignment - Object of type `KwargInfo[None | list[str | File | CustomTarget | ... omitted 5 union elements]]` is not assignable to `KwargInfo[list[str | File | CustomTarget | ... omitted 5 union elements]]`
[error] invalid-assignment - Object of type `KwargInfo[None | list[str | File | CustomTarget | ... omitted 5 union elements]]` is not assignable to `KwargInfo[list[str | File | GeneratedTypes | ... omitted 3 union elements]]`

mesonbuild/interpreterbase/_unholder.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `HoldableObject | int | str | Top[list[Unknown]] | Top[dict[Unknown, Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `TYPE_var`, found `HoldableObject | int | str | Top[list[Unknown]] | Top[dict[Unknown, Unknown]]`

mesonbuild/interpreterbase/decorators.py

[error] invalid-assignment - Object of type `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | ObjectHolder[Unknown]` is not assignable to `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | None`
[error] invalid-assignment - Object of type `list[TYPE_var] | ObjectHolder[Unknown]` is not assignable to `list[TYPE_var] | None`
[error] invalid-assignment - Object of type `object` is not assignable to `dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | None`
[error] invalid-assignment - Object of type `object` is not assignable to `dict[str, TYPE_var] | None`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | None`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `dict[str, TYPE_var] | None`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[str]`, found `dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | None`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[str]`, found `dict[str, TYPE_var] | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | tuple[type, ...] | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | tuple[type, ...] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `dict[str, TYPE_var] | None`

mesonbuild/interpreterbase/helpers.py

[error] invalid-argument-type - Argument to function `flatten` is incorrect: Expected `TYPE_var | list[TYPE_var]`, found `Top[list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~Top[list[Unknown]] & ~StringNode`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `TYPE_var`, found `~Top[list[Unknown]] & ~StringNode`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `TYPE_var`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `dict[object, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `TYPE_var`, found `dict[object, TYPE_elementary | HoldableObject | MesonInterpreterObject | Sequence[TYPE_var] | dict[str, TYPE_var]]`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `TYPE_var`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `TYPE_var`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `TYPE_var`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `TYPE_var`, found `object`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `TYPE_var`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `TYPE_var`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `TYPE_var`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `TYPE_var`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `TYPE_var`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `TYPE_var`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `TYPE_var`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `TYPE_var`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `TYPE_var | InterpreterObject`, found `object`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `TYPE_var | InterpreterObject`, found `object`
[error] invalid-argument-type - Argument to bound method `InterpreterBase.set_variable` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `(InterpreterObject & ~MutableInterpreterObject) | None | (InterpreterObject & MutableInterpreterObject)`
[error] invalid-argument-type - Argument to bound method `InterpreterBase.set_variable` is incorrect: Expected `TYPE_var | InterpreterObject`, found `(InterpreterObject & ~MutableInterpreterObject) | None | (InterpreterObject & MutableInterpreterObject)`

mesonbuild/mconf.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]].__getitem__(key: str, /) -> dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]` cannot be called with key of type `None` on object of type `defaultdict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[str, dict[OptionKey, AnyOptionType]].__getitem__(key: str, /) -> dict[OptionKey, AnyOptionType]` cannot be called with key of type `None` on object of type `defaultdict[str, dict[OptionKey, AnyOptionType]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]].__getitem__(key: str, /) -> dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]` cannot be called with key of type `None` on object of type `dict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[OptionKey, AnyOptionType]].__getitem__(key: str, /) -> dict[OptionKey, AnyOptionType]` cannot be called with key of type `None` on object of type `dict[str, dict[OptionKey, AnyOptionType]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]].__getitem__(key: str, /) -> dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]` cannot be called with key of type `None` on object of type `dict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[OptionKey, AnyOptionType]].__getitem__(key: str, /) -> dict[OptionKey, AnyOptionType]` cannot be called with key of type `None` on object of type `dict[str, dict[OptionKey, AnyOptionType]]`

mesonbuild/minstall.py

[error] invalid-assignment - Object of type `def chown(path: int | str | PathLike[str] | bytes | PathLike[bytes], uid: int, gid: int, *, dir_fd: int | None = ..., follow_symlinks: bool = ...) -> None` is not assignable to attribute `chown` of type `def chown(path: int | str | bytes | PathLike[str] | PathLike[bytes], uid: int, gid: int, *, dir_fd: int | None = None, follow_symlinks: bool = True) -> None`
[error] invalid-assignment - Object of type `def chown(path: int | str | PathLike[str] | bytes | PathLike[bytes], uid: int, gid: int, *, dir_fd: int | None = ..., follow_symlinks: bool = ...) -> None` is not assignable to attribute `chown` of type `def chown(path: FileDescriptorOrPath, uid: int, gid: int, *, dir_fd: int | None = None, follow_symlinks: bool = True) -> None`

mesonbuild/modules/__init__.py

[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_impl` is incorrect: Expected `list[File | str]`, found `(File & Top[list[Unknown]]) | list[File | str]`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_impl` is incorrect: Expected `list[FileOrString]`, found `(File & Top[list[Unknown]]) | list[FileOrString]`
[error] invalid-assignment - Object of type `Sequence[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 6 union elements] & Top[list[Unknown]]` is not assignable to `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 6 union elements]`: Incompatible value of type `Sequence[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 6 union elements] & Top[list[Unknown]]`
[error] invalid-assignment - Object of type `Sequence[TYPE_var | ExecutableSerialisation] & Top[list[Unknown]]` is not assignable to `list[TYPE_var | ExecutableSerialisation]`: Incompatible value of type `Sequence[TYPE_var | ExecutableSerialisation] & Top[list[Unknown]]`

mesonbuild/modules/hotdoc.py

[error] invalid-argument-type - Argument to bound method `HotdocTargetBuilder.check_extra_arg_type` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `HotdocTargetBuilder.check_extra_arg_type` is incorrect: Expected `TYPE_var`, found `object`

mesonbuild/modules/i18n.py

[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `Sequence[str | BuildTargetTypes | GeneratedList | Program | File]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `list[Program | None | str]`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `Sequence[str | BuildTargetTypes | GeneratedList | Program | File]`, found `list[Program | None | str]`

mesonbuild/modules/python.py

[error] invalid-argument-type - Argument to bound method `Backend.get_executable_serialisation` is incorrect: Expected `Sequence[Program | BuildTarget | CustomTarget | ... omitted 3 union elements]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `Backend.get_executable_serialisation` is incorrect: Expected `Sequence[Program | BuildTargetTypes | File | str]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str | None` and value of type `NonExistingExternalProgram | PythonExternalProgram` on object of type `dict[str, NonExistingExternalProgram | PythonExternalProgram]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str | None` and value of type `MaybePythonProg` on object of type `dict[str, MaybePythonProg]`

mesonbuild/modules/rust.py

[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

mesonbuild/msubprojects.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

mesonbuild/munstable_coredata.py

[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `list[str]` in union `str | int | list[str]`
[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `list[str]` in union `ElementaryOptionValues`
[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `list[str]` in union `str | int | list[str]`
[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `list[str]` in union `ElementaryOptionValues`
[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `list[str]` in union `str | int | list[str]`
[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `list[str]` in union `ElementaryOptionValues`
[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `list[str]` in union `str | int | list[str]`
[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `list[str]` in union `ElementaryOptionValues`

mesonbuild/optinterpreter.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `int | float`
[error] invalid-return-type - Return type does not match returned value: expected `TYPE_var`, found `int | float`

mesonbuild/options.py

[error] invalid-return-type - Return type does not match returned value: expected `str | int | list[str]`, found `(_T@UserOption & str) | (_T@UserOption & int) | (_T@UserOption & Top[list[Unknown]])`
[error] invalid-return-type - Return type does not match returned value: expected `ElementaryOptionValues`, found `(_T@UserOption & str) | (_T@UserOption & int) | (_T@UserOption & Top[list[Unknown]])`
[warning] redundant-cast - Value is already of type `list[UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]`
[warning] redundant-cast - Value is already of type `list[AnyOptionType]`
[error] invalid-return-type - Return type does not match returned value: expected `str | int | list[str]`, found `str | int | list[str] | None`
[error] invalid-return-type - Return type does not match returned value: expected `ElementaryOptionValues`, found `ElementaryOptionValues | None`

mesonbuild/utils/vsenv.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

unittests/baseplatformtests.py

[error] invalid-assignment - Object of type `staticmethod[Overload[(suffix: str | None = None, prefix: str | None = None, dir: str | PathLike[str] | None = None) -> Unknown, (suffix: bytes | None = None, prefix: bytes | None = None, dir: bytes | PathLike[bytes] | None = None) -> Unknown], str | bytes]` is not assignable to attribute `_mktmpdir` of type `() -> str`
[error] invalid-assignment - Object of type `staticmethod[Overload[(suffix: str | None = None, prefix: str | None = None, dir: StrPath | None = None) -> Unknown, (suffix: bytes | None = None, prefix: bytes | None = None, dir: BytesPath | None = None) -> Unknown], str | bytes]` is not assignable to attribute `_mktmpdir` of type `() -> str`

unittests/cargotests.py

[error] invalid-argument-type - Argument to bound method `Dependency.from_raw` is incorrect: Expected `FromWorkspace | Dependency | str`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to bound method `Dependency.from_raw` is incorrect: Expected `FromWorkspace | DependencyV`, found `dict[str, bool]`
[error] invalid-key - Unknown key "optional" for TypedDict `FromWorkspace`
[error] invalid-argument-type - Argument to bound method `Dependency.from_raw` is incorrect: Expected `FromWorkspace | Dependency | str`, found `dict[str, bool | list[str]]`
[error] invalid-argument-type - Argument to bound method `Dependency.from_raw` is incorrect: Expected `FromWorkspace | DependencyV`, found `dict[str, bool | list[str]]`
[error] invalid-key - Unknown key "features" for TypedDict `FromWorkspace`

unittests/failuretests.py

[error] invalid-assignment - Object of type `def new_which(cmd, **kwargs) -> Unknown` is not assignable to attribute `which` of type `Overload[(cmd: str | PathLike[str], mode: int = 1, path: str | PathLike[str] | None = None) -> str | None, (cmd: bytes, mode: int = 1, path: str | PathLike[str] | None = None) -> bytes | None]`
[error] invalid-assignment - Object of type `def new_which(cmd, **kwargs) -> Unknown` is not assignable to attribute `which` of type `Overload[(cmd: StrPath, mode: int = 1, path: StrPath | None = None) -> str | None, (cmd: bytes, mode: int = 1, path: StrPath | None = None) -> bytes | None]`

unittests/helpers.py

[error] invalid-argument-type - Argument to function `call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[str | None]`
[error] invalid-argument-type - Argument to function `call` is incorrect: Expected `_CMD`, found `list[str | None]`

unittests/linuxliketests.py

[error] unresolved-attribute - Attribute `choices` is not defined on `UserIntegerOption`, `UserStringOption`, `UserUmaskOption` in union `UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `choices` is not defined on `UserIntegerOption`, `UserStringOption`, `UserUmaskOption` in union `AnyOptionType`

unittests/optiontests.py

[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, ElementaryOptionValues]`, found `dict[OptionKey, str]`

mitmproxy (https://github.com/mitmproxy/mitmproxy)

mitmproxy/contrib/wbxml/ASWBXML.py

[error] invalid-argument-type - Argument to bound method `Document.appendChild` is incorrect: Argument type `CDATASection` does not satisfy upper bound `Comment | DocumentType | Element | ProcessingInstruction` of type variable `_DocumentChildrenVar`
[error] invalid-argument-type - Argument to bound method `Document.appendChild` is incorrect: Argument type `CDATASection` does not satisfy upper bound `_DocumentChildren` of type variable `_DocumentChildrenVar`
[error] invalid-argument-type - Argument to bound method `Document.appendChild` is incorrect: Argument type `Text` does not satisfy upper bound `Comment | DocumentType | Element | ProcessingInstruction` of type variable `_DocumentChildrenVar`
[error] invalid-argument-type - Argument to bound method `Document.appendChild` is incorrect: Argument type `Text` does not satisfy upper bound `_DocumentChildren` of type variable `_DocumentChildrenVar`

test/mitmproxy/contentviews/test_base.py

[error] invalid-argument-type - Argument to function `format_dict` is incorrect: Expected `Mapping[str | bytes, str | bytes]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `format_dict` is incorrect: Expected `Mapping[TTextType, TTextType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `format_dict` is incorrect: Expected `Mapping[str | bytes, str | bytes]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `format_dict` is incorrect: Expected `Mapping[TTextType, TTextType]`, found `dict[str, str]`

test/mitmproxy/proxy/tutils.py

[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `Command | Event`, found `object`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `PlaybookEntry`, found `object`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `Command | Event`, found `object`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `PlaybookEntry`, found `object`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `Command | Event`, found `Command | Event | Iterable[Command | Event]`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `PlaybookEntry`, found `PlaybookEntry | Iterable[PlaybookEntry]`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `Command | Event`, found `Command | Event | Iterable[Command | Event]`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `PlaybookEntry`, found `PlaybookEntry | Iterable[PlaybookEntry]`
[error] invalid-assignment - Object of type `str` is not assignable to `Command | Event`
[error] invalid-assignment - Object of type `str` is not assignable to `PlaybookEntry`
[error] invalid-assignment - Object of type `str` is not assignable to `Command | Event`
[error] invalid-assignment - Object of type `str` is not assignable to `PlaybookEntry`
[error] invalid-assignment - Object of type `str` is not assignable to `Command | Event`
[error] invalid-assignment - Object of type `str` is not assignable to `PlaybookEntry`
[error] invalid-argument-type - Argument to function `indent` is incorrect: Expected `str`, found `Command | Event`
[error] invalid-argument-type - Argument to function `indent` is incorrect: Expected `str`, found `PlaybookEntry`
[error] invalid-return-type - Return type does not match returned value: expected `list[Command | Event]`, found `types.GeneratorType`
[error] invalid-return-type - Return type does not match returned value: expected `list[PlaybookEntry]`, found `types.GeneratorType`
[error] invalid-assignment - Object of type `list[Command | Event]` is not assignable to `list[Command]`
[error] invalid-assignment - Object of type `list[PlaybookEntry]` is not assignable to `list[Command]`
[error] invalid-assignment - Object of type `Command | Event` is not assignable to attribute `to` of type `Command | type[Command] | int`
[error] invalid-assignment - Object of type `PlaybookEntry` is not assignable to attribute `to` of type `Command | type[Command] | int`

mkdocs (https://github.com/mkdocs/mkdocs)

mkdocs/config/config_options.py

[error] invalid-assignment - Object of type `staticmethod[(path: int | str | bytes | PathLike[str] | PathLike[bytes]), bool]` is not assignable to `(str, /) -> bool`
[error] invalid-assignment - Object of type `staticmethod[(path: FileDescriptorOrPath), bool]` is not assignable to `(str, /) -> bool`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `StrOrBytesPath`, found `object`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `object`

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

pymongo/asynchronous/bulk.py

[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `_DocumentOut`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `_DocumentOut`, found `Mapping[str, Any] | Sequence[Any]`

pymongo/asynchronous/client_bulk.py

[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `_DocumentOut`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `_DocumentOut`, found `Mapping[str, Any] | Sequence[Any]`

pymongo/asynchronous/network.py

[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `_DocumentOut`

pymongo/asynchronous/pool.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Sequence[type[Any]]`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `Sequence[type[Any]]`

pymongo/asynchronous/server.py

[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `_DocumentOut`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["firstBatch"]` and value of type `list[MutableMapping[str, Any] | RawBSONDocument]` on object of type `dict[str, Int64 | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["firstBatch"]` and value of type `list[_DocumentOut]` on object of type `dict[str, Int64 | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nextBatch"]` and value of type `list[MutableMapping[str, Any] | RawBSONDocument]` on object of type `dict[str, Int64 | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nextBatch"]` and value of type `list[_DocumentOut]` on object of type `dict[str, Int64 | str]`

pymongo/message.py

[error] invalid-argument-type - Argument to bound method `AsyncClientSession._apply_to` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `AsyncClientSession._apply_to` is incorrect: Expected `AsyncConnection`, found `_AgnosticConnection`
[error] invalid-argument-type - Argument to bound method `ClientSession._apply_to` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `ClientSession._apply_to` is incorrect: Expected `Connection`, found `_AgnosticConnection`
[error] invalid-argument-type - Argument to bound method `AsyncClientSession._update_read_concern` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `AsyncClientSession._update_read_concern` is incorrect: Expected `AsyncConnection`, found `_AgnosticConnection`
[error] invalid-argument-type - Argument to bound method `ClientSession._update_read_concern` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `ClientSession._update_read_concern` is incorrect: Expected `Connection`, found `_AgnosticConnection`
[error] invalid-argument-type - Argument to bound method `AsyncClientSession._apply_to` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `AsyncClientSession._apply_to` is incorrect: Expected `AsyncConnection`, found `_AgnosticConnection`
[error] invalid-argument-type - Argument to bound method `ClientSession._apply_to` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `ClientSession._apply_to` is incorrect: Expected `Connection`, found `_AgnosticConnection`

pymongo/operations.py

[error] invalid-argument-type - Argument to bound method `_AsyncBulk.add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_AsyncBulk.add_insert` is incorrect: Expected `_DocumentOut`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_Bulk.add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_Bulk.add_insert` is incorrect: Expected `_DocumentOut`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk.add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk.add_insert` is incorrect: Expected `_DocumentOut`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_ClientBulk.add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_ClientBulk.add_insert` is incorrect: Expected `_DocumentOut`, found `_DocumentType@InsertOne`

pymongo/synchronous/bulk.py

[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._succeed` is incorrect: Expected `_DocumentOut`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `_DocumentOut`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `_DocumentOut`, found `Mapping[str, Any] | Sequence[Any]`

pymongo/synchronous/client_bulk.py

[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._succeed` is incorrect: Expected `_DocumentOut`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `_DocumentOut`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `_DocumentOut`, found `Mapping[str, Any] | Sequence[Any]`

pymongo/synchronous/network.py

[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `_DocumentOut`

pymongo/synchronous/pool.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Sequence[type[Any]]`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `Sequence[type[Any]]`

pymongo/synchronous/server.py

[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `_DocumentOut`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["firstBatch"]` and value of type `list[MutableMapping[str, Any] | RawBSONDocument]` on object of type `dict[str, Int64 | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["firstBatch"]` and value of type `list[_DocumentOut]` on object of type `dict[str, Int64 | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nextBatch"]` and value of type `list[MutableMapping[str, Any] | RawBSONDocument]` on object of type `dict[str, Int64 | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nextBatch"]` and value of type `list[_DocumentOut]` on object of type `dict[str, Int64 | str]`

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/recipes.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int | float | complex | ... omitted 4 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 4 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int | float | complex | ... omitted 4 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 4 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsSomeKindOfPow, mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsSomeKindOfPow, mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsSomeKindOfPow, exp: int | float, mod: None = None) -> Any, (base: _SupportsSomeKindOfPow, exp: int | float | complex, mod: None = None) -> int | float | complex]`

mypy (https://github.com/python/mypy)

mypy/semanal.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `object`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `object`

nox (https://github.com/wntrblm/nox)

nox/_parametrize.py

[error] invalid-assignment - Object of type `list[object]` is not assignable to `list[Param | Iterable[Any | Param | Iterable[Any]]]`
[error] invalid-assignment - Object of type `list[object]` is not assignable to `list[Param | Iterable[Any | ArgValue]]`

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/catalog/utils/__init__.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> str`, found `Overload[[AnyStr](pattern: AnyStr, flags: int = 0) -> Pattern[AnyStr], [AnyStr](pattern: Pattern[AnyStr], flags: int = 0) -> Pattern[AnyStr]]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> str`, found `Overload[[AnyStr](pattern: AnyStr, flags: _FlagsType = 0) -> Pattern[AnyStr], [AnyStr](pattern: Pattern[AnyStr], flags: _FlagsType = 0) -> Pattern[AnyStr]]`

openlibrary/plugins/upstream/covers.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[str, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Files | None`, found `dict[str, Unknown | None]`

operator (https://github.com/canonical/operator)

ops/model.py

[error] invalid-argument-type - Invalid argument to key "status" with declared type `Literal["active", "blocked", "maintenance", "waiting", "error", "unknown"]` on TypedDict `_StatusDict`: value of type `str`
[error] invalid-argument-type - Invalid argument to key "status" with declared type `_StatusName` on TypedDict `_StatusDict`: value of type `str`

optuna (https://github.com/optuna/optuna)

optuna/storages/_rdb/alembic/env.py

[error] invalid-argument-type - Argument to function `fileConfig` is incorrect: Expected `str | bytes | PathLike[str] | ... omitted 3 union elements`, found `str | None`
[error] invalid-argument-type - Argument to function `fileConfig` is incorrect: Expected `StrOrBytesPath | IO[str] | RawConfigParser`, found `str | None`

tests/samplers_tests/test_nsgaii.py

[error] invalid-argument-type - Argument to bound method `CategoricalDistribution.to_internal_repr` is incorrect: Expected `None | int | float | str`, found `ndarray[Unknown, dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `CategoricalDistribution.to_internal_repr` is incorrect: Expected `CategoricalChoiceType`, found `ndarray[Unknown, dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `CategoricalDistribution.to_internal_repr` is incorrect: Expected `None | int | float | str`, found `ndarray[Unknown, dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `CategoricalDistribution.to_internal_repr` is incorrect: Expected `CategoricalChoiceType`, found `ndarray[Unknown, dtype[Any]]`

paasta (https://github.com/yelp/paasta)

paasta_tools/cli/cmds/push_to_registry.py

[error] invalid-argument-type - Argument to bound method `Session.head` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[str | None, str | None]`
[error] invalid-argument-type - Argument to bound method `Session.head` is incorrect: Expected `_Auth | None`, found `tuple[str | None, str | None]`

paasta_tools/cli/fsm_cmd.py

[error] invalid-assignment - Object of type `def symlink_aware_copyfile(...) -> Unknown` is not assignable to attribute `copyfile` of type `def copyfile[_StrOrBytesPathT](src: str | bytes | PathLike[str] | PathLike[bytes], dst: _StrOrBytesPathT, *, follow_symlinks: bool = True) -> _StrOrBytesPathT`
[error] invalid-assignment - Object of type `def symlink_aware_copyfile(...) -> Unknown` is not assignable to attribute `copyfile` of type `def copyfile[_StrOrBytesPathT](src: StrOrBytesPath, dst: _StrOrBytesPathT, *, follow_symlinks: bool = True) -> _StrOrBytesPathT`
[error] invalid-assignment - Object of type `def symlink_aware_copymode(...) -> Unknown` is not assignable to attribute `copymode` of type `def copymode(src: str | bytes | PathLike[str] | PathLike[bytes], dst: str | bytes | PathLike[str] | PathLike[bytes], *, follow_symlinks: bool = True) -> None`
[error] invalid-assignment - Object of type `def symlink_aware_copymode(...) -> Unknown` is not assignable to attribute `copymode` of type `def copymode(src: StrOrBytesPath, dst: StrOrBytesPath, *, follow_symlinks: bool = True) -> None`

paasta_tools/config_utils.py

[error] invalid-argument-type - Argument to function `chdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `chdir` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`

paasta_tools/long_running_service_tools.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

paasta_tools/tron/client.py

[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `_Auth | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `bool | str | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `_Cert | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `_Files | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `str | tuple[str, str] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `_Timeout | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `_Verify | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Auth | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `bool | str | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Cert | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Files | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `str | tuple[str, str] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Timeout | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `_Verify | None`, found `str | dict[str, str]`

paasta_tools/utils.py

[error] not-iterable - Object of type `Sequence[Sequence[str]] | None` may not be iterable
[error] not-iterable - Object of type `UnsafeDeployBlacklist` may not be iterable
[error] not-iterable - Object of type `None` is not iterable
[error] not-iterable - Object of type `UnsafeDeployWhitelist` may not be iterable
[error] invalid-argument-type - Argument to function `signal` is incorrect: Expected `((int, FrameType | None, /) -> Any) | int | None`, found `def signal_handler(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - Argument to function `signal` is incorrect: Expected `_HANDLER`, found `def signal_handler(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - Argument to function `signal` is incorrect: Expected `((int, FrameType | None, /) -> Any) | int | None`, found `def signal_handler(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - Argument to function `signal` is incorrect: Expected `_HANDLER`, found `def signal_handler(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - Argument to function `signal` is incorrect: Expected `((int, FrameType | None, /) -> Any) | int | None`, found `bound method Self@__enter__.handle_timeout(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - Argument to function `signal` is incorrect: Expected `_HANDLER`, found `bound method Self@__enter__.handle_timeout(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - Argument to function `signal` is incorrect: Expected `((int, FrameType | None, /) -> Any) | int | None`, found `def _handle_timeout(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - Argument to function `signal` is incorrect: Expected `_HANDLER`, found `def _handle_timeout(signum: int, frame: FrameType) -> None`

packaging (https://github.com/pypa/packaging)

src/packaging/markers.py

[error] unresolved-attribute - Attribute `value` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`
[error] unresolved-attribute - Attribute `value` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Divergent] | MarkerAtom | str`, found `tuple[Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom], Op | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom], Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]]`
[error] unresolved-attribute - Attribute `serialize` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `MarkerVar | Op | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`

src/packaging/metadata.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[_PayloadType]`

pandas (https://github.com/pandas-dev/pandas)

pandas/tests/apply/test_frame_transform.py

[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `list[((x, a=1, c=0) -> Unknown) | ((x, b=2, c=0) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `list[((x, a=1, c=0) -> Unknown) | ((x, b=2, c=0) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[str] | str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, Unknown]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[Unknown | str] | list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `list[(x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[(x) -> Unknown]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[((x) -> Unknown) | str] | list[(x) -> Unknown]]`

pandas/tests/apply/test_series_transform.py

[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `list[((x, a=1, c=0) -> Unknown) | ((x, b=2, c=0) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `list[((x, a=1, c=0) -> Unknown) | ((x, b=2, c=0) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[str] | str]`

pandas/tests/frame/test_repr.py

[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `list[Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`

pandas/_testing/_warnings.py

[error] invalid-argument-type - Argument to function `getfile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `FrameType | None`
[error] invalid-argument-type - Argument to function `getfile` is incorrect: Expected `_SourceObjectType`, found `FrameType | None`

pandas/core/algorithms.py

[error] unresolved-attribute - Attribute `unique` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `unique` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ArrayLike`
[error] invalid-argument-type - Argument to function `_get_hashtable_algo` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `_get_hashtable_algo` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ArrayLike`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ArrayLike`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
[error] invalid-argument-type - Argument to function `value_counts_arraylike` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `value_counts_arraylike` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `concat_compat` is incorrect: Expected `Sequence[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index]`
[error] invalid-argument-type - Argument to function `concat_compat` is incorrect: Expected `Sequence[ArrayLike]`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index]`

pandas/core/apply.py

[error] invalid-argument-type - Argument to bound method `Index.groupby` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Unknown | dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `Index.groupby` is incorrect: Expected `ListLike`, found `Unknown | dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to function `prepare_function_arguments` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`
[error] invalid-argument-type - Argument to function `prepare_function_arguments` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | str | list[AggFuncTypeBase] | MutableMapping[Hashable, AggFuncTypeBase | list[AggFuncTypeBase]]`
[error] invalid-assignment - Object of type `MutableMapping[Hashable, list[((...) -> Unknown) | str]]` is not assignable to `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]] | None`
[error] invalid-assignment - Object of type `MutableMapping[Hashable, list[AggFuncTypeBase]]` is not assignable to `AggFuncType | None`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[tuple[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `ListLike`, found `Sequence[tuple[Any, Any]]`
[error] invalid-argument-type - Argument to function `relabel_result` is incorrect: Expected `dict[str, list[((...) -> Unknown) | str]]`, found `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`
[error] invalid-argument-type - Argument to function `relabel_result` is incorrect: Expected `dict[str, list[((...) -> Unknown) | str]]`, found `((...) -> Unknown) | str | list[AggFuncTypeBase] | MutableMapping[Hashable, AggFuncTypeBase | list[AggFuncTypeBase]]`

pandas/core/array_algos/datetimelike_accumulations.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[(bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int].__getitem__(key: (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[(a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), /) -> int` cannot be called with key of type `(...) -> Unknown` on object of type `dict[(bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[(bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: ArrayLike, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: ArrayLike, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: ArrayLike, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, [_ArrayT](a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int].__getitem__(key: (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[(a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: ArrayLike, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: ArrayLike, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, (a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), /) -> int` cannot be called with key of type `(...) -> Unknown` on object of type `dict[(bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: ArrayLike, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: ArrayLike, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: ArrayLike, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, [_ArrayT](a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int]`

pandas/core/array_algos/masked_accumulations.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int | Unknown].__getitem__(key: Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[(a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), /) -> int | Unknown` cannot be called with key of type `(...) -> Unknown` on object of type `dict[Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Overload[(a: _ArrayLikeBool_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]], (a: _ArrayLikeUInt_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _ArrayLikeInt_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _ArrayLikeFloat_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _ArrayLikeComplex_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], [_ScalarT](a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: ArrayLike, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: ArrayLike, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: ArrayLike, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, [_ArrayT](a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int | Unknown].__getitem__(key: Overload[(a: _ArrayLikeBool_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]], (a: _ArrayLikeUInt_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _ArrayLikeInt_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _ArrayLikeFloat_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _ArrayLikeComplex_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], (a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, (a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[(a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: ArrayLike, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: ArrayLike, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, (a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), /) -> int | Unknown` cannot be called with key of type `(...) -> Unknown` on object of type `dict[Overload[(a: _ArrayLikeBool_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]], (a: _ArrayLikeUInt_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _ArrayLikeInt_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _ArrayLikeFloat_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _ArrayLikeComplex_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], [_ScalarT](a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _ArrayLikeComplex_co | _ArrayLikeObject_co, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: ArrayLike, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: ArrayLike, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: ArrayLike, axis: SupportsIndex | None, dtype: DTypeLike | None, out: _ArrayT) -> _ArrayT, [_ArrayT](a: ArrayLike, axis: SupportsIndex | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: ArrayLike, /, axis: SupportsIndex = 0, dtype: DTypeLike | None = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int | Unknown]`

pandas/core/array_algos/quantile.py

[error] unresolved-attribute - Attribute `view` is not defined on `str`, `bytes`, `date`, `timedelta`, `int`, `float`, `Interval[Unknown]`, `complex` in union `str | bytes | date | ... omitted 10 union elements`
[error] unresolved-attribute - Attribute `view` is not defined on `str`, `bytes`, `date`, `timedelta`, `int`, `float`, `Interval[Unknown]`, `complex` in union `Scalar`

pandas/core/arrays/_mixins.py

[error] invalid-argument-type - Argument to function `construct_1d_object_array_from_listlike` is incorrect: Expected `Collection[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `construct_1d_object_array_from_listlike` is incorrect: Expected `Collection[Unknown]`, found `ArrayLike`
[error] invalid-assignment - Object of type `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements` is not assignable to `int | integer[Any] | slice[Any, Any, Any] | ... omitted 4 union elements`
[error] invalid-assignment - Object of type `PositionalIndexer | tuple[PositionalIndexer, PositionalIndexer] | ArrayLike` is not assignable to `PositionalIndexer2D`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | integer[Any] | slice[Any, Any, Any] | ... omitted 3 union elements, int | integer[Any] | slice[Any, Any, Any] | ... omitted 3 union elements]) -> Self@value_counts]` cannot be called with key of type `ExtensionArrayNaResult` on object of type `Self@value_counts`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ScalarIndexer) -> Any, (key: SequenceIndexer | tuple[PositionalIndexer, PositionalIndexer]) -> Self@value_counts]` cannot be called with key of type `ExtensionArrayNaResult` on object of type `Self@value_counts`

pandas/core/arrays/base.py

[error] unresolved-attribute - Attribute `any` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `any` is not defined on `ExtensionArray` in union `ArrayLike`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> Self@dropna]` cannot be called with key of type `ExtensionArrayNaResult` on object of type `Self@dropna`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> Self@dropna]` cannot be called with key of type `ExtensionArrayNaResult` on object of type `Self@dropna`

pandas/core/arrays/categorical.py

[error] invalid-argument-type - Argument to function `invalid_comparison` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown] | ... omitted 14 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to function `invalid_comparison` is incorrect: Expected `ArrayLike | list[Unknown] | range | Scalar`, found `Hashable`
[error] unresolved-attribute - Attribute `_codes` is not defined on `RangeIndex`, `ndarray[tuple[Any, ...], dtype[Any]]`, `ExtensionArray` in union `Unknown | RangeIndex | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - Attribute `_codes` is not defined on `RangeIndex`, `ndarray[tuple[Any, ...], dtype[Any]]`, `ExtensionArray` in union `Unknown | RangeIndex | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray | ArrayLike`

pandas/core/arrays/datetimelike.py

[error] no-matching-overload - No overload of bound method `NDArrayBackedExtensionArray.__getitem__` matches arguments
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~str) | Period | Timestamp | Timedelta | NaTType`

pandas/core/arrays/datetimes.py

[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `builtins.bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `TimeAmbiguous`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `builtins.bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `TimeAmbiguous`

pandas/core/arrays/interval.py

[error] invalid-argument-type - Argument to function `intervals_to_interval_bounds` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `intervals_to_interval_bounds` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`

pandas/core/arrays/masked.py

[error] invalid-argument-type - Argument to bound method `BaseMaskedArray._coerce_to_array` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `BaseMaskedArray._coerce_to_array` is incorrect: Expected `DtypeObj`, found `Unknown | None`

pandas/core/arrays/sparse/array.py

[error] invalid-argument-type - Argument to function `result_type` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 13 union elements`, found `object`
[error] invalid-argument-type - Argument to function `result_type` is incorrect: Expected `ArrayLike | DTypeLike | None`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `ExtensionArray` on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `ExtensionArray` on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`

pandas/core/arrays/timedeltas.py

[error] invalid-argument-type - Argument to function `datetime_data` is incorrect: Expected `str | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to function `datetime_data` is incorrect: Expected `str | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `DtypeObj`

pandas/core/common.py

[error] invalid-argument-type - Argument to `RandomState.__init__` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `int | integer[Any] | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `RandomState.__init__` is incorrect: Expected `_ArrayLikeInt_co | BitGenerator | None`, found `int | integer[Any] | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Overload[(iterable: Iterable[builtins.bool | Literal[1, 2, 3, 4, 5, ... omitted 41 literals]], /, start: int = 0) -> int, [_SupportsSumNoDefaultT](iterable: Iterable[_SupportsSumNoDefaultT], /) -> _SupportsSumNoDefaultT | Literal[0], [_AddableT1, _AddableT2](iterable: Iterable[_AddableT1], /, start: _AddableT2) -> _AddableT1 | _AddableT2] | Overload[[SupportsRichComparisonT](arg1: SupportsRichComparisonT, arg2: SupportsRichComparisonT, /, *_args: SupportsRichComparisonT, *, key: None = None) -> SupportsRichComparisonT, [_T](arg1: _T, arg2: _T, /, *_args: _T, *, key: (_T, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]) -> _T, [SupportsRichComparisonT](iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None) -> SupportsRichComparisonT, [_T](iterable: Iterable[_T], /, *, key: (_T, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]) -> _T, [SupportsRichComparisonT, _T](iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None, default: _T) -> SupportsRichComparisonT | _T, [_T1, _T2](iterable: Iterable[_T1], /, *, key: (_T1, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any], default: _T2) -> _T1 | _T2] | Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> numpy.bool[builtins.bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT] | ... omitted 8 union elements`, found `(...) -> Unknown`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Overload[(iterable: Iterable[builtins.bool | _LiteralInteger], /, start: int = 0) -> int, [_SupportsSumNoDefaultT](iterable: Iterable[_SupportsSumNoDefaultT], /) -> _SupportsSumNoDefaultT | Literal[0], [_AddableT1, _AddableT2](iterable: Iterable[_AddableT1], /, start: _AddableT2) -> _AddableT1 | _AddableT2] | Overload[[SupportsRichComparisonT](arg1: SupportsRichComparisonT, arg2: SupportsRichComparisonT, /, *_args: SupportsRichComparisonT, *, key: None = None) -> SupportsRichComparisonT, [_T](arg1: _T, arg2: _T, /, *_args: _T, *, key: (_T, /) -> SupportsRichComparison) -> _T, [SupportsRichComparisonT](iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None) -> SupportsRichComparisonT, [_T](iterable: Iterable[_T], /, *, key: (_T, /) -> SupportsRichComparison) -> _T, [SupportsRichComparisonT, _T](iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None, default: _T) -> SupportsRichComparisonT | _T, [_T1, _T2](iterable: Iterable[_T1], /, *, key: (_T1, /) -> SupportsRichComparison, default: _T2) -> _T1 | _T2] | Overload[(a: ArrayLike | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> numpy.bool[builtins.bool], (a: ArrayLike | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: _BoolLike_co | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> Any, [_ArrayT](a: ArrayLike | None, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: _BoolLike_co | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: ArrayLike | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: _BoolLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT] | ... omitted 8 union elements`, found `(...) -> Unknown`

pandas/core/construction.py

[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `object`
[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `Scalar`, found `object`

pandas/core/dtypes/cast.py

[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `str | bytes | date | ... omitted 10 union elements`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `Scalar`
[error] invalid-assignment - Object of type `Timedelta | NaTType` is not assignable to `str | bytes | date | ... omitted 10 union elements`
[error] invalid-assignment - Object of type `Timedelta | NaTType` is not assignable to `Scalar`
[error] invalid-argument-type - Argument to function `trans` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `trans` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `trans` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `trans` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `allclose` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `allclose` is incorrect: Expected `numpy._typing._array_like.ArrayLike`, found `pandas._typing.ArrayLike`
[error] invalid-argument-type - Argument to function `allclose` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `allclose` is incorrect: Expected `numpy._typing._array_like.ArrayLike`, found `pandas._typing.ArrayLike`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `array_equal` is incorrect: Expected `numpy._typing._array_like.ArrayLike`, found `pandas._typing.ArrayLike`
[error] invalid-return-type - Return type does not match returned value: expected `dtype[Any] | ExtensionDtype | None`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `DtypeObj | None`, found `object`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_validate_setitem_value`
[error] unresolved-attribute - Object of type `ArrayLike` has no attribute `_validate_setitem_value`

pandas/core/dtypes/dtypes.py

[error] no-matching-overload - No overload of function `amax` matches arguments
[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `~None`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `ListLike`, found `~None`
[error] invalid-assignment - Object of type `str | Any` is not assignable to `Literal["left", "right", "both", "neither"] | None`
[error] invalid-assignment - Object of type `str | Any` is not assignable to `IntervalClosedType | None`
[error] invalid-assignment - Object of type `dtype[Any] | ExtensionDtype` is not assignable to attribute `_subtype` of type `None | dtype[Any]`
[error] invalid-assignment - Object of type `DtypeObj` is not assignable to attribute `_subtype` of type `None | dtype[Any]`
[error] invalid-return-type - Return type does not match returned value: expected `Literal["left", "right", "both", "neither"]`, found `Literal["left", "right", "both", "neither"] | None`
[error] invalid-return-type - Return type does not match returned value: expected `IntervalClosedType`, found `Literal["left", "right", "both", "neither"] | None`
[error] invalid-argument-type - Argument to `NumpyEADtype.__init__` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 7 union elements`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to `NumpyEADtype.__init__` is incorrect: Expected `DTypeLike | NumpyEADtype | None`, found `DtypeObj`

pandas/core/frame.py

[error] no-matching-overload - No overload of bound method `DataFrame.dot` matches arguments
[error] invalid-argument-type - Argument to function `fromarrays` is incorrect: Expected `DTypeLike | None`, found `dict[str, list[str] | list[Unknown]]`
[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(Unknown & ~DataFrame & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `Scalar`, found `(Unknown & ~DataFrame & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - Argument to function `construct_2d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(Unknown & ~DataFrame & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - Argument to function `construct_2d_arraylike_from_scalar` is incorrect: Expected `Scalar`, found `(Unknown & ~DataFrame & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | list[int | integer[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `ArrayLike`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | list[int | integer[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Hashable & ~None`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ListLike`, found `Hashable & ~None`
[error] invalid-argument-type - Argument to function `frame_apply` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `frame_apply` is incorrect: Expected `AggFuncType`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `ArrayLike`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `(Sequence[Unknown] & ~Top[dict[Unknown, Unknown]] & ~Series & ~DataFrame) | (Mapping[Unknown, Unknown] & ~Top[dict[Unknown, Unknown]] & ~Series & ~DataFrame)`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `(Sequence[Unknown] & ~Top[dict[Unknown, Unknown]] & ~Series & ~DataFrame) | (Mapping[Unknown, Unknown] & ~Top[dict[Unknown, Unknown]] & ~Series & ~DataFrame)`

pandas/core/generic.py

[error] no-matching-overload - No overload of function `random_state` matches arguments
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ListLike`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ListLike`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
[error] invalid-argument-type - Argument to function `inv` is incorrect: Expected `_SupportsInversion[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `inv` is incorrect: Expected `_SupportsInversion[Unknown]`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `neg` is incorrect: Expected `_SupportsNeg[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `neg` is incorrect: Expected `_SupportsNeg[Unknown]`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `pos` is incorrect: Expected `_SupportsPos[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `pos` is incorrect: Expected `_SupportsPos[Unknown]`, found `ArrayLike`
[error] invalid-assignment - Object of type `str` is not assignable to `int | Literal["index", "columns", "rows"]`
[error] invalid-assignment - Object of type `str` is not assignable to `Axis`

pandas/core/groupby/generic.py

[error] invalid-argument-type - Argument to function `get_join_indexers` is incorrect: Expected `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
[error] invalid-argument-type - Argument to function `get_join_indexers` is incorrect: Expected `list[ArrayLike]`, found `list[ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]]`

pandas/core/groupby/groupby.py

[error] no-matching-overload - No overload of function `random_state` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], dtype[Any] | ExtensionDtype | None]`, found `tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], (ExtensionDtype & ~StringDtype) | dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], DtypeObj | None]`, found `tuple[ArrayLike, (ExtensionDtype & ~StringDtype) | dtype[Any]]`

pandas/core/groupby/grouper.py

[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Any]] | Index` is not assignable to `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Any]] | Index` is not assignable to `ArrayLike`

pandas/core/groupby/ops.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[Hashable, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`, found `dict[Hashable, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]] | dict[tuple[int | float | Unknown, ...], ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[Hashable, ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]]`, found `dict[Hashable, ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]] | dict[tuple[int | float | Unknown, ...], ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `Hashable` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `Hashable` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `Hashable` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `Hashable` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/indexes/base.py

[error] invalid-assignment - Invalid subscript assignment with key of type `AnyArrayLike | SequenceNotStr[Unknown] | range | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` and value of type `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `DtypeObj | None`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `Index._dtype_to_subclass` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `Index._dtype_to_subclass` is incorrect: Expected `DtypeObj`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int | Sequence[int]`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` is not assignable to `int | Sequence[int]`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Hashable]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Hashable]`, found `ListLike`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `ndarray[tuple[Any, ...], dtype[Any]] | Series | SequenceNotStr[Unknown] | range | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `AnyArrayLike | SequenceNotStr[Unknown] | range | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsComparison`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsComparison`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsComparison`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsComparison`, found `ArrayLike`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Index, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None]`, found `tuple[Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], None | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], None | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Index, ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None, ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None]`, found `tuple[Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], None | ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]], None | ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]]`
[error] invalid-argument-type - Argument to function `restore_dropped_levels_multijoin` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[error] invalid-argument-type - Argument to function `restore_dropped_levels_multijoin` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None`
[error] invalid-argument-type - Argument to function `restore_dropped_levels_multijoin` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[error] invalid-argument-type - Argument to function `restore_dropped_levels_multijoin` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `ListLike | set[Unknown]`
[error] invalid-assignment - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]` is not assignable to `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Object of type `AnyArrayLike | tuple[AnyArrayLike, ndarray[tuple[Any, ...], dtype[Any]]]` is not assignable to `Index | ArrayLike`

pandas/core/indexes/datetimelike.py

[error] invalid-assignment - Object of type `slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int | slice[Any, Any, Any] | Sequence[int]`
[error] invalid-assignment - Object of type `slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` is not assignable to `int | slice[Any, Any, Any] | Sequence[int]`

pandas/core/indexes/interval.py

[error] invalid-argument-type - Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `maybe_box_datetimelike` is incorrect: Expected `Scalar`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `maybe_box_datetimelike` is incorrect: Expected `Scalar`, found `Unknown | None`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `str | bytes | date | ... omitted 10 union elements`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Scalar`

pandas/core/indexes/multi.py

[error] invalid-argument-type - Argument to function `lexsort` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `lexsort` is incorrect: Expected `ArrayLike`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` is not assignable to `int`

pandas/core/indexes/range.py

[error] invalid-return-type - Return type does not match returned value: expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `Index`, found `Index | ArrayLike`
[error] invalid-return-type - Return type does not match returned value: expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `Index`, found `Index | ArrayLike`
[error] invalid-argument-type - Argument to function `check_array_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `range`
[error] invalid-argument-type - Argument to function `check_array_indexer` is incorrect: Expected `AnyArrayLike`, found `range`

pandas/core/indexing.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `Unknown` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `Unknown` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_ndarray`
[error] unresolved-attribute - Object of type `ArrayLike` has no attribute `_ndarray`
[error] invalid-argument-type - Argument to constructor `ndarray.__new__` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-argument-type - Argument to constructor `ndarray.__new__` is incorrect: Expected `_ShapeLike`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`

pandas/core/internals/blocks.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[int, int]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[int, int]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[slice[Any, Any, Any], int]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[slice[Any, Any, Any], int]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`

pandas/core/internals/concat.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`

pandas/core/internals/construction.py

[error] invalid-argument-type - Argument to function `ensure_index` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `dict_keys[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `ensure_index` is incorrect: Expected `ListLike`, found `dict_keys[Unknown, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]], Index]`, found `tuple[list[ExtensionArray], Index]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[ArrayLike], Index]`, found `tuple[list[ExtensionArray], Index]`
[error] invalid-argument-type - Argument to function `maybe_cast_to_datetime` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `maybe_cast_to_datetime` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`, found `ArrayLike`

pandas/core/internals/managers.py

[error] invalid-assignment - Object of type `dtype[Any] | ExtensionDtype | None` is not assignable to `dtype[Any] | None`
[error] invalid-assignment - Object of type `DtypeObj | None` is not assignable to `dtype[Any] | None`
[error] invalid-argument-type - Argument to function `ensure_np_dtype` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `dtype[Any] | None`
[error] invalid-argument-type - Argument to function `ensure_np_dtype` is incorrect: Expected `DtypeObj`, found `dtype[Any] | None`

pandas/core/internals/ops.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[Any, ...], dtype[Any]] | slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[Any, ...], dtype[Any]] | slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[Any, ...], dtype[Any]] | slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[Any, ...], dtype[Any]] | slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`

pandas/core/missing.py

[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_data`
[error] unresolved-attribute - Object of type `ArrayLike` has no attribute `_data`
[error] unresolved-attribute - Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ArrayLike`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_pa_array`
[error] unresolved-attribute - Object of type `ArrayLike` has no attribute `_pa_array`
[error] invalid-return-type - Return type does not match returned value: expected `int | None`, found `signedinteger[_64Bit]`
[error] invalid-return-type - Return type does not match returned value: expected `int | None`, found `signedinteger[_NBitIntP]`

pandas/core/nanops.py

[error] invalid-argument-type - Argument to function `_maybe_arg_null_out` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Any | signedinteger[_64Bit]`
[error] invalid-argument-type - Argument to function `_maybe_arg_null_out` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Any | signedinteger[_NBitIntP]`
[error] invalid-argument-type - Argument to function `_maybe_arg_null_out` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Any | signedinteger[_64Bit]`
[error] invalid-argument-type - Argument to function `_maybe_arg_null_out` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Any | signedinteger[_NBitIntP]`

pandas/core/ops/array_ops.py

[error] invalid-argument-type - Argument to function `_bool_arith_check` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `_bool_arith_check` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `_na_arithmetic_op` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `_na_arithmetic_op` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ArrayLike`

pandas/core/resample.py

[error] invalid-argument-type - Argument to `ResamplerWindowApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `ResamplerWindowApply.__init__` is incorrect: Expected `AggFuncType`, found `Unknown | None`
[error] invalid-assignment - Object of type `str | date | datetime64[date | int | None] | ... omitted 3 union elements` is not assignable to attribute `origin` of type `Timestamp | Literal["epoch", "start", "start_day", "end", "end_day"]`
[error] invalid-assignment - Object of type `TimestampConvertibleTypes` is not assignable to attribute `origin` of type `TimeGrouperOrigin`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to attribute `origin` of type `Timestamp | Literal["epoch", "start", "start_day", "end", "end_day"]`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to attribute `origin` of type `TimeGrouperOrigin`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `Unknown | None`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `Timestamp | Literal["epoch", "start", "start_day", "end", "end_day"]`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `TimeGrouperOrigin`

pandas/core/reshape/concat.py

[error] invalid-argument-type - Argument to function `ensure_index` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Iterable[Hashable]`
[error] invalid-argument-type - Argument to function `ensure_index` is incorrect: Expected `ListLike`, found `Iterable[Hashable]`

pandas/core/reshape/encoding.py

[error] invalid-assignment - Object of type `ArrowDtype` is not assignable to `str | dtype[Any] | type | None`
[error] invalid-assignment - Object of type `ArrowDtype` is not assignable to `NpDtype | None`
[error] invalid-assignment - Object of type `dtype[Any] | ExtensionDtype` is not assignable to `str | dtype[Any] | type | None`
[error] invalid-assignment - Object of type `DtypeObj` is not assignable to `NpDtype | None`

pandas/core/reshape/melt.py

[error] invalid-argument-type - Argument to bound method `Index.difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`
[error] invalid-argument-type - Argument to bound method `Index.difference` is incorrect: Expected `ListLike`, found `set[Hashable]`

pandas/core/reshape/merge.py

[error] no-matching-overload - No overload of function `take_nd` matches arguments
[error] no-matching-overload - No overload of function `take_nd` matches arguments
[error] unresolved-attribute - Attribute `any` is not defined on `ExtensionArray` in union `ArrayLike | Series | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_pa_array`
[error] unresolved-attribute - Object of type `ArrayLike` has no attribute `_pa_array`
[error] unresolved-attribute - Attribute `_values_for_factorize` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `_values_for_factorize` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ArrayLike`

pandas/core/reshape/pivot.py

[error] invalid-argument-type - Argument to function `__internal_pivot_table` is incorrect: Expected `((...) -> Unknown) | str | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `object`
[error] invalid-argument-type - Argument to function `__internal_pivot_table` is incorrect: Expected `AggFuncTypeBase | MutableMapping[Hashable, AggFuncTypeBase | list[AggFuncTypeBase]]`, found `object | AggFuncTypeBase`
[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `((obj: Sized, /) -> int) | int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `AggFuncType`, found `((obj: Sized, /) -> int) | int | Unknown | None`

pandas/core/series.py

[error] invalid-argument-type - Argument to `SeriesApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `(Unknown & ~None) | dict[str, Unknown]`
[error] invalid-argument-type - Argument to `SeriesApply.__init__` is incorrect: Expected `AggFuncType`, found `(Unknown & ~None) | dict[str, Unknown]`

pandas/core/sorting.py

[error] invalid-assignment - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series` is not assignable to `Index`
[error] invalid-assignment - Object of type `ArrayLike | Index | Series` is not assignable to `Index`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | Series`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | Series`

pandas/core/tools/datetimes.py

[error] invalid-return-type - Return type does not match returned value: expected `DatetimeIndex | Series | int | ... omitted 5 union elements`, found `Timestamp | Series | Index | Unknown | NaTType`
[error] invalid-return-type - Return type does not match returned value: expected `DatetimeIndex | Series | DatetimeScalar | NaTType`, found `Timestamp | Series | Index | Unknown | NaTType`

pandas/core/tools/timedeltas.py

[error] invalid-assignment - Object of type `object` is not assignable to `str | int | float | ... omitted 8 union elements`
[error] invalid-assignment - Object of type `object` is not assignable to `str | int | float | ... omitted 7 union elements`

pandas/core/window/rolling.py

[error] invalid-argument-type - Argument to `ResamplerWindowApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `ResamplerWindowApply.__init__` is incorrect: Expected `AggFuncType`, found `Unknown | None`

pandas/io/common.py

[error] invalid-assignment - Object of type `object` is not assignable to `str | PathLike[str] | BaseBufferT@stringify_path`
[error] invalid-assignment - Object of type `object` is not assignable to `FilePath | BaseBufferT@stringify_path`
[error] invalid-argument-type - Argument to `_BytesZipFile.__init__` is incorrect: Expected `str | PathLike[str] | ReadBuffer[bytes] | WriteBuffer[bytes]`, found `str | BaseBuffer`
[error] invalid-argument-type - Argument to `_BytesZipFile.__init__` is incorrect: Expected `FilePath | ReadBuffer[bytes] | WriteBuffer[bytes]`, found `str | BaseBuffer`
[error] invalid-argument-type - Argument to `LZMAFile.__init__` is incorrect: Expected `str | bytes | PathLike[str] | ... omitted 3 union elements`, found `str | BaseBuffer`
[error] invalid-argument-type - Argument to `LZMAFile.__init__` is incorrect: Expected `_PathOrFile | None`, found `str | BaseBuffer`

pandas/io/formats/excel.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[object, ...], dtype[object]]`

pandas/io/formats/info.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterable[ExtensionDtype | str | dtype[Any] | type]`, found `Unknown | dtype[Any] | ExtensionDtype`
[error] invalid-return-type - Return type does not match returned value: expected `Iterable[Dtype]`, found `Unknown | dtype[Any] | ExtensionDtype`

pandas/io/formats/printing.py

[error] invalid-argument-type - Argument to function `_pprint_seq` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `(ndarray[tuple[object, ...], dtype[object]] & ~<Protocol with members '__next__'>) | (void & ~<Protocol with members '__next__'>) | (Top[list[Unknown]] & ~<Protocol with members '__next__'>) | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `_pprint_seq` is incorrect: Expected `ListLike`, found `(ndarray[tuple[object, ...], dtype[object]] & ~<Protocol with members '__next__'>) | (void & ~<Protocol with members '__next__'>) | (Top[list[Unknown]] & ~<Protocol with members '__next__'>) | ... omitted 6 union elements`
[error] invalid-assignment - Object of type `list[object]` is not assignable to `Iterable[str] | None`
[error] invalid-assignment - Object of type `list[object]` is not assignable to `EscapeChars | None`

pandas/io/formats/style.py

[error] invalid-argument-type - Argument to bound method `Index.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `Index.isin` is incorrect: Expected `ListLike | set[Unknown]`, found `DataFrame`
[error] invalid-argument-type - Argument to function `ge` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
[error] invalid-argument-type - Argument to function `ge` is incorrect: Expected `_SupportsComparison`, found `NDFrame`
[error] invalid-argument-type - Argument to function `gt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
[error] invalid-argument-type - Argument to function `gt` is incorrect: Expected `_SupportsComparison`, found `NDFrame`
[error] invalid-argument-type - Argument to function `ge` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `ge` is incorrect: Expected `_SupportsComparison`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `gt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `gt` is incorrect: Expected `_SupportsComparison`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsComparison`, found `NDFrame`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsComparison`, found `NDFrame`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsComparison`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsComparison`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`

pandas/io/formats/style_render.py

[error] invalid-argument-type - Argument to function `_maybe_wrap_formatter` is incorrect: Expected `str | ((...) -> Unknown) | None`, found `object`
[error] invalid-argument-type - Argument to function `_maybe_wrap_formatter` is incorrect: Expected `BaseFormatter | None`, found `object`
[error] invalid-assignment - Object of type `dict[int, object]` is not assignable to `str | ((...) -> Unknown) | dict[Any, str | ((...) -> Unknown) | None] | None`
[error] invalid-assignment - Object of type `dict[int, object]` is not assignable to `ExtFormatter | None`
[error] invalid-assignment - Object of type `dict[int, object]` is not assignable to `str | ((...) -> Unknown) | dict[Any, str | ((...) -> Unknown) | None] | None`
[error] invalid-assignment - Object of type `dict[int, object]` is not assignable to `ExtFormatter | None`

pandas/io/json/_json.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to `DtypeArg | None`

pandas/io/parsers/base_parser.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Hashable, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Hashable, ArrayLike]`

pandas/io/parsers/python_parser.py

[error] invalid-assignment - Object of type `(ReadCsvBuffer[str] & Top[list[Unknown]]) | list[Unknown]` is not assignable to attribute `data` of type `Iterator[list[str]] | list[list[str | bytes | date | ... omitted 10 union elements]]`
[error] invalid-assignment - Object of type `(ReadCsvBuffer[str] & Top[list[Unknown]]) | list[Unknown]` is not assignable to attribute `data` of type `Iterator[list[str]] | list[list[Scalar]]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Unknown | set[Unknown]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `Unknown | set[Unknown]`
[error] invalid-argument-type - Argument to bound method `PythonParser._handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `PythonParser._handle_usecols` is incorrect: Expected `list[list[Scalar | None]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `PythonParser._handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `PythonParser._handle_usecols` is incorrect: Expected `list[Scalar | None]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `PythonParser._check_comments` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `PythonParser._check_comments` is incorrect: Expected `list[list[Scalar]]`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `PythonParser._is_line_empty` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements]`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonParser._is_line_empty` is incorrect: Expected `Sequence[Scalar]`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `list[str | bytes | date | ... omitted 10 union elements] | None`, found `list[str]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Scalar] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `PythonParser._remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[Never] | list[list[str | bytes | date | ... omitted 10 union elements]]`
[error] invalid-argument-type - Argument to bound method `PythonParser._remove_skipped_rows` is incorrect: Expected `list[list[Scalar]]`, found `list[Never] | list[list[Scalar]]`

pandas/io/pytables.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None | int` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None | int` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] unresolved-attribute - Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, Dtype]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, Dtype]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array` is incorrect: Expected `AnyArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array` is incorrect: Expected `AnyArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array_empty` is incorrect: Expected `ArrayLike`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array_empty` is incorrect: Expected `ArrayLike`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `NDFrame._get_axis_name` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `NDFrame._get_axis_name` is incorrect: Expected `Axis`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to function `_get_data_and_dtype_name` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to function `_get_data_and_dtype_name` is incorrect: Expected `ArrayLike`, found `Index`
[error] unresolved-attribute - Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ArrayLike`

pandas/io/sas/sas_xport.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `str` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `str` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`

pandas/io/sql.py

[error] invalid-assignment - Object of type `dict[Unknown, ExtensionDtype | str | dtype[Any] | type | Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `dict[Unknown, ExtensionDtype | str | dtype[Any] | type | Mapping[Hashable, Dtype]]` is not assignable to `DtypeArg | None`
[error] invalid-assignment - Object of type `dict[Unknown, ExtensionDtype | str | dtype[Any] | type | Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `dict[Unknown, ExtensionDtype | str | dtype[Any] | type | Mapping[Hashable, Dtype]]` is not assignable to `DtypeArg | None`

pandas/io/stata.py

[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `FileDescriptorOrPath`, found `str | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
[error] invalid-argument-type - Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
[error] invalid-argument-type - Argument to function `unlink` is incorrect: Expected `StrOrBytesPath`, found `str | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`

pandas/plotting/_matplotlib/core.py

[error] no-matching-overload - No overload of function `tile` matches arguments
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[str]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ListLike`, found `Sequence[str]`
[error] invalid-argument-type - Argument to bound method `Index.difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`
[error] invalid-argument-type - Argument to bound method `Index.difference` is incorrect: Expected `ListLike`, found `set[Hashable]`

pandas/plotting/_matplotlib/style.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, str | Sequence[int | float]] | list[str | Sequence[int | float]]`, found `dict[str, str | Sequence[int | float]] | (Sequence[str | Sequence[int | float]] & Top[dict[Unknown, Unknown]]) | (Sequence[int | float] & Top[dict[Unknown, Unknown]])`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, MatplotlibColor] | list[MatplotlibColor]`, found `dict[str, MatplotlibColor] | (Sequence[int | float] & Top[dict[Unknown, Unknown]]) | (Sequence[MatplotlibColor] & Top[dict[Unknown, Unknown]])`

pandas/tests/apply/test_frame_apply.py

[error] invalid-argument-type - Argument to bound method `DataFrame.apply` is incorrect: Expected `AggFuncType`, found `list[(x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `DataFrame.apply` is incorrect: Expected `AggFuncType`, found `dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `DataFrame.apply` is incorrect: Expected `AggFuncType`, found `list[str | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `Dtype | None`, found `list[str]`

pandas/tests/apply/test_invalid_arg.py

[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str | int, <class 'int'> | <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, (x) -> int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `DataFrame.transform` is incorrect: Expected `AggFuncType`, found `dict[str, (x) -> Unknown]`

pandas/tests/apply/test_series_apply.py

[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `dict[str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[Unknown] | list[str]]`
[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[Unknown | str] | list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `list[((x) -> Unknown) | ((_) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `dict[str, ((_) -> Unknown) | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[(_) -> Unknown] | list[(x) -> Unknown]]`
[error] invalid-argument-type - Argument to bound method `Series.transform` is incorrect: Expected `AggFuncType`, found `dict[str, list[((x) -> Unknown) | ((_) -> Unknown)] | list[(x) -> Unknown]]`
[error] invalid-argument-type - Argument to bound method `Series.apply` is incorrect: Expected `AggFuncType`, found `list[str | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to constructor `unsignedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `unsignedinteger.__new__` is incorrect: Expected `_ConvertibleToInt`, found `list[int]`

pandas/tests/arithmetic/test_timedelta64.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]` and `timedelta`

pandas/tests/arrays/boolean/test_function.py

[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `ArrayLike`, found `ExtensionArray`

pandas/tests/arrays/categorical/test_algos.py

[error] invalid-argument-type - Argument to bound method `Categorical.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[str | int | float]`
[error] invalid-argument-type - Argument to bound method `Categorical.isin` is incorrect: Expected `ArrayLike`, found `list[str | int | float]`
[error] invalid-argument-type - Argument to bound method `Categorical.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Categorical.isin` is incorrect: Expected `ArrayLike`, found `list[str]`

pandas/tests/arrays/categorical/test_dtypes.py

[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `categories`
[error] unresolved-attribute - Object of type `DtypeObj` has no attribute `categories`

pandas/tests/arrays/floating/test_function.py

[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `ArrayLike`, found `ExtensionArray`

pandas/tests/arrays/integer/test_function.py

[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `ArrayLike`, found `ExtensionArray`

pandas/tests/arrays/numpy_/test_indexing.py

[error] invalid-argument-type - Argument to function `argsort` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to function `argsort` is incorrect: Expected `ArrayLike`, found `ExtensionArray`

pandas/tests/arrays/numpy_/test_numpy.py

[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `ArrayLike`, found `ExtensionArray`

pandas/tests/arrays/sparse/test_indexing.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> SparseArray]` cannot be called with key of type `list[bool]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ScalarIndexer) -> Any, (key: SequenceIndexer) -> SparseArray]` cannot be called with key of type `list[bool]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ScalarIndexer) -> Any, (key: SequenceIndexer) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ScalarIndexer) -> Any, (key: SequenceIndexer) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], None, None], slice[None, None, None]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ScalarIndexer) -> Any, (key: SequenceIndexer) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], None, None], slice[None, None, None]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> SparseArray]` cannot be called with key of type `list[bool]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ScalarIndexer) -> Any, (key: SequenceIndexer) -> SparseArray]` cannot be called with key of type `list[bool]` on object of type `SparseArray`

pandas/tests/arrays/test_array.py

[error] invalid-argument-type - Argument to function `array` is incorrect: Expected `Sequence[object] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `array` is incorrect: Expected `Sequence[object] | AnyArrayLike`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `array` is incorrect: Expected `Sequence[object] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `DataFrame`
[error] invalid-argument-type - Argument to function `array` is incorrect: Expected `Sequence[object] | AnyArrayLike`, found `DataFrame`

pandas/tests/arrays/test_datetimes.py

[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType | Any`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `NumpyValueArrayLike | ExtensionArray`, found `Period | Timestamp | Timedelta | NaTType | Any`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType | Any`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `NumpyValueArrayLike | ExtensionArray`, found `Timestamp | NaTType | Any`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `NumpyValueArrayLike | ExtensionArray`, found `Period | Timestamp | Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType | Any`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `NumpyValueArrayLike | ExtensionArray`, found `Period | Timestamp | Timedelta | NaTType | Any`

pandas/tests/construction/test_extract_array.py

[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ArrayLike`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ArrayLike`

pandas/tests/copy_view/test_methods.py

[error] unresolved-attribute - Attribute `values` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `str | bytes | date | ... omitted 12 union elements`
[error] unresolved-attribute - Attribute `values` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `Scalar | Series | DataFrame`
[error] unresolved-attribute - Attribute `iloc` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `str | bytes | date | ... omitted 12 union elements`
[error] unresolved-attribute - Attribute `iloc` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `Scalar | Series | DataFrame`
[error] unresolved-attribute - Attribute `values` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `str | bytes | date | ... omitted 12 union elements`
[error] unresolved-attribute - Attribute `values` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `Scalar | Series | DataFrame`

pandas/tests/dtypes/cast/test_construct_from_scalar.py

[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `Scalar`, found `Timedelta | NaTType`

pandas/tests/dtypes/cast/test_dict_compat.py

[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`, found `dict[datetime64[date | int | None], int]`
[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[Scalar, Scalar]`, found `dict[datetime64[date | int | None], int]`
[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`, found `dict[Timestamp | NaTType, int]`
[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[Scalar, Scalar]`, found `dict[Timestamp | NaTType, int]`
[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[Scalar, Scalar]`, found `dict[int, int]`

pandas/tests/dtypes/test_common.py

[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `DtypeObj | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `<class 'signedinteger[_64Bit]'>`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `DtypeObj | None`, found `<class 'signedinteger[_64Bit]'>`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `Series`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `DtypeObj | None`, found `Series`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `DtypeObj | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `<class 'datetime64'>`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `DtypeObj | None`, found `<class 'datetime64'>`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `Series`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `DtypeObj | None`, found `Series`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `DtypeObj | None`, found `DatetimeIndex`

pandas/tests/dtypes/test_dtypes.py

[error] invalid-argument-type - Argument to `IntervalDtype.__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `IntervalDtype.__init__` is incorrect: Expected `IntervalClosedType | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `CategoricalDtype.__init__` is incorrect: Expected `bool | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `CategoricalDtype.__init__` is incorrect: Expected `Ordered`, found `Literal["foo"]`

pandas/tests/extension/base/io.py

[error] no-matching-overload - No overload of function `read_csv` matches arguments

pandas/tests/extension/date/array.py

[error] invalid-argument-type - Argument to bound method `ExtensionArray.to_numpy` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `dtype[Any] | (ExtensionDtype & ~DateDtype)`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.to_numpy` is incorrect: Expected `DTypeLike | None`, found `dtype[Any] | (ExtensionDtype & ~DateDtype)`

pandas/tests/extension/decimal/array.py

[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `int | float | integer[Any]`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `_DecimalNew`, found `int | float | integer[Any]`

pandas/tests/extension/test_arrow.py

[error] no-matching-overload - No overload of function `read_csv` matches arguments
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`
[error] unresolved-attribute - Object of type `DtypeObj` has no attribute `pyarrow_dtype`
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`
[error] unresolved-attribute - Object of type `DtypeObj` has no attribute `pyarrow_dtype`

pandas/tests/frame/indexing/test_setitem.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[int], dtype[signedinteger[_64Bit]]], ndarray[tuple[int], dtype[signedinteger[_64Bit]]]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: ScalarIndexer) -> Any, (item: SequenceIndexer) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]], ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]]` on object of type `ExtensionArray`

pandas/tests/frame/methods/test_between_time.py

[error] invalid-argument-type - Argument to bound method `NDFrame.between_time` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Literal["bad_string"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.between_time` is incorrect: Expected `IntervalClosedType`, found `Literal["bad_string"]`

pandas/tests/frame/methods/test_cov_corr.py

[error] invalid-argument-type - Argument to bound method `DataFrame.corr` is incorrect: Expected `Literal["pearson", "kendall", "spearman"] | ((ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]], /) -> int | float)`, found `Literal["____"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.corr` is incorrect: Expected `CorrelationMethod`, found `Literal["____"]`

pandas/tests/frame/methods/test_diff.py

[error] no-matching-overload - No overload of function `repeat` matches arguments
[error] no-matching-overload - No overload of function `tile` matches arguments

pandas/tests/frame/methods/test_dropna.py

[error] invalid-argument-type - Argument to bound method `DataFrame.dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.dropna` is incorrect: Expected `Axis`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.dropna` is incorrect: Expected `Axis`, found `tuple[Literal[0], Literal[1]]`

pandas/tests/frame/methods/test_info.py

[error] invalid-argument-type - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `size` is incorrect: Expected `ArrayLike`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/frame/methods/test_reindex.py

[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `Scalar | None`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Period`
[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `Scalar | None`, found `Period`
[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `Literal["backfill", "bfill", "ffill", "pad", "nearest"] | None`, found `Literal["asfreq"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `ReindexMethod | None`, found `Literal["asfreq"]`

pandas/tests/frame/methods/test_round.py

[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[IndexLabel, int] | Series`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[IndexLabel, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[IndexLabel, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[IndexLabel, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[IndexLabel, int] | Series`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[IndexLabel, int] | Series`, found `dict[str, int | str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | list[int]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[IndexLabel, int] | Series`, found `dict[str, int | list[int]]`

pandas/tests/frame/methods/test_sample.py

[error] invalid-argument-type - Argument to bound method `NDFrame.sample` is incorrect: Expected `int | Literal["index", "columns", "rows"] | None`, found `Literal["not_a_name"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.sample` is incorrect: Expected `Axis | None`, found `Literal["not_a_name"]`

pandas/tests/frame/methods/test_to_records.py

[error] invalid-argument-type - Argument to function `fromarrays` is incorrect: Expected `DTypeLike | None`, found `dict[str, list[str]]`
[error] no-matching-overload - No overload of function `array` matches arguments

pandas/tests/frame/methods/test_transpose.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/frame/test_arithmetic.py

[error] invalid-argument-type - Argument to bound method `DataFrame.sub` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `None`
[error] invalid-argument-type - Argument to bound method `DataFrame.sub` is incorrect: Expected `Axis`, found `None`

pandas/tests/frame/test_constructors.py

[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ListLike | None`, found `set[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ListLike | None`, found `set[str]`

pandas/tests/frame/test_iteration.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `(...) -> Series`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `(...) -> Series`

pandas/tests/groupby/methods/test_quantile.py

[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | AnyArrayLike`, found `list[int | float]`

pandas/tests/groupby/test_groupby_dropna.py

[error] no-matching-overload - No overload of bound method `Generator.choice` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.choice` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.choice` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.choice` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.choice` matches arguments

pandas/tests/indexes/categorical/test_indexing.py

[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `Literal["backfill", "bfill", "ffill", "pad", "nearest"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `ReindexMethod | None`, found `Literal["invalid"]`

pandas/tests/indexes/datetimes/methods/test_delete.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/methods/test_insert.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/methods/test_shift.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/methods/test_tz_localize.py

[error] invalid-argument-type - Argument to bound method `DatetimeIndex.tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DatetimeIndex.tz_localize` is incorrect: Expected `TimeAmbiguous`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `TimeAmbiguous`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `TimeAmbiguous`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DatetimeIndex.tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DatetimeIndex.tz_localize` is incorrect: Expected `TimeAmbiguous`, found `list[int]`

pandas/tests/indexes/datetimes/test_constructors.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_date_range.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `timedelta`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `timedelta`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `bdate_range` is incorrect: Expected `str | BaseOffset | timedelta`, found `None`
[error] invalid-argument-type - Argument to function `bdate_range` is incorrect: Expected `Frequency | timedelta`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `BaseOffset | None`

pandas/tests/indexes/datetimes/test_indexing.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_reindex.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_setops.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_timezones.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `TimeAmbiguous`, found `list[bool]`

pandas/tests/indexes/interval/test_equals.py

[error] invalid-argument-type - Argument to bound method `IntervalIndex.from_breaks` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `IntervalIndex.from_breaks` is incorrect: Expected `IntervalClosedType | None`, found `str`

pandas/tests/indexes/interval/test_interval.py

[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `str`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Expected `IntervalClosedType`, found `str`
[error] invalid-argument-type - Argument to bound method `IntervalIndex.from_arrays` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `str`
[error] invalid-argument-type - Argument to bound method `IntervalIndex.from_arrays` is incorrect: Expected `IntervalClosedType`, found `str`

pandas/tests/indexes/interval/test_interval_range.py

[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - Object of type `DtypeObj` has no attribute `subtype`

pandas/tests/indexes/multi/test_reindex.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None`

pandas/tests/indexes/period/test_constructors.py

[error] invalid-argument-type - Argument to bound method `Index._simple_new` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `Index._simple_new` is incorrect: Expected `ArrayLike`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `Index._simple_new` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `Index._simple_new` is incorrect: Expected `ArrayLike`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `Index._shallow_copy` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `Index._shallow_copy` is incorrect: Expected `ArrayLike`, found `PeriodIndex`

pandas/tests/indexes/period/test_indexing.py

[error] invalid-argument-type - Argument to bound method `Index.view` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `PeriodDtype`
[error] invalid-argument-type - Argument to bound method `Index.view` is incorrect: Expected `DTypeLike | None`, found `PeriodDtype`

pandas/tests/indexes/ranges/test_join.py

[error] unresolved-attribute - Attribute `take` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[error] unresolved-attribute - Attribute `take` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None`
[error] unresolved-attribute - Attribute `take` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[error] unresolved-attribute - Attribute `take` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None`

pandas/tests/indexes/test_base.py

[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`

pandas/tests/indexing/multiindex/test_slice.py

[error] invalid-argument-type - Argument to bound method `_LocationIndexer.__call__` is incorrect: Expected `int | Literal["index", "columns", "rows"] | None`, found `int | str`
[error] invalid-argument-type - Argument to bound method `_LocationIndexer.__call__` is incorrect: Expected `Axis | None`, found `int | str`

pandas/tests/indexing/test_loc.py

[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[list[str] | list[int]]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `Dtype | None`, found `list[list[str] | list[int]]`

pandas/tests/internals/test_internals.py

[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `Manager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `Manager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `Manager`, found `DataFrame | Series`

pandas/tests/io/excel/test_readers.py

[error] invalid-argument-type - Argument to function `read_excel` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_excel` is incorrect: Expected `DtypeArg | None`, found `dict[str, str | <class 'str'>]`
[error] invalid-argument-type - Argument to function `read_excel` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`

pandas/tests/io/excel/test_writers.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/io/formats/style/test_format.py

[error] invalid-argument-type - Argument to bound method `StylerRenderer.format` is incorrect: Expected `ExtFormatter | None`, found `dict[str, str]`

pandas/tests/io/formats/style/test_style.py

[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `Dtype | None`, found `list[str]`

pandas/tests/io/formats/test_format.py

[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `StringIO | Unknown | str`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `FileDescriptorOrPath`, found `StringIO | Unknown | str`

pandas/tests/io/formats/test_to_html.py

[error] invalid-argument-type - Argument to bound method `DataFrame.to_html` is incorrect: Expected `ColspaceArgType | None`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_html` is incorrect: Expected `ColspaceArgType | None`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_html` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `list[((x) -> str) | None]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_html` is incorrect: Expected `FormattersType | None`, found `list[((x) -> str) | None]`

pandas/tests/io/formats/test_to_latex.py

[error] invalid-argument-type - Argument to bound method `NDFrame.to_latex` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `dict[str, ((x) -> Unknown) | ((x) -> str)]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_latex` is incorrect: Expected `FormattersType | None`, found `dict[str, ((x) -> Unknown) | ((x) -> str)]`

pandas/tests/io/formats/test_to_string.py

[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `list[Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `dict[str, (x) -> str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `dict[str, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `dict[str, (x) -> LiteralString]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `dict[str, (x) -> str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `dict[str, Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `FormattersType | None`, found `dict[str, Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`

pandas/tests/io/json/test_compression.py

[error] invalid-argument-type - Argument to bound method `NDFrame.to_json` is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Literal["unsupported"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_json` is incorrect: Expected `CompressionOptions`, found `Literal["unsupported"]`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Literal["unsupported"]`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `CompressionOptions`, found `Literal["unsupported"]`

pandas/tests/io/json/test_json_table_schema.py

[error] not-iterable - Object of type `str | int | float | ... omitted 3 union elements` may not be iterable
[error] not-iterable - Object of type `JSONSerializable` may not be iterable

pandas/tests/io/json/test_pandas.py

[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `DtypeArg | None`, found `dict[str, <class 'signedinteger[_64Bit]'> | <class 'bool'>]`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `str | PathLike[str] | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `FilePath | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `str | PathLike[str] | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `FilePath | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `str | PathLike[str] | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `FilePath | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `str | PathLike[str] | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `FilePath | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`

pandas/tests/io/json/test_ujson.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/io/parser/dtypes/test_categorical.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/io/parser/dtypes/test_dtypes_basic.py

[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `_ConvertibleToInt`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `_ConvertibleToInt`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `_ConvertibleToFloat | None`, found `list[int]`

pandas/tests/io/parser/test_concatenate_chunks.py

[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]]`, found `list[dict[int, ArrowExtensionArray]]`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ArrayLike]]`, found `list[dict[int, ArrowExtensionArray]]`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]]`, found `list[dict[int, ArrowExtensionArray]]`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ArrayLike]]`, found `list[dict[int, ArrowExtensionArray]]`

pandas/tests/io/parser/test_converters.py

[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `_ConvertibleToInt`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `_ConvertibleToInt`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `_ConvertibleToFloat | None`, found `list[int]`

pandas/tests/io/parser/test_parse_dates.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/io/parser/test_textreader.py

[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Dtype | dict[Hashable, Dtype]`, found `set[Unknown]`

pandas/tests/io/pytables/test_errors.py

[error] invalid-argument-type - Argument to function `read_hdf` is incorrect: Expected `str | PathLike[str]`, found `BytesIO`
[error] invalid-argument-type - Argument to function `read_hdf` is incorrect: Expected `FilePath | HDFStore`, found `BytesIO`

pandas/tests/io/test_feather.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/io/test_parquet.py

[error] invalid-argument-type - Argument to function `read_parquet` is incorrect: Expected `str | PathLike[str] | ReadBuffer[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `read_parquet` is incorrect: Expected `FilePath | ReadBuffer[bytes]`, found `Unknown | None`

pandas/tests/io/test_pickle.py

[error] invalid-argument-type - Argument to bound method `ZipFile.write` is incorrect: Expected `str | PathLike[str]`, found `bytes`
[error] invalid-argument-type - Argument to bound method `ZipFile.write` is incorrect: Expected `StrPath`, found `bytes`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `CompressionOptions`, found `str | None`

pandas/tests/io/test_sql.py

[error] invalid-argument-type - Argument to function `get_schema` is incorrect: Expected `DtypeArg | None`, found `dict[str, str | Unknown]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_sql` is incorrect: Expected `DtypeArg | None`, found `dict[str, Unknown]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_sql` is incorrect: Expected `DtypeArg | None`, found `dict[str, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_sql` is incorrect: Expected `DtypeArg | None`, found `dict[str, Unknown]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_sql` is incorrect: Expected `DtypeArg | None`, found `dict[str, Unknown]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_sql` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_sql` is incorrect: Expected `DtypeArg | None`, found `dict[str, <class 'bool'>]`

pandas/tests/io/xml/test_xml.py

[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `ParseDatesArg | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Literal["7z"]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `CompressionOptions`, found `Literal["7z"]`

pandas/tests/io/xml/test_xml_dtypes.py

[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `ParseDatesArg | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `ParseDatesArg | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `ParseDatesArg | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type] | None`, found `set[str | <class 'str'>]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (Dtype, /) -> Dtype] | None`, found `set[str | <class 'str'>]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type] | None`, found `dict[Hashable, ((ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type) | int | float]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (Dtype, /) -> Dtype] | None`, found `dict[Hashable, ((Dtype, /) -> Dtype) | int | float]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type] | None`, found `dict[Hashable, ((ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type) | str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (Dtype, /) -> Dtype] | None`, found `dict[Hashable, ((Dtype, /) -> Dtype) | str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `bool | list[Hashable] | list[list[Hashable]] | dict[Hashable, list[Hashable]] | None`, found `set[str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `ParseDatesArg | None`, found `set[str]`

pandas/tests/libs/test_libalgos.py

[error] not-subscriptable - Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=...) -> ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` with no `__getitem__` method

pandas/tests/plotting/test_datetimelike.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/resample/test_base.py

[error] unresolved-attribute - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `na_value` is not defined on `dtype[Any]` in union `DtypeObj`

pandas/tests/resample/test_datetime_index.py

[error] invalid-argument-type - Argument to bound method `NDFrame.resample` is incorrect: Expected `str | date | datetime64[date | int | None] | ... omitted 3 union elements`, found `str | Timestamp | NaTType | None`
[error] invalid-argument-type - Argument to bound method `NDFrame.resample` is incorrect: Expected `str | TimestampConvertibleTypes`, found `str | Timestamp | NaTType | None`

pandas/tests/reshape/test_pivot.py

[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `AggFuncType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `AggFuncType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `AggFuncType`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `AggFuncType`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `AggFuncType`, found `list[str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `AggFuncType`, found `list[str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `AggFuncType`, found `list[(x) -> Unknown]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `AggFuncType`, found `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `AggFuncType`, found `list[str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `AggFuncType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `AggFuncType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `AggFuncType`, found `dict[str, str]`

pandas/tests/scalar/interval/test_constructors.py

[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Expected `IntervalClosedType`, found `Literal["foo"]`

pandas/tests/scalar/timedelta/methods/test_round.py

[error] invalid-argument-type - Argument to bound method `NaTType.ceil` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.ceil` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `Timedelta.ceil` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `Timedelta.ceil` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.floor` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.floor` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `Timedelta.floor` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `Timedelta.floor` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.round` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.round` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `Timedelta.round` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `Timedelta.round` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.ceil` is incorrect: Expected `str | BaseOffset | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.ceil` is incorrect: Expected `Frequency | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.floor` is incorrect: Expected `str | BaseOffset | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.floor` is incorrect: Expected `Frequency | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.round` is incorrect: Expected `str | BaseOffset | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.round` is incorrect: Expected `Frequency | timedelta`, found `Timedelta | NaTType`

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] invalid-argument-type - Argument to bound method `NaTType.__add__` is incorrect: Expected `NaTType | datetime | timedelta | ... omitted 3 union elements`, found `Other`
[error] invalid-argument-type - Argument to bound method `NaTType.__add__` is incorrect: Expected `NaTType | _TimeLike`, found `Other`

pandas/tests/scalar/timestamp/methods/test_round.py

[error] invalid-argument-type - Argument to bound method `NaTType.ceil` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.ceil` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.floor` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.floor` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.round` is incorrect: Expected `str | BaseOffset | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.round` is incorrect: Expected `Frequency | timedelta`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.ceil` is incorrect: Expected `str | BaseOffset | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.ceil` is incorrect: Expected `Frequency | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.floor` is incorrect: Expected `str | BaseOffset | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.floor` is incorrect: Expected `Frequency | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.round` is incorrect: Expected `str | BaseOffset | timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NaTType.round` is incorrect: Expected `Frequency | timedelta`, found `Timedelta | NaTType`

pandas/tests/scalar/timestamp/methods/test_tz_localize.py

[error] invalid-argument-type - Argument to bound method `NaTType.tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NaTType.tz_localize` is incorrect: Expected `TimestampNonexistent`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `TimestampNonexistent`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NaTType.tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NaTType.tz_localize` is incorrect: Expected `TimestampNonexistent`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `TimestampNonexistent`, found `Literal["foo"]`

pandas/tests/series/indexing/test_take.py

[error] invalid-argument-type - Argument to bound method `NDFrame.take` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.take` is incorrect: Expected `Axis`, found `Literal["foo"]`

pandas/tests/series/methods/test_argsort.py

[error] unresolved-attribute - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` has no attribute `values`
[error] unresolved-attribute - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` has no attribute `values`
[error] unresolved-attribute - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` has no attribute `values`
[error] unresolved-attribute - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]]` has no attribute `values`

pandas/tests/series/methods/test_combine.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Hashable` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Hashable` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Hashable` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Hashable` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

pandas/tests/series/methods/test_cov_corr.py

[error] invalid-argument-type - Argument to bound method `Series.corr` is incorrect: Expected `Literal["pearson", "kendall", "spearman"] | ((ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]], /) -> int | float)`, found `Literal["____"]`
[error] invalid-argument-type - Argument to bound method `Series.corr` is incorrect: Expected `CorrelationMethod`, found `Literal["____"]`

pandas/tests/series/methods/test_rank.py

[error] invalid-argument-type - Argument to bound method `NDFrame.rank` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Literal["average"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.rank` is incorrect: Expected `Axis`, found `Literal["average"]`

pandas/tests/series/methods/test_reindex.py

[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `DTypeLike | None`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `Series.reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Unknown | Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Series.reindex` is incorrect: Expected `Scalar | None`, found `Unknown | Timestamp | NaTType`

pandas/tests/series/methods/test_searchsorted.py

[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `NumpyValueArrayLike | ExtensionArray`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `NumpyValueArrayLike | ExtensionArray`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `list[Timestamp | NaTType]`
[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `NumpyValueArrayLike | ExtensionArray`, found `list[Timestamp | NaTType]`

pandas/tests/series/test_constructors.py

[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to function `issubdtype` is incorrect: Expected `DTypeLike | None`, found `dtype[Any] | ExtensionDtype`

pandas/tests/test_algos.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[int]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `set[int]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `set[str]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Unknown]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `set[Unknown]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Unknown]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ListLike`, found `set[Unknown]`
[error] invalid-argument-type - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Series`
[error] invalid-argument-type - Argument to function `rank` is incorrect: Expected `ArrayLike`, found `Series`
[error] invalid-argument-type - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Series`
[error] invalid-argument-type - Argument to function `rank` is incorrect: Expected `ArrayLike`, found `Series`
[error] invalid-argument-type - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Series`
[error] invalid-argument-type - Argument to function `rank` is incorrect: Expected `ArrayLike`, found `Series`
[error] invalid-argument-type - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to function `mode` is incorrect: Expected `ArrayLike`, found `Index`
[error] invalid-argument-type - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to function `mode` is incorrect: Expected `ArrayLike`, found `Index`
[error] invalid-argument-type - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to function `mode` is incorrect: Expected `ArrayLike`, found `Index`
[error] invalid-argument-type - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to function `mode` is incorrect: Expected `ArrayLike`, found `Index`

pandas/tests/test_downstream.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/test_sorting.py

[error] invalid-argument-type - Argument to function `lexsort_indexer` is incorrect: Expected `Sequence[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series]`, found `list[list[int | float]]`
[error] invalid-argument-type - Argument to function `lexsort_indexer` is incorrect: Expected `Sequence[ArrayLike | Index | Series]`, found `list[list[int | float]]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `AnyArrayLike | tuple[AnyArrayLike, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/tests/tools/test_to_datetime.py

[error] no-matching-overload - No overload of function `to_datetime` matches arguments
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/tseries/holiday/test_federal.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/tseries/holiday/test_holiday.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/tseries/offsets/test_business_hour.py

[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Frequency | _NoDefault`, found `None`

pandas/tests/tseries/offsets/test_custom_business_day.py

[error] invalid-argument-type - Argument to `CustomBusinessDay.__init__` is incorrect: Expected `busdaycalendar | AbstractHolidayCalendar | None`, found `object`
[error] invalid-argument-type - Argument to `CustomBusinessDay.__init__` is incorrect: Expected `OffsetCalendar | None`, found `object`

pandas/tests/tslibs/test_period.py

[error] invalid-argument-type - Argument to function `extract_ordinals` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to function `extract_ordinals` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`

pandas/tests/tslibs/test_timedeltas.py

[error] invalid-argument-type - Argument to function `array_to_timedelta64` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to function `array_to_timedelta64` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`

pandas/tests/util/test_assert_interval_array_equal.py

[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `IntervalClosedType`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `IntervalClosedType`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `IntervalClosedType`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `IntervalClosedType`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `IntervalClosedType`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `IntervalClosedType`, found `int`

pandas/tests/window/test_pairwise.py

[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `AnyArrayLike | tuple[AnyArrayLike, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `AnyArrayLike | tuple[AnyArrayLike, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `AnyArrayLike | tuple[AnyArrayLike, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `AnyArrayLike | tuple[AnyArrayLike, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas-stubs (https://github.com/pandas-dev/pandas-stubs)

tests/arrays/test_extension_array.py

[error] invalid-argument-type - Argument to bound method `ExtensionArray.repeat` is incorrect: Expected `int | IntegerArray | Index[int] | ... omitted 3 union elements`, found `FloatingArray`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.repeat` is incorrect: Expected `int | AnyArrayLikeInt | Sequence[int]`, found `FloatingArray`

tests/extension/decimal/array.py

[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `object`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `_DecimalNew`, found `object | _DecimalNew`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `Decimal | int | float | Sequence[Decimal | int | float | str | tuple[int, Sequence[int], int]] | tuple[int, Sequence[int], int]`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `_DecimalNew`, found `_DecimalNew | Sequence[_DecimalNew]`

tests/frame/test_frame.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `str`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_html` is incorrect: Expected `ColspaceArgType | None`, found `dict[str, int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `DataFrame.select_dtypes` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `DataFrame.select_dtypes` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `DataFrame.select_dtypes` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `DataFrame.select_dtypes` matches arguments
[error] missing-typed-dict-key - Missing required key 'formats' in TypedDict `_DTypeDict` constructor
[error] missing-typed-dict-key - Missing required key 'names' in TypedDict `_DTypeDict` constructor
[error] invalid-key - Unknown key "col1" for TypedDict `_DTypeDict`
[error] invalid-key - Unknown key "col2" for TypedDict `_DTypeDict`

tests/frame/test_indexing.py

[error] type-assertion-failure - Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Scalar` does not match asserted type `Series[Any]`

tests/series/test_indexing.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method _iAtIndexer.__getitem__(key: int) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `_iAtIndexer`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _iAtIndexer.__getitem__(key: int) -> Scalar` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `_iAtIndexer`

tests/series/test_series.py

[error] invalid-argument-type - Argument to bound method `Series.divmod` is incorrect: Expected `int | float | ExtensionArray | ... omitted 6 union elements`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `Series.divmod` is incorrect: Expected `int | float | ListLike | Series[int]`, found `DataFrame`

tests/test_groupby.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame | Series[Any]`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame | Series[Any]`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame | Series[Any]`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] invalid-argument-type - Argument to bound method `DataFrameGroupBy.aggregate` is incorrect: Expected `Literal["cython", "numba"] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `DataFrameGroupBy.aggregate` is incorrect: Expected `WindowingEngine`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `DataFrameGroupBy.aggregate` is incorrect: Expected `_WindowingNumbaKwargs | None`, found `Literal["not valid"]`
[error] invalid-argument-type - Argument to bound method `DataFrameGroupBy.aggregate` is incorrect: Expected `WindowingEngineKwargs`, found `Literal["not valid"]`

tests/test_io.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] invalid-argument-type - Argument to function `read_sql` is incorrect: Expected `DtypeArg | None`, found `dict[str, <class 'int'>]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] invalid-argument-type - Argument to function `read_sql_query` is incorrect: Expected `DtypeArg | None`, found `dict[str, str]`

tests/test_pandas.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timestamp]`
[error] no-matching-overload - No overload of function `to_datetime` matches arguments
[error] assert-type-unspellable-subtype - Type `TypeIs[str | bytes | date | ... omitted 9 union elements @ pd.NA]` does not match asserted type `bool`
[error] assert-type-unspellable-subtype - Type `TypeIs[_IndexIterScalar | int | float | ... omitted 4 union elements @ pd.NA]` does not match asserted type `bool`
[error] assert-type-unspellable-subtype - Type `TypeIs[str | bytes | date | ... omitted 9 union elements @ pd.NaT]` does not match asserted type `bool`
[error] assert-type-unspellable-subtype - Type `TypeIs[_IndexIterScalar | int | float | ... omitted 4 union elements @ pd.NaT]` does not match asserted type `bool`
[error] assert-type-unspellable-subtype - Type `TypeIs[str | bytes | date | ... omitted 9 union elements]` does not match asserted type `bool`
[error] assert-type-unspellable-subtype - Type `TypeIs[_IndexIterScalar | int | float | ... omitted 4 union elements]` does not match asserted type `bool`

tests/test_resampler.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `_AggRetType`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `_AggRetType`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `_AggRetType`
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments

tests/test_timefuncs.py

[error] invalid-argument-type - Invalid argument to key "year" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "month" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "day" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "year" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "month" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "day" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "hour" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "hours" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "minute" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "minutes" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "second" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "seconds" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "ms" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "us" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "ns" with declared type `DatetimeDictArg` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timestamp]`
[error] no-matching-overload - No overload of function `to_datetime` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timestamp]`
[error] no-matching-overload - No overload of function `to_datetime` matches arguments

pandera (https://github.com/pandera-dev/pandera)

pandera/api/pandas/array.py

[error] not-iterable - Object of type `list[Check] | Unknown | None` may not be iterable
[error] not-iterable - Object of type `list[Check] | list[Unknown] | Unknown | None` may not be iterable

pandera/api/pandas/model.py

[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `dict_keys[Any, Any]`
[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ListLike | None`, found `dict_keys[Any, Any]`
[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[str, Any | None]`
[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `AstypeArg | Mapping[Any, Dtype] | Series[Any]`, found `dict[str, Any | None]`

pandera/api/pyspark/column_schema.py

[error] invalid-argument-type - Argument to bound method `ColumnSchema.update_checks` is incorrect: Expected `list[Check]`, found `Check | list[Check]`
[error] invalid-argument-type - Argument to bound method `ColumnSchema.update_checks` is incorrect: Expected `list[Check]`, found `CheckList`

pandera/api/pyspark/components.py

[error] invalid-argument-type - Argument to bound method `BaseSchema.get_backend` is incorrect: Expected `type | None`, found `<types.UnionType special-form 'Unknown'>`
[error] invalid-argument-type - Argument to bound method `BaseSchema.get_backend` is incorrect: Expected `type | None`, found `<types.UnionType special-form 'PySparkDataFrameTypes'>`

pandera/backends/pandas/error_formatters.py

[error] invalid-argument-type - Argument to bound method `DataFrame.rename` is incorrect: Expected `Mapping[Any, Hashable] | ((Any, /) -> Hashable) | None`, found `Literal["failure_case"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.rename` is incorrect: Expected `Renamer | None`, found `Literal["failure_case"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.rename` is incorrect: Expected `Mapping[Any, Hashable] | ((Any, /) -> Hashable) | None`, found `Literal["failure_case"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.rename` is incorrect: Expected `Renamer | None`, found `Literal["failure_case"]`

pandera/backends/pyspark/decorators.py

[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `list[type[Unknown]]`
[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `list[@Todo]`

pandera/backends/xarray/builtin_checks.py

[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `T@in_range`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsComparison`, found `T@in_range`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `T@in_range`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsComparison`, found `T@in_range`
[error] invalid-argument-type - Argument to function `ge` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `T@in_range`
[error] invalid-argument-type - Argument to function `ge` is incorrect: Expected `_SupportsComparison`, found `T@in_range`
[error] invalid-argument-type - Argument to function `gt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `T@in_range`
[error] invalid-argument-type - Argument to function `gt` is incorrect: Expected `_SupportsComparison`, found `T@in_range`

pandera/engines/numpy_engine.py

[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `str`
[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `AstypeArg | Mapping[Any, Dtype] | Series[Any]`, found `str`

pandera/io/ibis_io.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | None`

pandera/io/pandas_io.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | None`

pandera/io/polars_io.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | None`

pandera/io/pyspark_sql_io.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | None`

pandera/io/xarray_io.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `Unknown | None`

pandera/strategies/pandas_strategies.py

[error] invalid-argument-type - Argument to bound method `Series.mask` is incorrect: Expected `str | bytes | date | ... omitted 14 union elements`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `Series.mask` is incorrect: Expected `Scalar | Series[Any] | DataFrame | ... omitted 3 union elements`, found `NaTType`

tests/hypotheses/test_hypotheses.py

[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`
[error] invalid-argument-type - Argument to `Column.__init__` is incorrect: Expected `CheckList | None`, found `list[Hypothesis]`

tests/io/test_pandas_io.py

[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `_ReadStream`, found `str | None`

tests/pandas/test_logical_dtypes.py

[error] invalid-argument-type - Argument to bound method `Decimal.check` is incorrect: Expected `Series[Any] | None`, found `Series[Any] | DataFrame`
[error] invalid-argument-type - Argument to bound method `Decimal.check` is incorrect: Expected `Series[Any] | None`, found `PandasObject`

tests/pandas/test_pydantic.py

[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown, Unknown] | dict[str, Any | None | type[Any]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `AstypeArg | Mapping[Any, Dtype] | Series[Any]`, found `dict[Unknown, Unknown] | dict[str, Any | None | type[Any]]`

tests/pandas/test_schemas.py

[error] invalid-argument-type - Argument to `DataFrameSchema.__init__` is incorrect: Expected `bool | Literal["filter"]`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to `DataFrameSchema.__init__` is incorrect: Expected `StrictType`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Check] | Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Check] | list[Unknown] | Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Check] | Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Check] | list[Unknown] | Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Check] | Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Check] | list[Unknown] | Unknown | None`

tests/pyspark/test_pyspark_model.py

[error] invalid-argument-type - Argument to `DataFrameSchema.__init__` is incorrect: Expected `bool | Literal["filter"]`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to `DataFrameSchema.__init__` is incorrect: Expected `StrictType`, found `Literal["foobar"]`

pip (https://github.com/pypa/pip)

src/pip/_vendor/rich/control.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, (...) -> str].__getitem__(key: int, /) -> ((...) -> str)` cannot be called with key of type `str` on object of type `dict[int, (...) -> str]`

src/pip/_internal/metadata/pkg_resources.py

[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `IResourceProvider | None`, found `InMemoryMetadata`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `_MetadataType`, found `InMemoryMetadata`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `IResourceProvider | None`, found `InMemoryMetadata`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `_MetadataType`, found `InMemoryMetadata`

src/pip/_vendor/distlib/util.py

[error] invalid-argument-type - Argument to bound method `_SSLContext.load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | PathLike[str] | PathLike[bytes] | None`
[error] invalid-argument-type - Argument to bound method `_SSLContext.load_cert_chain` is incorrect: Expected `StrOrBytesPath`, found `str | bytes | PathLike[str] | PathLike[bytes] | None`

src/pip/_vendor/packaging/markers.py

[error] unresolved-attribute - Attribute `value` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`
[error] unresolved-attribute - Attribute `value` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Divergent] | MarkerAtom | str`, found `tuple[Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom], Op | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom], Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]]`
[error] unresolved-attribute - Attribute `serialize` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `MarkerVar | Op | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`

src/pip/_vendor/packaging/metadata.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[_PayloadType]`

src/pip/_vendor/pkg_resources/__init__.py

[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `IResourceProvider | None`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `_MetadataType`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to bound method `SpecifierSet.contains` is incorrect: Expected `Version | str`, found `(str & ~Distribution) | (tuple[str, ...] & ~Distribution) | Unknown`
[error] invalid-argument-type - Argument to bound method `SpecifierSet.contains` is incorrect: Expected `UnparsedVersion`, found `(str & ~Distribution) | (tuple[str, ...] & ~Distribution) | Unknown`

src/pip/_vendor/pyproject_hooks/_in_process/__init__.py

[error] invalid-argument-type - Argument to function `path` is incorrect: Expected `str | ModuleType`, found `str | None`
[error] invalid-argument-type - Argument to function `path` is incorrect: Expected `Package`, found `str | None`
[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `Package`, found `str | None`

src/pip/_vendor/rich/table.py

[error] invalid-argument-type - Argument to bound method `property.setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]) -> Table`
[error] invalid-argument-type - Argument to bound method `property.setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: PaddingDimensions) -> Table`

src/pip/_vendor/truststore/_macos.py

[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | _CDataType | None, CFuncPtr, tuple[_CData | _CDataType, ...], /) -> _CDataType`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | _CDataType | None, CFuncPtr, tuple[_CData | _CDataType, ...], /) -> _CDataType`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | _CDataType | None, CFuncPtr, tuple[_CData | _CDataType, ...], /) -> _CDataType`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | _CDataType | None, CFuncPtr, tuple[_CData | _CDataType, ...], /) -> _CDataType`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | _CDataType | None, CFuncPtr, tuple[_CData | _CDataType, ...], /) -> _CDataType`

src/pip/_vendor/urllib3/_request_methods.py

[error] invalid-argument-type - Argument to bound method `RequestMethods.request_encode_url` is incorrect: Expected `Sequence[tuple[str, str | bytes]] | Mapping[str, str | bytes] | None`, found `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request_encode_url` is incorrect: Expected `_TYPE_ENCODE_URL_FIELDS | None`, found `_TYPE_FIELDS | None`
[error] invalid-argument-type - Argument to function `urlencode` is incorrect: Expected `Mapping[str, object] | Mapping[bytes, object] | Mapping[str | bytes, object] | Sequence[tuple[str | bytes, object]]`, found `(Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] & ~AlwaysFalsy) | (Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `urlencode` is incorrect: Expected `_QueryType`, found `(Sequence[tuple[str, _TYPE_FIELD_VALUE_TUPLE] | RequestField] & ~AlwaysFalsy) | (Mapping[str, _TYPE_FIELD_VALUE_TUPLE] & ~AlwaysFalsy)`

src/pip/_vendor/urllib3/contrib/emscripten/fetch.py

[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `Package`, found `str | None`

src/pip/_vendor/urllib3/fields.py

[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, str | bytes | None]]`
[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, _TYPE_FIELD_VALUE | None]]`

src/pip/_vendor/urllib3/filepost.py

[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Iterable[RequestField | tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]]`
[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Iterable[RequestField | tuple[str, _TYPE_FIELD_VALUE_TUPLE]]`

src/pip/_vendor/urllib3/response.py

[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | (Mapping[bytes, bytes] & ~HTTPHeaderDict) | None`
[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `ValidHTTPHeaderSource | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | (Mapping[bytes, bytes] & ~HTTPHeaderDict) | None`

src/pip/_vendor/urllib3/util/ssltransport.py

[error] invalid-return-type - Return type does not match returned value: expected `_TYPE_PEER_CERT_RET_DICT | bytes | None`, found `dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]] | bytes | None`
[error] invalid-return-type - Return type does not match returned value: expected `_TYPE_PEER_CERT_RET`, found `_PeerCertRetType`

src/pip/_vendor/urllib3/util/timeout.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | float | _TYPE_DEFAULT` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | float | _TYPE_DEFAULT` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

poetry (https://github.com/python-poetry/poetry)

src/poetry/json/__init__.py

[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `Package`, found `str | None`

prefect (https://github.com/PrefectHQ/prefect)

src/integrations/prefect-email/prefect_email/credentials.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `Enum`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `Enum`

src/prefect/_vendor/croniter/croniter.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None | Literal[50]`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None | Literal[50]`

src/prefect/client/orchestration/_deployments/client.py

[error] invalid-assignment - Object of type `(list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] & ~AlwaysFalsy) | (list[DeploymentScheduleCreate] & ~AlwaysFalsy)` is not assignable to `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]]`
[error] invalid-assignment - Object of type `(list[tuple[SCHEDULE_TYPES, bool]] & ~AlwaysFalsy) | (list[DeploymentScheduleCreate] & ~AlwaysFalsy)` is not assignable to `list[tuple[SCHEDULE_TYPES, bool]]`
[error] invalid-assignment - Object of type `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] | list[DeploymentScheduleCreate]` is not assignable to `list[DeploymentScheduleCreate]`
[error] invalid-assignment - Object of type `list[tuple[SCHEDULE_TYPES, bool]] | list[DeploymentScheduleCreate]` is not assignable to `list[DeploymentScheduleCreate]`
[error] invalid-assignment - Object of type `(list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] & ~AlwaysFalsy) | (list[DeploymentScheduleCreate] & ~AlwaysFalsy)` is not assignable to `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]]`
[error] invalid-assignment - Object of type `(list[tuple[SCHEDULE_TYPES, bool]] & ~AlwaysFalsy) | (list[DeploymentScheduleCreate] & ~AlwaysFalsy)` is not assignable to `list[tuple[SCHEDULE_TYPES, bool]]`
[error] invalid-assignment - Object of type `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] | list[DeploymentScheduleCreate]` is not assignable to `list[DeploymentScheduleCreate]`
[error] invalid-assignment - Object of type `list[tuple[SCHEDULE_TYPES, bool]] | list[DeploymentScheduleCreate]` is not assignable to `list[DeploymentScheduleCreate]`

src/prefect/deployments/flow_runs.py

[error] invalid-argument-type - Argument to function `sleep` is incorrect: Expected `SupportsIndex | float`, found `int | float | None`
[error] invalid-argument-type - Argument to function `sleep` is incorrect: Expected `_SupportsFloatOrIndex`, found `int | float | None`

src/prefect/deployments/runner.py

[error] invalid-assignment - Object of type `list[TimeToCompletionSla | LatenessSla | FrequencySla | None]` is not assignable to attribute `_sla` of type `TimeToCompletionSla | LatenessSla | FrequencySla | list[TimeToCompletionSla | LatenessSla | FrequencySla] | None`
[error] invalid-assignment - Object of type `list[TimeToCompletionSla | LatenessSla | FrequencySla | None]` is not assignable to attribute `_sla` of type `SlaTypes | list[SlaTypes] | None`
[error] invalid-argument-type - Argument to bound method `SlaAsyncClient.apply_slas_for_deployment` is incorrect: Expected `list[TimeToCompletionSla | LatenessSla | FrequencySla]`, found `list[TimeToCompletionSla | LatenessSla | FrequencySla] | TimeToCompletionSla | LatenessSla | FrequencySla | None`
[error] invalid-argument-type - Argument to bound method `SlaAsyncClient.apply_slas_for_deployment` is incorrect: Expected `list[SlaTypes]`, found `list[SlaTypes] | TimeToCompletionSla | LatenessSla | FrequencySla | None`
[error] invalid-assignment - Object of type `list[TimeToCompletionSla | LatenessSla | FrequencySla | None]` is not assignable to attribute `_sla` of type `TimeToCompletionSla | LatenessSla | FrequencySla | list[TimeToCompletionSla | LatenessSla | FrequencySla] | None`
[error] invalid-assignment - Object of type `list[TimeToCompletionSla | LatenessSla | FrequencySla | None]` is not assignable to attribute `_sla` of type `SlaTypes | list[SlaTypes] | None`
[error] invalid-argument-type - Argument to bound method `SlaClient.apply_slas_for_deployment` is incorrect: Expected `list[TimeToCompletionSla | LatenessSla | FrequencySla]`, found `list[TimeToCompletionSla | LatenessSla | FrequencySla] | TimeToCompletionSla | LatenessSla | FrequencySla | None`
[error] invalid-argument-type - Argument to bound method `SlaClient.apply_slas_for_deployment` is incorrect: Expected `list[SlaTypes]`, found `list[SlaTypes] | TimeToCompletionSla | LatenessSla | FrequencySla | None`
[error] invalid-argument-type - Argument to function `create_deployment_schedule_create` is incorrect: Expected `IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule | Schedule`, found `IntervalSchedule | CronSchedule | RRuleSchedule | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `create_deployment_schedule_create` is incorrect: Expected `SCHEDULE_TYPES | Schedule`, found `SCHEDULE_TYPES | Schedule | None`

src/prefect/filesystems.py

[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Argument type `str | None` does not satisfy upper bound `str | PathLike[str]` of type variable `_StrPathT`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Argument type `str | None` does not satisfy upper bound `StrPath` of type variable `_StrPathT`
[error] invalid-argument-type - Argument to bound method `PurePath.relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PurePath.relative_to` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Argument type `str | None` does not satisfy upper bound `str | PathLike[str]` of type variable `_StrPathT`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Argument type `str | None` does not satisfy upper bound `StrPath` of type variable `_StrPathT`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PurePath.relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PurePath.relative_to` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `StrPath`, found `str | None`

src/prefect/flows.py

[error] invalid-argument-type - Argument to bound method `InfrastructureBoundFlow.with_options` is incorrect: Expected `WritableFileSystem | str | Path | None`, found `WritableFileSystem | Coroutine[Any, Any, WritableFileSystem]`
[error] invalid-argument-type - Argument to bound method `InfrastructureBoundFlow.with_options` is incorrect: Expected `ResultStorage | None`, found `WritableFileSystem | Coroutine[Any, Any, WritableFileSystem]`

src/prefect/server/events/triggers.py

[error] invalid-argument-type - Argument is incorrect: Expected `EventTrigger | CompoundTrigger | SequenceTrigger`, found `CompositeTrigger`
[error] invalid-argument-type - Argument is incorrect: Expected `ServerTriggerTypes`, found `CompositeTrigger`
[error] invalid-argument-type - Argument is incorrect: Expected `EventTrigger | CompoundTrigger | SequenceTrigger`, found `CompositeTrigger`
[error] invalid-argument-type - Argument is incorrect: Expected `ServerTriggerTypes`, found `CompositeTrigger`

src/prefect/server/models/flow_runs.py

[error] invalid-argument-type - Argument to function `load_only` is incorrect: Expected `Literal["*"] | QueryableAttribute[Any]`, found `str`
[error] invalid-argument-type - Argument to function `load_only` is incorrect: Expected `_AttrType`, found `str`
[error] invalid-argument-type - Argument is incorrect: Expected `list[TaskRunResult]`, found `list[TaskRunResult | FlowRunResult | Parameter | Constant]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[TaskRunResult]`, found `list[_TaskInput]`

src/prefect/task_worker.py

[error] invalid-argument-type - Argument is incorrect: Expected `WritableFileSystem | None`, found `WritableFileSystem | str | Path`
[error] invalid-argument-type - Argument is incorrect: Expected `WritableFileSystem | None`, found `ResultStorage`

src/prefect/tasks.py

[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `(() -> str) | TaskRunNameCallbackWithParameters | str | None`, found `(() -> str) | TaskRunNameCallbackWithParameters | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `TaskRunNameValueOrCallable | None`, found `(() -> str) | TaskRunNameCallbackWithParameters | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `WritableFileSystem | str | Path | None`, found `WritableFileSystem | str | Path | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `ResultStorage | None`, found `WritableFileSystem | str | Path | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `Serializer[Any] | str | None`, found `Serializer[Any] | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `ResultSerializer | None`, found `Serializer[Any] | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument is incorrect: Expected `WritableFileSystem | None`, found `WritableFileSystem | str | Path`
[error] invalid-argument-type - Argument is incorrect: Expected `WritableFileSystem | None`, found `ResultStorage`
[error] invalid-argument-type - Argument is incorrect: Expected `WritableFileSystem | None`, found `WritableFileSystem | str | Path`
[error] invalid-argument-type - Argument is incorrect: Expected `WritableFileSystem | None`, found `ResultStorage`

src/prefect/utilities/processutils/__init__.py

[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Unknown | TextIO'>`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'TextSink'>`

src/prefect/variables.py

[error] invalid-return-type - Return type does not match returned value: expected `Variable[str | int | float | ... omitted 3 union elements]`, found `Self@aset`
[error] invalid-return-type - Return type does not match returned value: expected `Variable[VariableValue]`, found `Self@aset`
[error] invalid-return-type - Return type does not match returned value: expected `Variable[str | int | float | ... omitted 3 union elements]`, found `Self@set`
[error] invalid-return-type - Return type does not match returned value: expected `Variable[VariableValue]`, found `Self@set`

psycopg (https://github.com/psycopg/psycopg)

psycopg/psycopg/_server_cursor_base.py

[error] invalid-assignment - Object of type `str` is not assignable to `LiteralString | bytes | SQL | Composed | Template`
[error] invalid-assignment - Object of type `str` is not assignable to `Query`

psycopg/psycopg/errors.py

[error] invalid-return-type - Return type does not match returned value: expected `ErrorInfo`, found `dict[DiagnosticField, bytes | None]`

pwndbg (https://github.com/pwndbg/pwndbg)

pwndbg/aglib/argv.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/aglib/dt.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/aglib/elf.py

[error] invalid-assignment - Object of type `<class 'Elf32_Ehdr'>` is not assignable to `<types.UnionType special-form 'Elf32_Ehdr | Elf64_Ehdr'>`
[error] invalid-assignment - Object of type `<class 'Elf32_Ehdr'>` is not assignable to `<types.UnionType special-form 'Ehdr'>`
[error] invalid-assignment - Object of type `<class 'Elf32_Phdr'>` is not assignable to `<types.UnionType special-form 'Elf32_Phdr | Elf64_Phdr'>`
[error] invalid-assignment - Object of type `<class 'Elf32_Phdr'>` is not assignable to `<types.UnionType special-form 'Phdr'>`
[error] invalid-assignment - Object of type `<class 'Elf64_Ehdr'>` is not assignable to `<types.UnionType special-form 'Elf32_Ehdr | Elf64_Ehdr'>`
[error] invalid-assignment - Object of type `<class 'Elf64_Ehdr'>` is not assignable to `<types.UnionType special-form 'Ehdr'>`
[error] invalid-assignment - Object of type `<class 'Elf64_Phdr'>` is not assignable to `<types.UnionType special-form 'Elf32_Phdr | Elf64_Phdr'>`
[error] invalid-assignment - Object of type `<class 'Elf64_Phdr'>` is not assignable to `<types.UnionType special-form 'Phdr'>`
[error] invalid-argument-type - Argument to function `read` is incorrect: Argument type `<types.UnionType special-form 'Elf32_Ehdr | Elf64_Ehdr'>` does not satisfy constraints (`Elf32_Ehdr | Elf64_Ehdr`, `Elf32_Phdr | Elf64_Phdr`) of type variable `T`
[error] invalid-argument-type - Argument to function `read` is incorrect: Argument type `<types.UnionType special-form 'Ehdr'>` does not satisfy constraints (`Elf32_Ehdr | Elf64_Ehdr`, `Elf32_Phdr | Elf64_Phdr`) of type variable `T`
[error] invalid-argument-type - Argument to function `read` is incorrect: Argument type `<types.UnionType special-form 'Elf32_Phdr | Elf64_Phdr'>` does not satisfy constraints (`Elf32_Ehdr | Elf64_Ehdr`, `Elf32_Phdr | Elf64_Phdr`) of type variable `T`
[error] invalid-argument-type - Argument to function `read` is incorrect: Argument type `<types.UnionType special-form 'Phdr'>` does not satisfy constraints (`Elf32_Ehdr | Elf64_Ehdr`, `Elf32_Phdr | Elf64_Phdr`) of type variable `T`
[error] invalid-argument-type - Argument to function `map_inner` is incorrect: Expected `Elf32_Ehdr | Elf64_Ehdr`, found `Elf32_Ehdr | Elf64_Ehdr | None`
[error] invalid-argument-type - Argument to function `map_inner` is incorrect: Expected `Ehdr`, found `Elf32_Ehdr | Elf64_Ehdr | None`

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None | Unknown`

pwndbg/aglib/heap/structs.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[type[c_char], Type]`

pwndbg/aglib/kernel/__init__.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

pwndbg/aglib/kernel/macros.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/aglib/kernel/nftables.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/aglib/kernel/vmmap.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

pwndbg/aglib/nearpc.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

pwndbg/aglib/objc.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/aglib/shellcode.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/commands/__init__.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/commands/argv.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/commands/binder.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/commands/flags.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

pwndbg/commands/kbpf.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

pwndbg/commands/msr.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

pwndbg/commands/ropper.py

[error] invalid-argument-type - Argument to function `call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[str | None]`
[error] invalid-argument-type - Argument to function `call` is incorrect: Expected `_CMD`, found `list[str | None]`

pwndbg/commands/start.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

pwndbg/commands/telescope.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None | Unknown`

pwndbg/dbg_mod/gdb/__init__.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/dbg_mod/gdb/symbol.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

pwndbg/dbg_mod/lldb/__init__.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pwndbg/gdblib/ptmalloc2_tracking.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Value | None`

pybind11 (https://github.com/pybind/pybind11)

pybind11/setup_helpers.py

[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[StrPath], output_dir: str | None = None, macros: list[_Macro] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[StrPath], output_dir: str | None = None, macros: list[_Macro] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`

tests/test_pytypes.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `bytes | bytearray | int | ... omitted 4 union elements`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/Cipher/ChaCha20_Poly1305.py

[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `None | bytes`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `None | bytes`

lib/Crypto/Cipher/_mode_ccm.py

[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `None | bytes`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `None | bytes`

lib/Crypto/Cipher/_mode_ocb.py

[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `None | bytes`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `None | bytes`

lib/Crypto/IO/_PBES.py

[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | tuple[bytes, ...]`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `bytes | tuple[bytes, ...]`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | tuple[bytes, ...]`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `bytes | tuple[bytes, ...]`

lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py

[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`

lib/Crypto/SelfTest/Hash/test_HMAC.py

[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `None`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `None`

lib/Crypto/SelfTest/Hash/test_KMAC.py

[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`

lib/Crypto/SelfTest/Hash/test_Poly1305.py

[error] invalid-argument-type - Argument to `Poly1305_MAC.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `Poly1305_MAC.__init__` is incorrect: Expected `Buffer`, found `Unknown | None`

lib/Crypto/SelfTest/Hash/test_TupleHash.py

[error] invalid-argument-type - Argument to bound method `TupleHash.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `TupleHash.update` is incorrect: Expected `Buffer`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `TupleHash.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `TupleHash.update` is incorrect: Expected `Buffer`, found `str | Unknown`

lib/Crypto/SelfTest/Protocol/test_KDF.py

[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `int`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `Buffer`, found `int`

lib/Crypto/SelfTest/PublicKey/test_RSA.py

[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py

[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[Int, Int] | tuple[Int, Int, Int] | tuple[Int, Int, Int, Int, Int] | tuple[Int, Int, Int, Int, Int, Int]`, found `list[int]`

lib/Crypto/SelfTest/Util/test_asn1.py

[error] invalid-argument-type - Argument to `DerSetOf.__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[DerInteger]`
[error] invalid-argument-type - Argument to `DerSetOf.__init__` is incorrect: Expected `set[DerSetElement] | None`, found `list[DerInteger]`
[error] invalid-argument-type - Argument to `DerSetOf.__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[int]`
[error] invalid-argument-type - Argument to `DerSetOf.__init__` is incorrect: Expected `set[DerSetElement] | None`, found `list[int]`

lib/Crypto/Util/_raw_api.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

pydantic (https://github.com/pydantic/pydantic)

pydantic/_internal/_core_metadata.py

[error] invalid-assignment - Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | ((dict[str, Divergent], type[Any], /) -> None)` on TypedDict `CoreMetadata`: value of type `dict[object, object]`
[error] invalid-assignment - Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, JsonValue] | JsonSchemaExtraCallable` on TypedDict `CoreMetadata`: value of type `dict[object, object]`

pydantic/_internal/_generate_schema.py

[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema_ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema_ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema_ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema_ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] unresolved-attribute - Object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements` has no attribute `clear`
[error] unresolved-attribute - Object of type `CoreSchema` has no attribute `clear`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'allow_inf_nan', 'decimal_places', 'ge', 'gt', 'le', 'lt', 'max_digits', 'metadata', 'multiple_of', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'allow_inf_nan', 'decimal_places', 'ge', 'gt', 'le', 'lt', 'max_digits', 'metadata', 'multiple_of', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'allow_inf_nan', 'ge', 'gt', 'le', 'lt', 'metadata', 'multiple_of', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'allow_inf_nan', 'ge', 'gt', 'le', 'lt', 'metadata', 'multiple_of', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'allowed_schemes', 'default_host', 'default_path', 'default_port', 'host_required', 'max_length', 'metadata', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'allowed_schemes', 'default_host', 'default_path', 'default_port', 'host_required', 'max_length', 'metadata', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'arguments_schema', 'extra_behavior', 'metadata', 'ref', 'serialization', 'type', 'validate_by_alias', 'validate_by_name'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'arguments_schema', 'extra_behavior', 'metadata', 'ref', 'serialization', 'type', 'validate_by_alias', 'validate_by_name'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'arguments_schema', 'function', 'function_name', 'metadata', 'ref', 'return_schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'arguments_schema', 'function', 'function_name', 'metadata', 'ref', 'return_schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'arguments_schema', 'metadata', 'ref', 'serialization', 'type', 'validate_by_alias', 'validate_by_name', 'var_args_schema', 'var_kwargs_mode', 'var_kwargs_schema'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'arguments_schema', 'metadata', 'ref', 'serialization', 'type', 'validate_by_alias', 'validate_by_name', 'var_args_schema', 'var_kwargs_mode', 'var_kwargs_schema'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'auto_collapse', 'choices', 'custom_error_context', 'custom_error_message', 'custom_error_type', 'metadata', 'mode', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'auto_collapse', 'choices', 'custom_error_context', 'custom_error_message', 'custom_error_type', 'metadata', 'mode', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'choices', 'custom_error_context', 'custom_error_message', 'custom_error_type', 'discriminator', 'from_attributes', 'metadata', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'choices', 'custom_error_context', 'custom_error_message', 'custom_error_type', 'discriminator', 'from_attributes', 'metadata', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'cls_name', 'computed_fields', 'config', 'extra_behavior', 'extras_schema', 'fields', 'metadata', 'ref', 'serialization', 'strict', 'total', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'cls_name', 'computed_fields', 'config', 'extra_behavior', 'extras_schema', 'fields', 'metadata', 'ref', 'serialization', 'strict', 'total', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'cls_name', 'config', 'fields', 'frozen', 'generic_origin', 'metadata', 'post_init', 'ref', 'revalidate_instances', 'schema', 'serialization', 'slots', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'cls_name', 'config', 'fields', 'frozen', 'generic_origin', 'metadata', 'post_init', 'ref', 'revalidate_instances', 'schema', 'serialization', 'slots', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'cls_repr', 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'cls_repr', 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'config', 'custom_init', 'extra_behavior', 'frozen', 'generic_origin', 'metadata', 'post_init', 'ref', 'revalidate_instances', 'root_model', 'schema', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'config', 'custom_init', 'extra_behavior', 'frozen', 'generic_origin', 'metadata', 'post_init', 'ref', 'revalidate_instances', 'root_model', 'schema', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'members', 'metadata', 'missing', 'ref', 'serialization', 'strict', 'sub_type', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'cls', 'members', 'metadata', 'missing', 'ref', 'serialization', 'strict', 'sub_type', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'coerce_numbers_to_str', 'max_length', 'metadata', 'min_length', 'pattern', 'ref', 'regex_engine', 'serialization', 'strict', 'strip_whitespace', 'to_lower', 'to_upper', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'coerce_numbers_to_str', 'max_length', 'metadata', 'min_length', 'pattern', 'ref', 'regex_engine', 'serialization', 'strict', 'strip_whitespace', 'to_lower', 'to_upper', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'collect_init_only', 'computed_fields', 'dataclass_name', 'extra_behavior', 'fields', 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'collect_init_only', 'computed_fields', 'dataclass_name', 'extra_behavior', 'fields', 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'computed_fields', 'extra_behavior', 'extras_keys_schema', 'extras_schema', 'fields', 'from_attributes', 'metadata', 'model_name', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'computed_fields', 'extra_behavior', 'extras_keys_schema', 'extras_schema', 'fields', 'from_attributes', 'metadata', 'model_name', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'custom_error_context', 'custom_error_message', 'custom_error_type', 'metadata', 'ref', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'custom_error_context', 'custom_error_message', 'custom_error_type', 'metadata', 'ref', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'default', 'default_factory', 'default_factory_takes_data', 'metadata', 'on_error', 'ref', 'schema', 'serialization', 'strict', 'type', 'validate_default'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'default', 'default_factory', 'default_factory_takes_data', 'metadata', 'on_error', 'ref', 'schema', 'serialization', 'strict', 'type', 'validate_default'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'definitions', 'metadata', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'definitions', 'metadata', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'expected', 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'expected', 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'fail_fast', 'items_schema', 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'strict', 'type', 'variadic_item_index'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'fail_fast', 'items_schema', 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'strict', 'type', 'variadic_item_index'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'fail_fast', 'items_schema', 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'fail_fast', 'items_schema', 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'fail_fast', 'keys_schema', 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'strict', 'type', 'values_schema'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'fail_fast', 'keys_schema', 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'strict', 'type', 'values_schema'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'function', 'json_schema_input_schema', 'metadata', 'ref', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'function', 'json_schema_input_schema', 'metadata', 'ref', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'function', 'json_schema_input_schema', 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'function', 'json_schema_input_schema', 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'function', 'metadata', 'ref', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'function', 'metadata', 'ref', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'microseconds_precision', 'now_op', 'now_utc_offset', 'ref', 'serialization', 'strict', 'type', 'tz_constraint'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'microseconds_precision', 'now_op', 'now_utc_offset', 'ref', 'serialization', 'strict', 'type', 'tz_constraint'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'microseconds_precision', 'ref', 'serialization', 'strict', 'type', 'tz_constraint'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'microseconds_precision', 'ref', 'serialization', 'strict', 'type', 'tz_constraint'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'microseconds_precision', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'microseconds_precision', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'multiple_of', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'multiple_of', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'now_op', 'now_utc_offset', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'ge', 'gt', 'le', 'lt', 'metadata', 'now_op', 'now_utc_offset', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'items_schema', 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'items_schema', 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'json_schema', 'metadata', 'python_schema', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'json_schema', 'metadata', 'python_schema', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'lax_schema', 'metadata', 'ref', 'serialization', 'strict', 'strict_schema', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'lax_schema', 'metadata', 'ref', 'serialization', 'strict', 'strict_schema', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'max_length', 'metadata', 'min_length', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema_ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'schema_ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'serialization', 'steps', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'serialization', 'steps', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'serialization', 'strict', 'type', 'version'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'serialization', 'strict', 'type', 'version'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'serialization', 'strict', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'ref', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `<TypedDict with items 'metadata', 'serialization', 'type'> | Iterable[tuple[str, object]]`, found `CoreSchema`
[error] invalid-return-type - Return type does not match returned value: expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `dict[str, Unknown | str]`
[error] invalid-return-type - Return type does not match returned value: expected `CoreSchema`, found `dict[str, Unknown | str]`

pydantic/_internal/_mock_val_ser.py

[error] invalid-assignment - Object of type `MockCoreSchema` is not assignable to attribute `core_schema` of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-assignment - Object of type `MockCoreSchema` is not assignable to attribute `core_schema` of type `CoreSchema`
[error] invalid-assignment - Object of type `MockCoreSchema` is not assignable to attribute `__pydantic_core_schema__` of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-assignment - Object of type `MockCoreSchema` is not assignable to attribute `__pydantic_core_schema__` of type `CoreSchema`

pydantic/_internal/_schema_gather.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `CoreSchema`, found `CoreSchema | SerSchema | ComputedField`
[error] invalid-argument-type - Argument to function `traverse_definition_ref` is incorrect: Expected `DefinitionReferenceSchema`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`
[error] invalid-argument-type - Argument to function `traverse_definition_ref` is incorrect: Expected `DefinitionReferenceSchema`, found `CoreSchema | SerSchema | ComputedField`
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "definitions" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "definitions" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `CoreSchema | SerSchema | ComputedField`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | str | InvalidSchema | ... omitted 51 union elements`
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `CoreSchema | SerSchema | ComputedField`, found `Unknown | str | CoreSchema`
[error] invalid-key - Unknown key "keys_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "keys_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "values_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-argument-type - Argument to function `iter_union_choices` is incorrect: Expected `UnionSchema`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`
[error] invalid-argument-type - Argument to function `iter_union_choices` is incorrect: Expected `UnionSchema`, found `CoreSchema | SerSchema | ComputedField`
[error] unresolved-attribute - Attribute `values` is not defined on `list[InvalidSchema | AnySchema | NoneSchema | ... omitted 50 union elements]` in union `Unknown | list[InvalidSchema | AnySchema | NoneSchema | ... omitted 50 union elements] | dict[Hashable, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[CoreSchema | tuple[CoreSchema, str]]` in union `Unknown | list[CoreSchema | tuple[CoreSchema, str]] | dict[Hashable, CoreSchema]`
[error] invalid-key - Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "steps" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "steps" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "lax_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "strict_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "python_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "extras_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | TypedDictField | ModelField`
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `CoreSchema | SerSchema | ComputedField`, found `Unknown | TypedDictField | ModelField`
[error] invalid-key - Unknown key "computed_fields" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "computed_fields" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "fields" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | str | DataclassField`
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `CoreSchema | SerSchema | ComputedField`, found `Unknown | str | DataclassField`
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_args_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "var_kwargs_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | list[ArgumentsParameter] | list[ArgumentsV3Parameter] | ... omitted 52 union elements`
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `CoreSchema | SerSchema | ComputedField`, found `Unknown | list[ArgumentsParameter] | list[ArgumentsV3Parameter] | ... omitted 52 union elements`
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `traverse_schema` is incorrect: Expected `CoreSchema | SerSchema | ComputedField`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`
[error] invalid-key - Unknown key "serialization" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "serialization" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "serialization" for TypedDict `FormatSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "serialization" for TypedDict `FormatSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "serialization" for TypedDict `ModelSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "serialization" for TypedDict `ModelSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "serialization" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "serialization" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "serialization" for TypedDict `SimpleSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "serialization" for TypedDict `SimpleSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "serialization" for TypedDict `ToStringSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "serialization" for TypedDict `ToStringSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)
[error] invalid-key - Unknown key "serialization" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`)
[error] invalid-key - Unknown key "serialization" for TypedDict `WrapSerializerFunctionSerSchema` (subscripted object has type `CoreSchema | SerSchema | ComputedField`)

pydantic/_internal/_utils.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type[Any] | tuple[type[Any], ...] | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type[Any] | tuple[type[Any], ...] | None`

pydantic/color.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/deprecated/copy_internals.py

[error] invalid-argument-type - Argument to function `_get_value` is incorrect: Expected `AbstractSet[int] | AbstractSet[str] | Mapping[int, Any] | Mapping[str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `_get_value` is incorrect: Expected `AbstractSetIntStr | MappingIntStrAny | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `_get_value` is incorrect: Expected `AbstractSet[int] | AbstractSet[str] | Mapping[int, Any] | Mapping[str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `_get_value` is incorrect: Expected `AbstractSetIntStr | MappingIntStrAny | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int] | ... omitted 3 union elements`

pydantic/experimental/arguments_schema.py

[error] invalid-argument-type - Argument to bound method `GenerateSchema._arguments_schema` is incorrect: Expected `FunctionType | MethodType | partial[Unknown]`, found `(...) -> Any`
[error] invalid-argument-type - Argument to bound method `GenerateSchema._arguments_schema` is incorrect: Expected `ValidateCallSupportedTypes`, found `(...) -> Any`
[error] invalid-argument-type - Argument to bound method `GenerateSchema._arguments_v3_schema` is incorrect: Expected `FunctionType | MethodType | partial[Unknown]`, found `(...) -> Any`
[error] invalid-argument-type - Argument to bound method `GenerateSchema._arguments_v3_schema` is incorrect: Expected `ValidateCallSupportedTypes`, found `(...) -> Any`

pydantic/fields.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`, found `dict[str, Divergent] | dict[Never, Never] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, JsonValue] | ((dict[str, JsonValue], /) -> None) | None`, found `dict[str, JsonValue] | dict[Never, Never] | (((dict[str, JsonValue], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`

pydantic/functional_serializers.py

[error] invalid-return-type - Return type does not match returned value: expected `[_FieldWrapSerializerT'return](_FieldWrapSerializerT'return, /) -> _FieldWrapSerializerT'return`, found `def dec(f: ((Any, /) -> Any) | ((Any, SerializationInfo[Any], /) -> Any) | ((Any, Any, /) -> Any) | ... omitted 7 union elements) -> PydanticDescriptorProxy[Any]`
[error] invalid-return-type - Return type does not match returned value: expected `[_FieldWrapSerializerT'return](_FieldWrapSerializerT'return, /) -> _FieldWrapSerializerT'return`, found `def dec(f: SerializerFunction | partial[Any] | partialmethod[Any] | WrapSerializerFunction) -> PydanticDescriptorProxy[Any]`

pydantic/functional_validators.py

[error] invalid-argument-type - Argument to function `with_info_plain_validator_function` is incorrect: Expected `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 4 union elements`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `with_info_plain_validator_function` is incorrect: Expected `SerSchema | None`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `no_info_plain_validator_function` is incorrect: Expected `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 4 union elements`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `no_info_plain_validator_function` is incorrect: Expected `SerSchema | None`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`

pydantic/json_schema.py

[error] invalid-key - Unknown key "ref" for TypedDict `ComputedField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements`)
[error] invalid-key - Unknown key "ref" for TypedDict `ComputedField` (subscripted object has type `CoreSchema | CoreSchemaField`)
[error] invalid-key - Unknown key "ref" for TypedDict `DataclassField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements`)
[error] invalid-key - Unknown key "ref" for TypedDict `DataclassField` (subscripted object has type `CoreSchema | CoreSchemaField`)
[error] invalid-key - Unknown key "ref" for TypedDict `DefinitionsSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements`)
[error] invalid-key - Unknown key "ref" for TypedDict `DefinitionsSchema` (subscripted object has type `CoreSchema | CoreSchemaField`)
[error] invalid-key - Unknown key "ref" for TypedDict `MissingSentinelSchema` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements`)
[error] invalid-key - Unknown key "ref" for TypedDict `MissingSentinelSchema` (subscripted object has type `CoreSchema | CoreSchemaField`)
[error] invalid-key - Unknown key "ref" for TypedDict `ModelField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements`)
[error] invalid-key - Unknown key "ref" for TypedDict `ModelField` (subscripted object has type `CoreSchema | CoreSchemaField`)
[error] invalid-key - Unknown key "ref" for TypedDict `TypedDictField` (subscripted object has type `InvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements`)
[error] invalid-key - Unknown key "ref" for TypedDict `TypedDictField` (subscripted object has type `CoreSchema | CoreSchemaField`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `FormatSerSchema` (subscripted object has type `SerSchema | IncExSeqSerSchema | IncExDictSerSchema`)
[error] invalid-key - Unknown key "schema" for TypedDict `IncExDictSerSchema` (subscripted object has type `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IncExDictSerSchema` (subscripted object has type `SerSchema | IncExSeqSerSchema | IncExDictSerSchema`)
[error] invalid-key - Unknown key "schema" for TypedDict `IncExSeqSerSchema` (subscripted object has type `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `IncExSeqSerSchema` (subscripted object has type `SerSchema | IncExSeqSerSchema | IncExDictSerSchema`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema` (subscripted object has type `SerSchema | IncExSeqSerSchema | IncExDictSerSchema`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `SimpleSerSchema` (subscripted object has type `SerSchema | IncExSeqSerSchema | IncExDictSerSchema`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "schema" for TypedDict `ToStringSerSchema` (subscripted object has type `SerSchema | IncExSeqSerSchema | IncExDictSerSchema`)

pydantic/main.py

[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a parameter annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a parameter annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a parameter annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a parameter annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `def dict(self, *, include: IncEx | None = None, exclude: IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> dict[str, Any]` in a return type annotation

pydantic/types.py

[error] invalid-argument-type - Argument to function `no_info_after_validator_function` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `dict[str, Unknown | bool]`
[error] invalid-argument-type - Argument to function `no_info_after_validator_function` is incorrect: Expected `CoreSchema`, found `dict[str, Unknown | bool]`

pydantic/v1/color.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/v1/dataclasses.py

[error] invalid-argument-type - Argument to function `_get_validators` is incorrect: Expected `type[Dataclass] | DataclassProxy`, found `<decorator produced by dataclass-like function>`
[error] invalid-argument-type - Argument to function `_get_validators` is incorrect: Expected `DataclassClassOrWrapper`, found `<decorator produced by dataclass-like function>`

pydantic/v1/env_settings.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[Unknown] | (list[str | PathLike[Unknown]] & PathLike[object]) | (tuple[str | PathLike[Unknown], ...] & PathLike[object])`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `_typeshed.StrPath`, found `pydantic.v1.typing.StrPath | str | PathLike[Unknown] | (list[pydantic.v1.typing.StrPath] & PathLike[object]) | (tuple[pydantic.v1.typing.StrPath, ...] & PathLike[object])`

pydantic/v1/generics.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `tuple[<special-form 'typing.List'>, <class 'list'>]`

pydantic/v1/main.py

[error] invalid-argument-type - Argument to bound method `BaseModel._get_value` is incorrect: Expected `AbstractSet[int | str] | Mapping[int | str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int | str] | Mapping[int | str, Any]`
[error] invalid-argument-type - Argument to bound method `BaseModel._get_value` is incorrect: Expected `AbstractSet[IntStr] | Mapping[IntStr, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[IntStr] | Mapping[IntStr, Any]`
[error] invalid-argument-type - Argument to bound method `BaseModel._get_value` is incorrect: Expected `AbstractSet[int | str] | Mapping[int | str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int | str] | Mapping[int | str, Any]`
[error] invalid-argument-type - Argument to bound method `BaseModel._get_value` is incorrect: Expected `AbstractSet[IntStr] | Mapping[IntStr, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[IntStr] | Mapping[IntStr, Any]`

pydantic/v1/utils.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type[Any] | tuple[type[Any], ...] | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type[Any] | tuple[type[Any], ...] | None`
[error] invalid-argument-type - Argument to function `issubclass` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type[Any] | tuple[type[Any], ...] | None`
[error] invalid-argument-type - Argument to function `issubclass` is incorrect: Expected `_ClassInfo`, found `type[Any] | tuple[type[Any], ...] | None`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[int | str, Any]`, found `(AbstractSet[int | str] & Top[Mapping[Unknown, object]]) | (Mapping[int | str, Any] & AbstractSet[object]) | (Mapping[int | str, Any] & ~AbstractSet[object]) | dict[int | str, EllipsisType]`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[IntStr, Any]`, found `(AbstractSet[IntStr] & Top[Mapping[Unknown, object]]) | (Mapping[IntStr, Any] & AbstractSet[object]) | (Mapping[IntStr, Any] & ~AbstractSet[object]) | dict[int | str, EllipsisType]`

pyjwt (https://github.com/jpadilla/pyjwt)

jwt/algorithms.py

[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'RSAPrivateKey | RSAPublicKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'AllowedRSAKeys'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'EllipticCurvePrivateKey | EllipticCurvePublicKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'AllowedECKeys'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'Ed25519PrivateKey | Ed25519PublicKey | Ed448PrivateKey | Ed448PublicKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'AllowedOKPKeys'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'RSAPrivateKey | RSAPublicKey | EllipticCurvePrivateKey | ... omitted 5 union elements'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'AllowedKeys'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'AllowedPrivateKeys'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'AllowedPublicKeys'>`

pylint (https://github.com/pycqa/pylint)

pylint/checkers/base_checker.py

[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `str | ExtraMessageOptions`
[error] invalid-argument-type - Argument to `MessageDefinition.__init__` is incorrect: Expected `str`, found `str | ExtraMessageOptions`
[error] invalid-argument-type - Argument to `MessageDefinition.__init__` is incorrect: Expected `str`, found `str | ExtraMessageOptions`
[error] invalid-argument-type - Argument to `MessageDefinition.__init__` is incorrect: Expected `str`, found `str | ExtraMessageOptions`
[error] invalid-assignment - Not enough values to unpack: Expected 4
[error] invalid-assignment - Too many values to unpack: Expected 3

pylint/checkers/classes/class_checker.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, MessageDefinitionTuple]`

pylint/checkers/deprecated.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, bool]]]` is not assignable to `dict[str, MessageDefinitionTuple]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, MessageDefinitionTuple]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, MessageDefinitionTuple]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, MessageDefinitionTuple]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, MessageDefinitionTuple]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, MessageDefinitionTuple]`

pylint/checkers/exceptions.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, MessageDefinitionTuple]`

pylint/checkers/format.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, str]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, str]]]` is not assignable to `dict[str, MessageDefinitionTuple]`

pylint/checkers/imports.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, MessageDefinitionTuple]`

pylint/checkers/stdlib.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, tuple[int, int]]] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, tuple[int, int]]] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, MessageDefinitionTuple]`

pylint/checkers/typecheck.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, MessageDefinitionTuple]`

pylint/checkers/variables.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, MessageDefinitionTuple]`

pyodide (https://github.com/pyodide/pyodide)

pyodide-build/pyodide_build/tests/recipe/test_unvendor.py

[error] invalid-argument-type - Argument to function `unpack_archive` is incorrect: Expected `str | PathLike[str]`, found `Path | None`
[error] invalid-argument-type - Argument to function `unpack_archive` is incorrect: Expected `StrPath`, found `Path | None`
[error] invalid-argument-type - Argument to function `unpack_archive` is incorrect: Expected `str | PathLike[str]`, found `Path | None`
[error] invalid-argument-type - Argument to function `unpack_archive` is incorrect: Expected `StrPath`, found `Path | None`

src/py/pyodide/webloop.py

[error] invalid-assignment - Object of type `_Wrapped[(seconds: SupportsIndex | float, /), None, (t), Unknown]` is not assignable to attribute `sleep` of type `def sleep(seconds: SupportsIndex | float, /) -> None`
[error] invalid-assignment - Object of type `_Wrapped[(seconds: _SupportsFloatOrIndex, /), None, (t), Unknown]` is not assignable to attribute `sleep` of type `def sleep(seconds: _SupportsFloatOrIndex, /) -> None`

pytest (https://github.com/pytest-dev/pytest)

src/_pytest/_code/source.py

[error] invalid-argument-type - Argument to function `getsource` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `~AlwaysFalsy & ~Source & ~tuple[object, ...] & ~Top[list[Unknown]] & ~str`
[error] invalid-argument-type - Argument to function `getsource` is incorrect: Expected `_SourceObjectType`, found `~AlwaysFalsy & ~Source & ~tuple[object, ...] & ~Top[list[Unknown]] & ~str`

src/_pytest/skipping.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type[BaseException] | (AbstractRaises[BaseException] & type) | tuple[type[BaseException], ...] | (AbstractRaises[BaseException] & tuple[object, ...])`

src/_pytest/terminal.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `object`

src/_pytest/unittest.py

[error] invalid-argument-type - Argument to bound method `ExceptionInfo.from_exc_info` is incorrect: Expected `tuple[Unknown, BaseException, TracebackType]`, found `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`
[error] invalid-argument-type - Argument to bound method `ExceptionInfo.from_exc_info` is incorrect: Expected `tuple[Unknown, BaseException, TracebackType]`, found `_SysExcInfoType`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None] | BaseException`
[error] invalid-return-type - Return type does not match returned value: expected `_SysExcInfoType`, found `_SysExcInfoType | BaseException`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `(tuple[type[BaseException], BaseException, TracebackType] & ~<Protocol with members '_twisted_raw_excinfo'>) | (tuple[None, None, None] & ~<Protocol with members '_twisted_raw_excinfo'>) | (BaseException & ~<Protocol with members '_twisted_raw_excinfo'>)`
[error] invalid-return-type - Return type does not match returned value: expected `_SysExcInfoType`, found `(tuple[type[BaseException], BaseException, TracebackType] & ~<Protocol with members '_twisted_raw_excinfo'>) | (tuple[None, None, None] & ~<Protocol with members '_twisted_raw_excinfo'>) | (BaseException & ~<Protocol with members '_twisted_raw_excinfo'>)`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `tuple[type[Unknown], Unknown, TracebackType | None]`
[error] invalid-return-type - Return type does not match returned value: expected `_SysExcInfoType`, found `tuple[type[Unknown], Unknown, TracebackType | None]`

testing/test_unittest.py

[error] invalid-argument-type - Argument to bound method `TestCaseFunction.addError` is incorrect: Expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `TestCaseFunction.addError` is incorrect: Expected `_SysExcInfoType`, found `Literal[42]`

python-htmlgen (https://github.com/srittau/python-htmlgen)

htmlgen/form.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `str | None`
[error] unresolved-attribute - Object of type `str | bytes | Generator` has no attribute `children`
[error] unresolved-attribute - Object of type `GenValue` has no attribute `children`

pywin32 (https://github.com/mhammond/pywin32)

isapi/samples/test.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `PyHANDLE`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `PyHANDLE`

win32/Demos/security/sspi/fetch_url.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

win32/Lib/win32rcparser.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(str & ~Literal["END"]) | None | (Unknown & ~Literal["END"])`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `(str & ~Literal["END"]) | None | (Unknown & ~Literal["END"])`

rich (https://github.com/Textualize/rich)

rich/control.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, (...) -> str].__getitem__(key: int, /) -> ((...) -> str)` cannot be called with key of type `str` on object of type `dict[int, (...) -> str]`

rich/table.py

[error] invalid-argument-type - Argument to bound method `property.setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]) -> Table`
[error] invalid-argument-type - Argument to bound method `property.setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: PaddingDimensions) -> Table`

tests/test_console.py

[error] invalid-argument-type - Argument to bound method `Console.render` is incorrect: Expected `ConsoleRenderable | RichCast | str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Console.render` is incorrect: Expected `RenderableType`, found `list[Unknown]`

tests/test_measure.py

[error] invalid-argument-type - Argument to bound method `Measurement.get` is incorrect: Expected `ConsoleRenderable | RichCast | str`, found `None`
[error] invalid-argument-type - Argument to bound method `Measurement.get` is incorrect: Expected `RenderableType`, found `None`

tests/test_padding.py

[error] invalid-argument-type - Argument to function `Padding.unpack` is incorrect: Expected `int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]`, found `tuple[Literal[1], Literal[2], Literal[3]]`
[error] invalid-argument-type - Argument to function `Padding.unpack` is incorrect: Expected `PaddingDimensions`, found `tuple[Literal[1], Literal[2], Literal[3]]`

tests/test_table.py

[error] invalid-argument-type - Argument to bound method `Table.add_row` is incorrect: Expected `ConsoleRenderable | RichCast | str | None`, found `Foo`
[error] invalid-argument-type - Argument to bound method `Table.add_row` is incorrect: Expected `RenderableType | None`, found `Foo`

rotki (https://github.com/rotki/rotki)

rotkehlchen/api/services/history_events.py

[error] invalid-argument-type - Argument to bound method `SupportedBlockchain.from_location` is incorrect: Expected `Literal[Location.ETHEREUM, Location.OPTIMISM, Location.POLYGON_POS, Location.ARBITRUM_ONE, Location.BASE, ... omitted 9 literals]`, found `Location`
[error] invalid-argument-type - Argument to bound method `SupportedBlockchain.from_location` is incorrect: Expected `BLOCKCHAIN_LOCATIONS_TYPE`, found `Location`

rotkehlchen/api/services/transactions.py

[warning] redundant-cast - Value is already of type `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 6 literals]`
[warning] redundant-cast - Value is already of type `CHAINS_WITH_TRANSACTION_DECODERS_TYPE`
[error] invalid-argument-type - Argument to function `Location.from_chain` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals] | None`
[error] invalid-argument-type - Argument to function `Location.from_chain` is incorrect: Expected `CHAINS_WITH_TRANSACTIONS_TYPE`, found `CHAINS_WITH_TRANSACTIONS_TYPE | None`

rotkehlchen/chain/evm/decoding/decoder.py

[error] invalid-argument-type - Argument to function `Location.from_chain` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 6 literals]`
[error] invalid-argument-type - Argument to function `Location.from_chain` is incorrect: Expected `CHAINS_WITH_TRANSACTIONS_TYPE`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 6 literals]`

rotkehlchen/chain/evm/tokens.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

rotkehlchen/tasks/assets.py

[error] invalid-assignment - Object of type `SupportedBlockchain` is not assignable to `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 7 literals]`
[error] invalid-assignment - Object of type `SupportedBlockchain` is not assignable to `SUPPORTED_EVM_EVMLIKE_CHAINS_TYPE`

rotkehlchen/tests/db/test_db.py

[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `ListOfBlockchainAddresses`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `ListOfBlockchainAddresses`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `ListOfBlockchainAddresses`, found `list[str]`

rotkehlchen/tests/db/test_db_accounting_rules.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None`

rotkehlchen/tests/external_apis/test_yearn.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `str | None`

rotkehlchen/tests/unit/test_ethereum_inquirer.py

[error] invalid-argument-type - Argument to bound method `CachedSettings.update_entry` is incorrect: Expected `DBSettingsFieldTypes`, found `dict[ChainID, tuple[EvmIndexer]]`

rotkehlchen/tests/unit/test_evm_indexer_order.py

[error] invalid-argument-type - Argument to bound method `CachedSettings.update_entry` is incorrect: Expected `DBSettingsFieldTypes`, found `dict[ChainID, tuple[EvmIndexer, EvmIndexer, EvmIndexer]]`
[error] invalid-argument-type - Argument to bound method `CachedSettings.update_entry` is incorrect: Expected `DBSettingsFieldTypes`, found `dict[ChainID, tuple[EvmIndexer, EvmIndexer, EvmIndexer]]`
[error] invalid-argument-type - Argument to bound method `CachedSettings.update_entry` is incorrect: Expected `DBSettingsFieldTypes`, found `dict[ChainID, tuple[EvmIndexer, EvmIndexer, EvmIndexer]]`

rotkehlchen/tests/unit/test_logging.py

[error] invalid-argument-type - Argument to bound method `LoggerAdapter.debug` is incorrect: Expected `None | bool | tuple[type[BaseException], BaseException, TracebackType | None] | tuple[None, None, None] | BaseException`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `LoggerAdapter.debug` is incorrect: Expected `_ExcInfoType`, found `dict[str, str] | str`

rotkehlchen/tests/utils/blockchain.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Any | None`

schema_salad (https://github.com/common-workflow-language/schema_salad)

src/schema_salad/avro/schema.py

[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `PropType`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `PropType`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `PropType`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `PropType`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `PropType`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `PropType`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `PropType`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `PropType`, found `object`

src/schema_salad/ref_resolver.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | float | str | ... omitted 3 union elements, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ResolveType, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | float | str | ... omitted 3 union elements, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & ~Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ResolveType, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & ~Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
[error] invalid-argument-type - Argument to bound method `Loader.validate_links` is incorrect: Expected `int | float | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `Loader.validate_links` is incorrect: Expected `ResolveType`, found `object`

src/schema_salad/schema.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type", "items", "names", "values", "fields"]` and value of type `MutableMapping[str, Any] | MutableSequence[Any] | str | MutableMapping[str, str] | list[Any | MutableMapping[str, str] | str]` on object of type `MutableSequence[Any]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type", "items", "names", "values", "fields"]` and value of type `Avro | MutableMapping[str, str] | str | list[Any | MutableMapping[str, str] | str]` on object of type `MutableSequence[Any]`

schemathesis (https://github.com/schemathesis/schemathesis)

src/schemathesis/core/jsonschema/bundler.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | bool | list[dict[str, Any] | bool]`, found `list[dict[str, Any] | bool | list[dict[str, Any] | bool]]`
[error] invalid-return-type - Return type does not match returned value: expected `JsonSchema | list[JsonSchema]`, found `list[dict[str, Any] | bool | list[JsonSchema]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | bool`, found `list[dict[str, Any] | bool]`
[error] invalid-return-type - Return type does not match returned value: expected `JsonSchema`, found `list[dict[str, Any] | bool]`

src/schemathesis/openapi/checks.py

[error] invalid-argument-type - Argument to function `unbundle` is incorrect: Expected `dict[str, Any] | bool | list[dict[str, Any] | bool]`, found `dict[Unknown, Unknown] | (Unresolvable & Top[dict[Unknown, Unknown]]) | bool | dict[str, Any] | dict[object, object]`
[error] invalid-argument-type - Argument to function `unbundle` is incorrect: Expected `JsonSchema | list[JsonSchema]`, found `dict[Unknown, Unknown] | (Unresolvable & Top[dict[Unknown, Unknown]]) | bool | dict[str, Any] | dict[object, object]`

src/schemathesis/specs/openapi/converter.py

[error] invalid-argument-type - Argument to function `_to_json_schema` is incorrect: Expected `dict[str, Any] | bool`, found `object`
[error] invalid-argument-type - Argument to function `_to_json_schema` is incorrect: Expected `JsonSchema`, found `object`

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/builder/_load_provider.py

[error] invalid-return-type - Return type does not match returned value: expected `DynamicMetadataProtocol`, found `ModuleType`
[error] invalid-return-type - Return type does not match returned value: expected `DMProtocols`, found `ModuleType`
[error] invalid-return-type - Return type does not match returned value: expected `DynamicMetadataProtocol`, found `ModuleType`
[error] invalid-return-type - Return type does not match returned value: expected `DMProtocols`, found `ModuleType`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/cluster/tests/test_bicluster.py

[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[int, int], dtype[signedinteger[_64Bit]]] & SparseABC`, `list[list[Unknown]] & SparseABC` in union `(ndarray[tuple[int, int], dtype[signedinteger[_64Bit]]] & SparseABC) | (Unknown & SparseABC) | (list[list[Unknown]] & SparseABC)`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[int, int], dtype[signedinteger[_NBitIntP]]] & SparseABC`, `list[list[Unknown]] & SparseABC` in union `(ndarray[tuple[int, int], dtype[signedinteger[_NBitIntP]]] & SparseABC) | (Unknown & SparseABC) | (list[list[Unknown]] & SparseABC)`

sklearn/conftest.py

[error] invalid-assignment - Object of type `def flag_this_call(...) -> Unknown` is not assignable to attribute `bmat` of type `Overload[[_T](blocks: Sequence[Sequence[_CanStack[_T] | None]], format: None = None, dtype: None = None) -> _T, [_SCT](blocks: Sequence[Sequence[spmatrix[_SCT] | None]], format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], dtype: None = None) -> spmatrix[_SCT], [_SCT, _T](blocks: Sequence[Sequence[_CanStackAs[_SCT, _T] | None]], format: None = None, *, dtype: Unknown) -> _T, [_SCT](blocks: Sequence[Sequence[spmatrix[_SCT] | None]], format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown) -> spmatrix[_SCT], [_SCT](blocks: Sequence[Sequence[sparray[number[Any, int | float | complex] | bool[bool], tuple[int, int]] | None]] | Unknown, format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown) -> spmatrix[_SCT] | sparray[_SCT, tuple[int, int]], [_T](blocks: Sequence[Sequence[_CanStackAs[Any, _T] | None]], format: None = None, *, dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str) -> _T, (blocks: Sequence[Sequence[spmatrix[number[Any, int | float | complex] | bool[bool]] | None]], format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], *, dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str) -> spmatrix[Any], (blocks: Sequence[Sequence[sparray[number[Any, int | float | complex] | bool[bool], tuple[int, int]] | None]] | Unknown, format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], *, dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str) -> spmatrix[Any] | sparray[number[Any, int | float | complex] | bool[bool], tuple[int, int]]]`
[error] invalid-assignment - Object of type `def flag_this_call(...) -> Unknown` is not assignable to attribute `bmat` of type `Overload[[_T](blocks: Sequence[Sequence[_CanStack[_T] | None]], format: None = None, dtype: None = None) -> _T, [_SCT](blocks: Sequence[Sequence[spmatrix[_SCT] | None]], format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], dtype: None = None) -> spmatrix[_SCT], [_SCT, _T](blocks: Sequence[Sequence[_CanStackAs[_SCT, _T] | None]], format: None = None, *, dtype: Unknown) -> _T, [_SCT](blocks: Sequence[Sequence[spmatrix[_SCT] | None]], format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown) -> spmatrix[_SCT], [_SCT](blocks: _ToBlocksUnkown, format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown) -> spmatrix[_SCT] | sparray[_SCT, tuple[int, int]], [_T](blocks: Sequence[Sequence[_CanStackAs[Any, _T] | None]], format: None = None, *, dtype: _ToDType) -> _T, (blocks: Sequence[Sequence[spmatrix[_Numeric] | None]], format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], *, dtype: _ToDType) -> spmatrix[Any], (blocks: _ToBlocksUnkown, format: Literal["bsr", "coo", "csc", "csr", "dia", "dok", "lil"], *, dtype: _ToDType) -> spmatrix[Any] | sparray[_Numeric, tuple[int, int]]]`
[error] invalid-assignment - Object of type `def flag_this_call(...) -> Unknown` is not assignable to attribute `rand` of type `Overload[(m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", dtype: AnyFloat64DType | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[float64], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyFloat64DType | None = None, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[float64], [_SCT](m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", *, dtype: Unknown, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> coo_matrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating, format: Literal["coo"], dtype: Unknown, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[_SCT], (m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", *, dtype: AnyComplex128DType, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> coo_matrix[complex128], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyComplex128DType, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[complex128], (m: int, n: int, density: int | float | floating, format: Literal["coo"], dtype: AnyComplex128DType, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[complex128], (m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyComplex128DType, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[complex128], (m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[Any], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str | None = None, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[Any], (m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[Any]]`
[error] invalid-assignment - Object of type `def flag_this_call(...) -> Unknown` is not assignable to attribute `rand` of type `Overload[(m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", dtype: AnyFloat64DType | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[float64], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyFloat64DType | None = None, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[float64], [_SCT](m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", *, dtype: Unknown, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> coo_matrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating, format: Literal["coo"], dtype: Unknown, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[_SCT], (m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", *, dtype: AnyComplex128DType, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> coo_matrix[complex128], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyComplex128DType, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[complex128], (m: int, n: int, density: int | float | floating, format: Literal["coo"], dtype: AnyComplex128DType, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[complex128], (m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyComplex128DType, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[complex128], (m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", dtype: _ToDType | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[Any], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: _ToDType | None = None, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[Any], (m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: _ToDType | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[Any]]`
[error] invalid-assignment - Object of type `def flag_this_call(...) -> Unknown` is not assignable to attribute `rand` of type `Overload[(m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", dtype: AnyFloat64DType | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[float64], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyFloat64DType | None = None, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[float64], [_SCT](m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", *, dtype: Unknown, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> coo_matrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating, format: Literal["coo"], dtype: Unknown, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[_SCT], (m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", *, dtype: AnyComplex128DType, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> coo_matrix[complex128], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyComplex128DType, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[complex128], (m: int, n: int, density: int | float | floating, format: Literal["coo"], dtype: AnyComplex128DType, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[complex128], (m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyComplex128DType, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[complex128], (m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[Any], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str | None = None, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[Any], (m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: type[int | float | complex | number[Any, int | float | complex] | bool[bool]] | dtype[number[Any, int | float | complex] | bool[bool]] | str | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[Any]]`
[error] invalid-assignment - Object of type `def flag_this_call(...) -> Unknown` is not assignable to attribute `rand` of type `Overload[(m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", dtype: AnyFloat64DType | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[float64], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyFloat64DType | None = None, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[float64], [_SCT](m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", *, dtype: Unknown, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> coo_matrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating, format: Literal["coo"], dtype: Unknown, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[_SCT], [_SCT](m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: Unknown, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[_SCT], (m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", *, dtype: AnyComplex128DType, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> coo_matrix[complex128], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyComplex128DType, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[complex128], (m: int, n: int, density: int | float | floating, format: Literal["coo"], dtype: AnyComplex128DType, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[complex128], (m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: AnyComplex128DType, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[complex128], (m: int, n: int, density: int | float | floating = ..., format: Literal["coo"] = "coo", dtype: _ToDType | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> coo_matrix[Any], (m: int, n: int, density: int | float | floating = ..., *, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: _ToDType | None = None, rng: ToRNG | None = None, random_state: ToRNG | None = None) -> spmatrix[Any], (m: int, n: int, density: int | float | floating, format: Literal["bsr", "csc", "csr", "dia", "dok", "lil"], dtype: _ToDType | None = None, rng: ToRNG | None = None, *, random_state: ToRNG | None = None) -> spmatrix[Any]]`

sklearn/covariance/_graph_lasso.py

[error] invalid-argument-type - Argument to `errstate.__init__` is incorrect: Expected `((str, int, /) -> Any) | SupportsWrite[str] | _unspecified`, found `str`
[error] invalid-argument-type - Argument to `errstate.__init__` is incorrect: Expected `_ErrCall | _unspecified`, found `str`

sklearn/datasets/_california_housing.py

[error] invalid-argument-type - Argument to function `loadtxt` is incorrect: Expected `Iterable[str] | PathLike[str] | Iterable[bytes]`, found `IO[bytes] | None`
[error] invalid-argument-type - Argument to function `loadtxt` is incorrect: Expected `_FName`, found `IO[bytes] | None`

sklearn/datasets/_openml.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `Exception`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `Exception`

sklearn/decomposition/_dict_learning.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Unknown | None`

sklearn/decomposition/tests/test_incremental_pca.py

[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`

sklearn/externals/_packaging/version.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `tuple[int, tuple[int, ...], InfinityType | NegativeInfinityType | tuple[str, int], InfinityType | NegativeInfinityType | tuple[str, int], InfinityType | NegativeInfinityType | tuple[str, int], NegativeInfinityType | tuple[InfinityType | NegativeInfinityType | int | ... omitted 3 union elements, ...]] | tuple[int, tuple[str, ...]]`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `tuple[int, tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType] | tuple[int, tuple[str, ...]]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `tuple[int, tuple[int, ...], InfinityType | NegativeInfinityType | tuple[str, int], InfinityType | NegativeInfinityType | tuple[str, int], InfinityType | NegativeInfinityType | tuple[str, int], NegativeInfinityType | tuple[InfinityType | NegativeInfinityType | int | ... omitted 3 union elements, ...]] | tuple[int, tuple[str, ...]]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `tuple[int, tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType] | tuple[int, tuple[str, ...]]`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `tuple[int, tuple[int, ...], InfinityType | NegativeInfinityType | tuple[str, int], InfinityType | NegativeInfinityType | tuple[str, int], InfinityType | NegativeInfinityType | tuple[str, int], NegativeInfinityType | tuple[InfinityType | NegativeInfinityType | int | ... omitted 3 union elements, ...]] | tuple[int, tuple[str, ...]]`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `tuple[int, tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType] | tuple[int, tuple[str, ...]]`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `tuple[int, tuple[int, ...], InfinityType | NegativeInfinityType | tuple[str, int], InfinityType | NegativeInfinityType | tuple[str, int], InfinityType | NegativeInfinityType | tuple[str, int], NegativeInfinityType | tuple[InfinityType | NegativeInfinityType | int | ... omitted 3 union elements, ...]] | tuple[int, tuple[str, ...]]`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `tuple[int, tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType] | tuple[int, tuple[str, ...]]`

sklearn/linear_model/tests/test_huber.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`

sklearn/linear_model/tests/test_passive_aggressive.py

[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`

sklearn/linear_model/tests/test_ridge.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`

sklearn/metrics/_classification.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | Unknown | int | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `float | Unknown | int | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | Unknown | int | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `float | Unknown | int | None`

sklearn/mixture/tests/test_gaussian_mixture.py

[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`

sklearn/model_selection/_split.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Unknown | None`

sklearn/model_selection/tests/test_validation.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["error_score"]` and value of type `Literal["raise"]` on object of type `dict[str, FailingClassifier | ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | None | dict[Unknown, Unknown] | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["error_score"]` and value of type `Literal["raise"]` on object of type `dict[str, FailingClassifier | ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]] | None | dict[Unknown, Unknown] | int]`

sklearn/neighbors/_lof.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

sklearn/preprocessing/_polynomial.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

sklearn/preprocessing/tests/test_data.py

[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | None | int | float`

sklearn/utils/validation.py

[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

scipy (https://github.com/scipy/scipy)

benchmarks/benchmarks/lsq_problems.py

[error] invalid-argument-type - Argument to `ABCPolyBase.__init__` is incorrect: Expected `_SupportsArray[dtype[number[Any, int | float | complex] | numpy.bool[builtins.bool] | object_]] | Sequence[int | float | complex | ... omitted 4 union elements]`, found `Literal[1]`
[error] invalid-argument-type - Argument to `ABCPolyBase.__init__` is incorrect: Expected `_SeriesLikeCoef_co`, found `Literal[1]`

scipy/_lib/_util.py

[error] invalid-assignment - Object of type `(seed=...) -> Generator` is not assignable to attribute `default_rng` of type `def default_rng(seed: _SupportsArray[dtype[bool[bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | integer[Any]]]] | int | ... omitted 6 union elements = None) -> Generator`
[error] invalid-assignment - Object of type `(seed=...) -> Generator` is not assignable to attribute `default_rng` of type `def default_rng(seed: _ArrayLikeInt_co | SeedSequence | BitGenerator | ... omitted 3 union elements = None) -> Generator`

scipy/integrate/_quadrature.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, tuple[int, int, list[int], int, int]].__getitem__(key: int, /) -> tuple[int, int, list[int], int, int]` cannot be called with key of type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` on object of type `dict[int, tuple[int, int, list[int], int, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, tuple[int, int, list[int], int, int]].__getitem__(key: int, /) -> tuple[int, int, list[int], int, int]` cannot be called with key of type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]` on object of type `dict[int, tuple[int, int, list[int], int, int]]`

scipy/interpolate/_polyint.py

[error] invalid-argument-type - Argument to function `moveaxis` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `moveaxis` is incorrect: Expected `_ShapeLike`, found `Unknown | None`

scipy/io/arff/tests/test_arffread.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `int | float | str`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `int | float | str`

scipy/linalg/tests/test_lapack.py

[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `float | complex`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `_ConvertibleToFloat | None`, found `float | complex`

scipy/optimize/_differentialevolution.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `list[Unknown | signedinteger[_NBitIntP] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[int] | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int] | tuple[Any, ...], Unknown]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[int] | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int] | tuple[Any, ...], Unknown]]` cannot be called with key of type `list[Unknown | signedinteger[_NBitIntP] | int]` on object of type `ndarray[tuple[int], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[int | Unknown | signedinteger[_NBitIntP]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[int | Unknown | signedinteger[_NBitIntP]]` and value of type `Unknown` on object of type `ndarray[tuple[int], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_NBitIntP]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_64Bit] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_NBitIntP] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_NBitIntP]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_NBitIntP]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_64Bit] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_NBitIntP] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_64Bit] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_NBitIntP] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`

scipy/optimize/_numdiff.py

[error] invalid-argument-type - Argument to `RandomState.__init__` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `generic[Any] | int | float | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `RandomState.__init__` is incorrect: Expected `_ArrayLikeInt_co | BitGenerator | None`, found `generic[Any] | int | float | ... omitted 5 union elements`

scipy/optimize/_trustregion_exact.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | SupportsAbs[SupportsDunderLT[Any] | SupportsDunderGT[Any]]` and `Literal[2]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | SupportsAbs[SupportsRichComparison]` and `Literal[2]`

scipy/optimize/tests/test_cobyla.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`

scipy/optimize/tests/test_constraint_conversion.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | list[int | float] | Unknown | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `ndarray[tuple[Any, ...], dtype[Any]] | list[int | float] | Unknown | None`

scipy/optimize/tests/test_differentiable_functions.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `Unknown | csr_array`

scipy/optimize/tests/test_optimize.py

[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | Unknown`

scipy/signal/_arraytools.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `generic[Any] | int | float | ... omitted 4 union elements`

scipy/signal/tests/test_bsplines.py

[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `FloatingComplexArray`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `FloatingComplexArray`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `FloatingComplexArray`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `FloatingComplexArray`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `FloatingComplexArray`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `FloatingComplexArray`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `FloatingComplexArray`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `FloatingComplexArray`, found `list[int]`

scipy/sparse/_sputils.py

[error] invalid-return-type - Return type does not match returned value: expected `dtype[Any]`, found `<class 'unsignedinteger[_64Bit]'>`
[error] invalid-return-type - Return type does not match returned value: expected `dtype[Any]`, found `<class 'unsignedinteger[_NBitIntP]'>`
[error] invalid-return-type - Return type does not match returned value: expected `dtype[Any]`, found `<class 'signedinteger[_64Bit]'>`
[error] invalid-return-type - Return type does not match returned value: expected `dtype[Any]`, found `<class 'signedinteger[_NBitIntP]'>`

scipy/sparse/linalg/_expm_multiply.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

scipy/sparse/linalg/_matfuncs.py

[error] invalid-argument-type - Argument to constructor `ndarray.__new__` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `list[list[Unknown]]`
[error] invalid-argument-type - Argument to constructor `ndarray.__new__` is incorrect: Expected `_ShapeLike`, found `list[list[Unknown]]`

scipy/spatial/tests/test_distance.py

[error] invalid-argument-type - Argument to function `cdist` is incorrect: Expected `_MetricCallback1`, found `def _my_metric(x, y, arg, kwarg=1, kwarg2=2) -> Unknown`
[error] invalid-argument-type - Argument to function `cdist` is incorrect: Expected `_MetricCallback`, found `def _my_metric(x, y, arg, kwarg=1, kwarg2=2) -> Unknown`
[error] invalid-argument-type - Argument to function `cdist` is incorrect: Expected `_MetricCallback1`, found `def _my_metric(x, y, arg, kwarg=1, kwarg2=2) -> Unknown`
[error] invalid-argument-type - Argument to function `cdist` is incorrect: Expected `_MetricCallback`, found `def _my_metric(x, y, arg, kwarg=1, kwarg2=2) -> Unknown`
[error] invalid-argument-type - Argument to function `pdist` is incorrect: Expected `_MetricCallback1`, found `def _my_metric(x, y, arg, kwarg=1, kwarg2=2) -> Unknown`
[error] invalid-argument-type - Argument to function `pdist` is incorrect: Expected `_MetricCallback`, found `def _my_metric(x, y, arg, kwarg=1, kwarg2=2) -> Unknown`
[error] invalid-argument-type - Argument to function `pdist` is incorrect: Expected `_MetricCallback1`, found `def _my_metric(x, y, arg, kwarg=1, kwarg2=2) -> Unknown`
[error] invalid-argument-type - Argument to function `pdist` is incorrect: Expected `_MetricCallback`, found `def _my_metric(x, y, arg, kwarg=1, kwarg2=2) -> Unknown`

scipy/spatial/tests/test_kdtree.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `all` of type `Overload[(self, axis: None = None, out: None = None, keepdims: Literal[False, 0] = False, *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] = True) -> numpy.bool[builtins.bool], (self, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: SupportsIndex = False, *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] = True) -> numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], [_ArrayT](self, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: SupportsIndex = False, *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] = True) -> _ArrayT, [_ArrayT](self, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: SupportsIndex = False, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] = True) -> _ArrayT]`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `all` of type `Overload[(self, axis: None = None, out: None = None, keepdims: Literal[False, 0] = False, *, where: _ArrayLikeBool_co = True) -> numpy.bool[builtins.bool], (self, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: SupportsIndex = False, *, where: _ArrayLikeBool_co = True) -> numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], [_ArrayT](self, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: SupportsIndex = False, *, where: _ArrayLikeBool_co = True) -> _ArrayT, [_ArrayT](self, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: SupportsIndex = False, where: _ArrayLikeBool_co = True) -> _ArrayT]`
[error] invalid-assignment - Object of type `Any | None` is not assignable to attribute `all` of type `Overload[(self, axis: None = None, out: None = None, keepdims: Literal[False, 0] = False, *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] = True) -> numpy.bool[builtins.bool], (self, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: SupportsIndex = False, *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] = True) -> numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], [_ArrayT](self, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: SupportsIndex = False, *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] = True) -> _ArrayT, [_ArrayT](self, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: SupportsIndex = False, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] = True) -> _ArrayT]`
[error] invalid-assignment - Object of type `Any | None` is not assignable to attribute `all` of type `Overload[(self, axis: None = None, out: None = None, keepdims: Literal[False, 0] = False, *, where: _ArrayLikeBool_co = True) -> numpy.bool[builtins.bool], (self, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: SupportsIndex = False, *, where: _ArrayLikeBool_co = True) -> numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], [_ArrayT](self, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: SupportsIndex = False, *, where: _ArrayLikeBool_co = True) -> _ArrayT, [_ArrayT](self, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: SupportsIndex = False, where: _ArrayLikeBool_co = True) -> _ArrayT]`

scipy/special/_basic.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`

scipy/special/_spherical_bessel.py

[error] unsupported-operator - Unary operator `-` is not supported for object of type `tuple[ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], ...]`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `tuple[ndarray[tuple[Any, ...], dtype[signedinteger[_NBitIntP]]], ...]`

scipy/stats/_discrete_distns.py

[error] invalid-argument-type - Argument to function `broadcast_shapes` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `tuple[Any, ...] | tuple[generic[Any] | int | float | ... omitted 4 union elements, Literal[1]]`
[error] invalid-argument-type - Argument to function `broadcast_shapes` is incorrect: Expected `_ShapeLike`, found `tuple[Any, ...] | tuple[generic[Any] | int | float | ... omitted 4 union elements, Literal[1]]`

scipy/stats/_distribution_infrastructure.py

[error] invalid-argument-type - Argument to function `broadcast_shapes` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `broadcast_shapes` is incorrect: Expected `_ShapeLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`

scipy/stats/_multivariate.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `generic[Any] | int | float | ... omitted 4 union elements`

scipy/stats/tests/test_axis_nan_policy.py

[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments

scipy/stats/tests/test_distributions.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `list[f_gen | tuple[int, int] | int | float]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `list[f_gen | tuple[int, int] | int | float]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `list[burr_gen | tuple[int] | int | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `list[burr_gen | tuple[int] | int | ... omitted 4 union elements]`

scipy/stats/tests/test_kdeoth.py

[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `_ConvertibleToFloat | None`, found `list[int]`

scipy/stats/tests/test_mstats_basic.py

[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] unresolved-attribute - Unresolved attribute `_mask` on type `MaskedArray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] unresolved-attribute - Unresolved attribute `_mask` on type `MaskedArray[tuple[int], dtype[signedinteger[_NBitIntP]]]`

scipy/stats/tests/test_multivariate.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | ndarray[tuple[int], dtype[Unknown]] | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_NumericArrayLike`, found `None | ndarray[tuple[int], dtype[Unknown]] | Unknown`

scipy/stats/tests/test_stats.py

[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments
[error] no-matching-overload - No overload of function `array` matches arguments

subprojects/array_api_compat/array_api_compat/array_api_compat/dask/array/_info.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal["cpu"] | _dask_device]`, found `tuple[Literal["cpu"], _dask_device]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Device]`, found `tuple[Literal["cpu"], _dask_device]`

subprojects/array_api_extra/src/array_api_extra/_lib/_funcs.py

[error] invalid-argument-type - Argument to function `log2` is incorrect: Expected `SupportsFloat | SupportsIndex`, found `(int & ~Literal[0]) | None`
[error] invalid-argument-type - Argument to function `log2` is incorrect: Expected `_SupportsFloatOrIndex`, found `(int & ~Literal[0]) | None`

subprojects/cobyqa/doc/source/conf.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

subprojects/pyprima/pyprima/pyprima/src/pyprima/cobyla/cobyla.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | None | int` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | None | int` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

subprojects/pyprima/pyprima/pyprima/src/pyprima/cobyla/geometry.py

[error] unsupported-operator - Operator `<=` is not supported between objects of type `None | signedinteger[_64Bit]` and `int`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `None | signedinteger[_NBitIntP]` and `int`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `None | signedinteger[_64Bit]` and `Literal[0]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `None | signedinteger[_NBitIntP]` and `Literal[0]`

subprojects/pyprima/pyprima/pyprima/src/pyprima/cobyla/trustregion.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `list[Unknown | signedinteger[_NBitIntP] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[signedinteger[_NBitIntP] | int | Unknown]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `list[Unknown | signedinteger[_NBitIntP] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[signedinteger[_NBitIntP] | int | Unknown]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`

subprojects/pyprima/pyprima/pyprima/src/pyprima/common/preproc.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

tools/authors.py

[error] invalid-argument-type - Argument to function `call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[None | Unknown]`
[error] invalid-argument-type - Argument to function `call` is incorrect: Expected `_CMD`, found `list[None | Unknown]`

scipy-stubs (https://github.com/scipy/scipy-stubs)

tests/integrate/test_solve_bvp.pyi

[error] invalid-argument-type - Argument to function `solve_bvp` is incorrect: Expected `(Array1D, Unknown, /) -> Unknown`, found `def fun0(x: ndarray[tuple[Any, ...], dtype[float64]], y: ndarray[tuple[Any, ...], dtype[float64]]) -> ndarray[tuple[Any, ...], dtype[float64]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `PPoly[float64]`
[error] no-matching-overload - No overload of function `solve_bvp` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `PPoly[float64]`

tests/cluster/test_hierarchy.pyi

[error] type-assertion-failure - Type `Unknown` does not match asserted type `tuple[floating[_128Bit], Unknown]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `tuple[floating[_NBitLongDouble], Unknown]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `tuple[complexfloating[_128Bit, _128Bit], Unknown]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `tuple[complexfloating[_NBitLongDouble, _NBitLongDouble], Unknown]`

tests/ndimage/test__measurements.pyi

[error] type-assertion-failure - Type `tuple[float64, float64, tuple[signedinteger[_64Bit], ...], tuple[signedinteger[_64Bit], ...]]` does not match asserted type `tuple[floating[_32Bit], floating[_32Bit], tuple[signedinteger[_64Bit], ...], tuple[signedinteger[_64Bit], ...]]`
[error] type-assertion-failure - Type `tuple[float64, float64, tuple[signedinteger[_NBitIntP], ...], tuple[signedinteger[_NBitIntP], ...]]` does not match asserted type `tuple[floating[_32Bit], floating[_32Bit], tuple[signedinteger[_NBitIntP], ...], tuple[signedinteger[_NBitIntP], ...]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `tuple[Unknown, Unknown, list[tuple[signedinteger[_64Bit], ...]], list[tuple[signedinteger[_64Bit], ...]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `tuple[Unknown, Unknown, list[tuple[signedinteger[_NBitIntP], ...]], list[tuple[signedinteger[_NBitIntP], ...]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `tuple[Unknown, Unknown, list[tuple[signedinteger[_64Bit], ...]], list[tuple[signedinteger[_64Bit], ...]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `tuple[Unknown, Unknown, list[tuple[signedinteger[_NBitIntP], ...]], list[tuple[signedinteger[_NBitIntP], ...]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `list[tuple[signedinteger[_64Bit], ...]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `list[tuple[signedinteger[_NBitIntP], ...]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `list[tuple[signedinteger[_64Bit], ...]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `list[tuple[signedinteger[_NBitIntP], ...]]`

tests/optimize/test_constraints.pyi

[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[int], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[int], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[int, int], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[int, int], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[int, int], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[int, int], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[int, int], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[int, int], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_64Bit]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`
[error] type-assertion-failure - Type `Bounds[tuple[int], signedinteger[_NBitIntP]]` does not match asserted type `Bounds[tuple[Any, ...], floating[_32Bit]]`

tests/signal/test_filter_design.pyi

[error] type-assertion-failure - Type `float64` does not match asserted type `floating[_128Bit] | Any`
[error] type-assertion-failure - Type `float64` does not match asserted type `floating[_NBitLongDouble] | Any`
[error] type-assertion-failure - Type `tuple[int, float64]` does not match asserted type `tuple[int, floating[_128Bit]]`
[error] type-assertion-failure - Type `tuple[int, float64]` does not match asserted type `tuple[int, floating[_NBitLongDouble]]`
[error] type-assertion-failure - Type `tuple[int, float64]` does not match asserted type `tuple[int, floating[_128Bit]]`
[error] type-assertion-failure - Type `tuple[int, float64]` does not match asserted type `tuple[int, floating[_NBitLongDouble]]`
[error] type-assertion-failure - Type `tuple[int, float64]` does not match asserted type `tuple[int, floating[_128Bit]]`
[error] type-assertion-failure - Type `tuple[int, float64]` does not match asserted type `tuple[int, floating[_NBitLongDouble]]`

tests/sparse/linalg/test__interface.pyi

[error] type-assertion-failure - Type `_CustomLinearOperator[Unknown, (Unknown, /) -> ToComplex1D | ToComplex2D]` does not match asserted type `_CustomLinearOperator[signedinteger[_64Bit], (Unknown, /) -> ToComplex1D | ToComplex2D]`
[error] type-assertion-failure - Type `_CustomLinearOperator[Unknown, (Unknown, /) -> ToComplex1D | ToComplex2D]` does not match asserted type `_CustomLinearOperator[signedinteger[_NBitIntP], (Unknown, /) -> ToComplex1D | ToComplex2D]`

tests/sparse/test_construct.pyi

[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `bsr_array[numpy.bool[builtins.bool]]` does not match asserted type `bsr_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `bsr_array[numpy.bool[builtins.bool]]` does not match asserted type `bsr_array[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `coo_matrix[Unknown]` does not match asserted type `coo_matrix[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `coo_matrix[Unknown]` does not match asserted type `coo_matrix[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `coo_array[Unknown, tuple[int, int]]` does not match asserted type `coo_array[signedinteger[_64Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `coo_array[Unknown, tuple[int, int]]` does not match asserted type `coo_array[signedinteger[_NBitIntP], tuple[int, int]]`
[error] type-assertion-failure - Type `coo_array[numpy.bool[builtins.bool], tuple[int, int]]` does not match asserted type `coo_array[signedinteger[_64Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `coo_array[numpy.bool[builtins.bool], tuple[int, int]]` does not match asserted type `coo_array[signedinteger[_NBitIntP], tuple[int, int]]`
[error] type-assertion-failure - Type `dia_array[numpy.bool[builtins.bool]]` does not match asserted type `dia_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `dia_array[numpy.bool[builtins.bool]]` does not match asserted type `dia_array[signedinteger[_NBitIntP]]`

tests/sparse/test_csc.pyi

[error] type-assertion-failure - Type `csc_matrix[numpy.bool[builtins.bool]]` does not match asserted type `csc_matrix[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `csc_matrix[numpy.bool[builtins.bool]]` does not match asserted type `csc_matrix[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `csc_matrix[numpy.bool[builtins.bool]]` does not match asserted type `csc_matrix[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `csc_matrix[numpy.bool[builtins.bool]]` does not match asserted type `csc_matrix[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `csc_matrix[numpy.bool[builtins.bool]]` does not match asserted type `csc_matrix[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `csc_matrix[numpy.bool[builtins.bool]]` does not match asserted type `csc_matrix[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `csc_matrix[numpy.bool[builtins.bool]]` does not match asserted type `csc_matrix[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `csc_matrix[numpy.bool[builtins.bool]]` does not match asserted type `csc_matrix[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `csc_array[numpy.bool[builtins.bool]]` does not match asserted type `csc_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `csc_array[numpy.bool[builtins.bool]]` does not match asserted type `csc_array[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `csc_array[numpy.bool[builtins.bool]]` does not match asserted type `csc_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `csc_array[numpy.bool[builtins.bool]]` does not match asserted type `csc_array[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `csc_array[numpy.bool[builtins.bool]]` does not match asserted type `csc_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `csc_array[numpy.bool[builtins.bool]]` does not match asserted type `csc_array[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `csc_array[numpy.bool[builtins.bool]]` does not match asserted type `csc_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `csc_array[numpy.bool[builtins.bool]]` does not match asserted type `csc_array[signedinteger[_NBitIntP]]`

tests/sparse/test_csr.pyi

[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_64Bit]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_NBitIntP]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_64Bit]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_NBitIntP]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`

tests/sparse/test_lil.pyi

[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `lil_matrix[float64]` does not match asserted type `lil_matrix[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `lil_matrix[float64]` does not match asserted type `lil_matrix[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `lil_array[floating[_32Bit]]` does not match asserted type `lil_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `lil_array[floating[_32Bit]]` does not match asserted type `lil_array[signedinteger[_NBitIntP]]`
[error] type-assertion-failure - Type `lil_array[float64]` does not match asserted type `lil_array[signedinteger[_64Bit]]`
[error] type-assertion-failure - Type `lil_array[float64]` does not match asserted type `lil_array[signedinteger[_NBitIntP]]`

tests/spatial/test__kdtree.pyi

[error] type-assertion-failure - Type `signedinteger[_64Bit]` does not match asserted type `signedinteger[_64Bit] | Unknown`
[error] type-assertion-failure - Type `signedinteger[_NBitIntP]` does not match asserted type `signedinteger[_NBitIntP] | Unknown`
[error] type-assertion-failure - Type `signedinteger[_64Bit]` does not match asserted type `signedinteger[_64Bit] | Unknown`
[error] type-assertion-failure - Type `signedinteger[_NBitIntP]` does not match asserted type `signedinteger[_NBitIntP] | Unknown`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_64Bit] | Unknown`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_NBitIntP] | Unknown`

tests/special/test_spherical_bessel.pyi

[error] type-assertion-failure - Type `Unknown` does not match asserted type `float64 | complex128`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `_Inexact`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `float64 | complex128`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `_Inexact`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `float64 | complex128`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `_Inexact`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `float64 | complex128`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `_Inexact`

tests/stats/test__multicomp.pyi

[error] type-assertion-failure - Type `DunnettResult[float64]` does not match asserted type `DunnettResult[floating[_128Bit]]`
[error] type-assertion-failure - Type `DunnettResult[float64]` does not match asserted type `DunnettResult[floating[_NBitLongDouble]]`
[error] type-assertion-failure - Type `DunnettResult[float64]` does not match asserted type `DunnettResult[floating[_128Bit]]`
[error] type-assertion-failure - Type `DunnettResult[float64]` does not match asserted type `DunnettResult[floating[_NBitLongDouble]]`
[error] type-assertion-failure - Type `DunnettResult[float64]` does not match asserted type `DunnettResult[floating[_128Bit]]`
[error] type-assertion-failure - Type `DunnettResult[float64]` does not match asserted type `DunnettResult[floating[_NBitLongDouble]]`

tests/stats/test__stats_py.pyi

[error] type-assertion-failure - Type `DescribeResult[Unknown, float64 | Unknown]` does not match asserted type `DescribeResult[signedinteger[_64Bit], float64]`
[error] type-assertion-failure - Type `DescribeResult[Unknown, float64 | Unknown]` does not match asserted type `DescribeResult[signedinteger[_NBitIntP], float64]`
[error] type-assertion-failure - Type `DescribeResult[Unknown, float64]` does not match asserted type `DescribeResult[signedinteger[_64Bit], float64]`
[error] type-assertion-failure - Type `DescribeResult[Unknown, float64]` does not match asserted type `DescribeResult[signedinteger[_NBitIntP], float64]`
[error] type-assertion-failure - Type `SigmaclipResult[Unknown, float64]` does not match asserted type `SigmaclipResult[signedinteger[_64Bit], float64]`
[error] type-assertion-failure - Type `SigmaclipResult[Unknown, float64]` does not match asserted type `SigmaclipResult[signedinteger[_NBitIntP], float64]`

tests/stats/test_mode.pyi

[error] type-assertion-failure - Type `integer[Any] | floating[Any]` does not match asserted type `float64`
[error] type-assertion-failure - Type `_Real0D` does not match asserted type `float64`
[error] type-assertion-failure - Type `integer[Any] | floating[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `_Real0D` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `integer[Any] | floating[Any]` does not match asserted type `float64`
[error] type-assertion-failure - Type `_Real0D` does not match asserted type `float64`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_64Bit]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_NBitIntP]`
[error] type-assertion-failure - Type `integer[Any] | floating[Any]` does not match asserted type `float64`
[error] type-assertion-failure - Type `_Real0D` does not match asserted type `float64`

scrapy (https://github.com/scrapy/scrapy)

scrapy/extensions/httpcache.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `bytes | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `bytes | None`
[error] invalid-assignment - Object of type `(Overload[(filename: str | bytes | PathLike[str] | PathLike[bytes] | _ReadableFileobj, mode: Literal["r", "rb"] = "rb", compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: str | bytes | PathLike[str] | PathLike[bytes] | _WritableFileobj, mode: Literal["a", "ab", "w", "wb", "x", "xb"], compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: str | bytes | PathLike[str] | ... omitted 3 union elements, mode: Literal["rt", "at", "wt", "xt"], compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> TextIOWrapper[_WrappedBuffer], (filename: str | bytes | PathLike[str] | ... omitted 3 union elements, mode: str, compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> GzipFile | TextIOWrapper[_WrappedBuffer]]) | (Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]])` is not assignable to `(str | PathLike[Unknown], str, /, *args: Any, **kwargs: Any) -> IO[bytes]`: Incompatible value of type `(Overload[(filename: str | bytes | PathLike[str] | PathLike[bytes] | _ReadableFileobj, mode: Literal["r", "rb"] = "rb", compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: str | bytes | PathLike[str] | PathLike[bytes] | _WritableFileobj, mode: Literal["a", "ab", "w", "wb", "x", "xb"], compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: str | bytes | PathLike[str] | ... omitted 3 union elements, mode: Literal["rt", "at", "wt", "xt"], compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> TextIOWrapper[_WrappedBuffer], (filename: str | bytes | PathLike[str] | ... omitted 3 union elements, mode: str, compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> GzipFile | TextIOWrapper[_WrappedBuffer]]) | (Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]])`
[error] invalid-assignment - Object of type `(Overload[(filename: StrOrBytesPath | _ReadableFileobj, mode: Literal["r", "rb"] = "rb", compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: StrOrBytesPath | _WritableFileobj, mode: Literal["a", "ab", "w", "wb", "x", "xb"], compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: StrOrBytesPath | _ReadableFileobj | _WritableFileobj, mode: Literal["rt", "at", "wt", "xt"], compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> TextIOWrapper[_WrappedBuffer], (filename: StrOrBytesPath | _ReadableFileobj | _WritableFileobj, mode: str, compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> GzipFile | TextIOWrapper[_WrappedBuffer]]) | (Overload[(file: FileDescriptorOrPath, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: FileDescriptorOrPath, mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: FileDescriptorOrPath, mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: FileDescriptorOrPath, mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: FileDescriptorOrPath, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]])` is not assignable to `(str | PathLike[Unknown], str, /, *args: Any, **kwargs: Any) -> IO[bytes]`: Incompatible value of type `(Overload[(filename: StrOrBytesPath | _ReadableFileobj, mode: Literal["r", "rb"] = "rb", compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: StrOrBytesPath | _WritableFileobj, mode: Literal["a", "ab", "w", "wb", "x", "xb"], compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: StrOrBytesPath | _ReadableFileobj | _WritableFileobj, mode: Literal["rt", "at", "wt", "xt"], compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> TextIOWrapper[_WrappedBuffer], (filename: StrOrBytesPath | _ReadableFileobj | _WritableFileobj, mode: str, compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> GzipFile | TextIOWrapper[_WrappedBuffer]]) | (Overload[(file: FileDescriptorOrPath, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: FileDescriptorOrPath, mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: FileDescriptorOrPath, mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: FileDescriptorOrPath, mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: FileDescriptorOrPath, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]])`

scrapy/http/headers.py

[error] invalid-assignment - Object of type `(Iterable[bytes | str | int] & ~str & ~bytes) | (int & <Protocol with members '__iter__'>)` is not assignable to `Iterable[bytes | str | int]`
[error] invalid-assignment - Object of type `(int & <Protocol with members '__iter__'>) | (Iterable[_RawValue] & ~str & ~bytes)` is not assignable to `Iterable[_RawValue]`

tests/test_downloadermiddleware_cookies.py

[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bytes]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `dict[str, bytes]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bytes]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `dict[str, bytes]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str | None] | dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `list[dict[str, str | None] | dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bool]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | int | float]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `dict[str, int]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str | Unknown]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `list[dict[str, str | Unknown]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str | Unknown, str | Unknown]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `list[dict[str | Unknown, str | Unknown]]`

tests/test_http_headers.py

[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `Iterable[bytes | str | int]`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `Iterable[_RawValue]`, found `list[object]`

tests/test_http_request_form.py

[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str | bytes, bytes | str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `dict[str | bytes, bytes | str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `FormdataType`, found `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["foo"], Literal["bar"]], tuple[Literal["foo"], Literal["baz"]]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `FormdataType`, found `tuple[tuple[Literal["foo"], Literal["bar"]], tuple[Literal["foo"], Literal["baz"]]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["two"], Literal["2"]], tuple[Literal["two"], Literal["4"]]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `FormdataType`, found `tuple[tuple[Literal["two"], Literal["2"]], tuple[Literal["two"], Literal["4"]]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, Iterable[str] | None]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `FormdataType`, found `dict[str, Iterable[str] | None]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `FormdataType`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[Literal["a"]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `FormdataType`, found `tuple[Literal["a"]]`

tests/test_linkextractors.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`

tests/test_loader.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `type | None`

tests/test_pipeline_files.py

[error] invalid-argument-type - Argument to bound method `FilesPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.item_completed` is incorrect: Expected `list[FileInfoOrError]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.item_completed` is incorrect: Expected `list[FileInfoOrError]`, found `list[tuple[bool, dict[str, str]]]`

tests/test_pipeline_images.py

[error] invalid-argument-type - Argument to bound method `ImagesPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.item_completed` is incorrect: Expected `list[FileInfoOrError]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.item_completed` is incorrect: Expected `list[FileInfoOrError]`, found `list[tuple[bool, dict[str, str]]]`

tests/test_pipeline_media.py

[error] invalid-argument-type - Argument to bound method `MediaPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `MediaPipeline.item_completed` is incorrect: Expected `list[FileInfoOrError]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `MediaPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `MediaPipeline.item_completed` is incorrect: Expected `list[FileInfoOrError]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`

tests/test_settings/__init__.py

[error] invalid-argument-type - Argument to bound method `BaseSettings.update` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `list[tuple[str, int]]`
[error] invalid-argument-type - Argument to bound method `BaseSettings.update` is incorrect: Expected `_SettingsInput`, found `list[tuple[str, int]]`
[error] invalid-argument-type - Argument to `BaseSettings.__init__` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `dict[<class 'Component1'> | str, int]`
[error] invalid-argument-type - Argument to `BaseSettings.__init__` is incorrect: Expected `_SettingsInput`, found `dict[<class 'Component1'> | str, int]`

tests/test_spider.py

[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `custom_settings` of type `dict[int | float | str | None, Any] | None`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `custom_settings` of type `dict[_SettingsKey, Any] | None`

tests/test_utils_request.py

[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[VerboseCookie | dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `CookiesT | None`, found `list[dict[str, str]]`

setuptools (https://github.com/pypa/setuptools)

setuptools/_vendor/packaging/markers.py

[error] unresolved-attribute - Attribute `value` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`
[error] unresolved-attribute - Attribute `value` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Divergent] | MarkerAtom | str`, found `tuple[Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom], Op | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom], Variable | Value | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]]`
[error] unresolved-attribute - Attribute `serialize` is not defined on `tuple[MarkerVar, Op, MarkerVar]`, `Sequence[MarkerAtom]` in union `MarkerVar | Op | tuple[MarkerVar, Op, MarkerVar] | Sequence[MarkerAtom]`

setuptools/_distutils/command/clean.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `rmdir` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `rmdir` is incorrect: Expected `StrOrBytesPath`, found `None | Unknown`

setuptools/_distutils/command/install.py

[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | int | Any`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `StrOrBytesPath`, found `str | int | Any`

setuptools/_distutils/command/install_egg_info.py

[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `None | Unknown`

setuptools/_distutils/command/install_lib.py

[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `None | Unknown`

setuptools/_distutils/command/sdist.py

[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `FileDescriptorOrPath`, found `None | str`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None | list[int | None | Unknown] | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `int | None | list[int | None | Unknown] | Unknown`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `FileDescriptorOrPath`, found `None | str`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `FileDescriptorOrPath`, found `None | str`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `FileDescriptorOrPath`, found `None | str`

setuptools/_distutils/compilers/C/base.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, list[tuple[str] | tuple[str, str | None]], list[str]]`, found `tuple[str | None, list[tuple[str] | tuple[str, str | None]] | Unknown, list[str] | Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, list[_Macro], list[str]]`, found `tuple[str | None, list[tuple[str] | tuple[str, str | None]] | Unknown, list[str] | Unknown]`

setuptools/_distutils/dist.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `gen_usage` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | None`
[error] invalid-argument-type - Argument to function `gen_usage` is incorrect: Expected `StrOrBytesPath`, found `str | PathLike[str] | None`
[error] invalid-argument-type - Argument to function `gen_usage` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | None`
[error] invalid-argument-type - Argument to function `gen_usage` is incorrect: Expected `StrOrBytesPath`, found `str | PathLike[str] | None`

setuptools/_distutils/spawn.py

[error] invalid-argument-type - Argument to function `check_call` is incorrect: Expected `Mapping[bytes, str | bytes | PathLike[str] | PathLike[bytes]] | Mapping[str, str | bytes | PathLike[str] | PathLike[bytes]] | None`, found `Mapping[bytes, str | bytes | PathLike[str] | PathLike[bytes]] | Mapping[str, str | bytes | PathLike[str] | PathLike[bytes]] | dict[str, str | int] | None`
[error] invalid-argument-type - Argument to function `check_call` is incorrect: Expected `_ENV | None`, found `_ENV | dict[str, str | int] | None`

setuptools/_distutils/tests/test_install.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`

setuptools/_distutils/tests/test_sysconfig.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `int | str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `int | str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `int | str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `int | str | None`

setuptools/_distutils/tests/test_util.py

[error] invalid-assignment - Object of type `def _isabs(path) -> Unknown` is not assignable to attribute `isabs` of type `def isabs(s: str | bytes | PathLike[str] | PathLike[bytes]) -> bool`
[error] invalid-assignment - Object of type `def _isabs(path) -> Unknown` is not assignable to attribute `isabs` of type `def isabs(s: StrOrBytesPath) -> bool`
[error] invalid-assignment - Object of type `def _join(*path) -> Unknown` is not assignable to attribute `join` of type `Overload[(a: LiteralString, /, *paths: LiteralString) -> LiteralString, (a: str | PathLike[str], /, *paths: str | PathLike[str]) -> str, (a: bytes | PathLike[bytes], /, *paths: bytes | PathLike[bytes]) -> bytes]`
[error] invalid-assignment - Object of type `def _join(*path) -> Unknown` is not assignable to attribute `join` of type `Overload[(a: LiteralString, /, *paths: LiteralString) -> LiteralString, (a: StrPath, /, *paths: StrPath) -> str, (a: BytesPath, /, *paths: BytesPath) -> bytes]`
[error] invalid-assignment - Object of type `def _isabs(path) -> Unknown` is not assignable to attribute `isabs` of type `def isabs(s: str | bytes | PathLike[str] | PathLike[bytes]) -> bool`
[error] invalid-assignment - Object of type `def _isabs(path) -> Unknown` is not assignable to attribute `isabs` of type `def isabs(s: StrOrBytesPath) -> bool`
[error] invalid-assignment - Object of type `def _join(*path) -> Unknown` is not assignable to attribute `join` of type `Overload[(a: LiteralString, /, *paths: LiteralString) -> LiteralString, (a: str | PathLike[str], /, *paths: str | PathLike[str]) -> str, (a: bytes | PathLike[bytes], /, *paths: bytes | PathLike[bytes]) -> bytes]`
[error] invalid-assignment - Object of type `def _join(*path) -> Unknown` is not assignable to attribute `join` of type `Overload[(a: LiteralString, /, *paths: LiteralString) -> LiteralString, (a: StrPath, /, *paths: StrPath) -> str, (a: BytesPath, /, *paths: BytesPath) -> bytes]`

setuptools/_distutils/text_file.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...]) | int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...]) | int | None`

setuptools/_distutils/util.py

[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `AnyStr@change_root | PathLike[AnyStr@change_root]`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `StrOrBytesPath`, found `AnyStr@change_root | PathLike[AnyStr@change_root]`

setuptools/_imp.py

[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(Unknown & ~Literal["frozen"] & ~Literal["built-in"]) | (str & ~Literal["frozen"] & ~Literal["built-in"]) | None`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `FileDescriptorOrPath`, found `(Unknown & ~Literal["frozen"] & ~Literal["built-in"]) | (str & ~Literal["frozen"] & ~Literal["built-in"]) | None`

setuptools/_vendor/backports/tarfile/__init__.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `lstat` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `lstat` is incorrect: Expected `StrOrBytesPath`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `stat` is incorrect: Expected `FileDescriptorOrPath`, found `Unknown | None`

setuptools/_vendor/more_itertools/recipes.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int | float | complex | ... omitted 4 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 4 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int | float | complex | ... omitted 4 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 4 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsSomeKindOfPow, mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsSomeKindOfPow, mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsSomeKindOfPow, exp: int | float, mod: None = None) -> Any, (base: _SupportsSomeKindOfPow, exp: int | float | complex, mod: None = None) -> int | float | complex]`

setuptools/_vendor/packaging/metadata.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[_PayloadType]`

setuptools/_vendor/wheel/_bdist_wheel.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `StrOrBytesPath`, found `str | None`

setuptools/command/bdist_egg.py

[error] invalid-argument-type - Argument to function `remove_tree` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `remove_tree` is incorrect: Expected `StrOrBytesPath`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `walk_egg` is incorrect: Expected `str | PathLike[str]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `walk_egg` is incorrect: Expected `StrPath`, found `None | Unknown`

setuptools/command/bdist_wheel.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `StrOrBytesPath`, found `str | None`

setuptools/command/dist_info.py

[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `FileDescriptorOrPath`, found `None | str`

setuptools/command/editable_wheel.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | Path`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `None | Path`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `None | str`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `StrPath`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `None | str`

setuptools/command/egg_info.py

[error] invalid-argument-type - Argument to function `utime` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to function `utime` is incorrect: Expected `FileDescriptorOrPath`, found `None | str`

setuptools/config/expand.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

setuptools/config/setupcfg.py

[error] invalid-argument-type - Argument to bound method `ConfigHandler._parse_attr` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[str] | None`
[error] invalid-argument-type - Argument to bound method `ConfigHandler._parse_attr` is incorrect: Expected `StrPath`, found `str | PathLike[str] | None`

setuptools/extension.py

[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `Iterable[str | PathLike[str]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `Iterable[StrPath]`

setuptools/tests/test_editable_install.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

spack (https://github.com/spack/spack)

lib/spack/spack/binary_distribution.py

[error] invalid-argument-type - Argument to constructor `PurePath.__new__` is incorrect: Expected `str | PathLike[str]`, found `Sized`
[error] invalid-argument-type - Argument to constructor `PurePath.__new__` is incorrect: Expected `StrPath`, found `Sized`

lib/spack/spack/cmd/blame.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `object`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `object`

lib/spack/spack/installer.py

[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown | str`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `StrOrBytesPath`, found `None | Unknown | str`
[error] invalid-argument-type - Argument to function `rename` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown | str`
[error] invalid-argument-type - Argument to function `rename` is incorrect: Expected `StrOrBytesPath`, found `None | Unknown | str`

lib/spack/spack/llnl/util/filesystem.py

[error] invalid-assignment - Object of type `def copystat(src, dst, follow_symlinks=True) -> Unknown` is not assignable to attribute `copystat` of type `def copystat(src: str | bytes | PathLike[str] | PathLike[bytes], dst: str | bytes | PathLike[str] | PathLike[bytes], *, follow_symlinks: bool = True) -> None`
[error] invalid-assignment - Object of type `def copystat(src, dst, follow_symlinks=True) -> Unknown` is not assignable to attribute `copystat` of type `def copystat(src: StrOrBytesPath, dst: StrOrBytesPath, *, follow_symlinks: bool = True) -> None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Sized`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `Sized`
[error] invalid-argument-type - Argument to function `move` is incorrect: Expected `str | PathLike[str]`, found `Sized`
[error] invalid-argument-type - Argument to function `move` is incorrect: Expected `StrPath`, found `Sized`

lib/spack/spack/solver/asp.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[GitVersion | StandardVersion, list[Provenance]].__getitem__(key: GitVersion | StandardVersion, /) -> list[Provenance]` cannot be called with key of type `ConcreteVersion` on object of type `dict[GitVersion | StandardVersion, list[Provenance]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[GitOrStandardVersion, list[Provenance]].__getitem__(key: GitOrStandardVersion, /) -> list[Provenance]` cannot be called with key of type `ConcreteVersion` on object of type `dict[GitOrStandardVersion, list[Provenance]]`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[GitVersion | StandardVersion, list[Provenance]].__getitem__(key: GitVersion | StandardVersion, /) -> list[Provenance]` cannot be called with key of type `ConcreteVersion` on object of type `dict[GitVersion | StandardVersion, list[Provenance]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[GitOrStandardVersion, list[Provenance]].__getitem__(key: GitOrStandardVersion, /) -> list[Provenance]` cannot be called with key of type `ConcreteVersion` on object of type `dict[GitOrStandardVersion, list[Provenance]]`

lib/spack/spack/test/config.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | None`

lib/spack/spack/test/directory_layout.py

[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | DepTypes`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | DepTypes`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | DepTypes`, found `SpecHashDescriptor`

lib/spack/spack/test/llnl/util/lock.py

[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str | Unknown`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `StrOrBytesPath`, found `None | str | Unknown`

lib/spack/spack/test/patch.py

[error] invalid-argument-type - Argument to `FilePatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `FilePatch.__init__` is incorrect: Expected `PatchPackageType`, found `FakePackage`
[error] invalid-argument-type - Argument to `Patch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `Patch.__init__` is incorrect: Expected `PatchPackageType`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PatchPackageType`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PatchPackageType`, found `FakePackage`
[error] invalid-argument-type - Argument to `Patch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `Patch.__init__` is incorrect: Expected `PatchPackageType`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PatchPackageType`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PatchPackageType`, found `FakePackage`

lib/spack/spack/test/spec_dag.py

[error] invalid-argument-type - Argument to function `canonicalize` is incorrect: Expected `str | list[str] | tuple[str, ...]`, found `def all(iterable: Iterable[object], /) -> bool`
[error] invalid-argument-type - Argument to function `canonicalize` is incorrect: Expected `DepTypes`, found `def all(iterable: Iterable[object], /) -> bool`
[error] invalid-argument-type - Argument to function `canonicalize` is incorrect: Expected `str | list[str] | tuple[str, ...]`, found `None`
[error] invalid-argument-type - Argument to function `canonicalize` is incorrect: Expected `DepTypes`, found `None`
[error] invalid-argument-type - Argument to function `canonicalize` is incorrect: Expected `str | list[str] | tuple[str, ...]`, found `list[str | None]`
[error] invalid-argument-type - Argument to function `canonicalize` is incorrect: Expected `DepTypes`, found `list[str | None]`

lib/spack/spack/test/stage.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `Unknown | None`

starlette (https://github.com/encode/starlette)

starlette/responses.py

[error] invalid-assignment - Object of type `AsyncIterable[str | bytes | memoryview[int]] | (Iterable[str | bytes | memoryview[int]] & AsyncIterable[object])` is not assignable to attribute `body_iterator` of type `AsyncIterable[str | bytes | memoryview[int]]`
[error] invalid-assignment - Object of type `AsyncIterable[Content] | (Iterable[Content] & AsyncIterable[object])` is not assignable to attribute `body_iterator` of type `AsyncIterable[Content]`

tests/test_exceptions.py

[error] invalid-argument-type - Argument to `ExceptionMiddleware.__init__` is incorrect: Expected `Mapping[Any, ((Request[State], Exception, /) -> Response | Awaitable[Response]) | ((WebSocket[State], Exception, /) -> Awaitable[None])] | None`, found `dict[Any, (request: Request[State], exc: BadBodyException) -> CoroutineType[Any, Any, JSONResponse]]`
[error] invalid-argument-type - Argument to `ExceptionMiddleware.__init__` is incorrect: Expected `Mapping[Any, ExceptionHandler] | None`, found `dict[Any, (request: Request[State], exc: BadBodyException) -> CoroutineType[Any, Any, JSONResponse]]`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/archive_npy.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(str & ~IOBase) | (PathLike[Any] & ~IOBase) | (IO[Any] & ~IOBase)`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `FileDescriptorOrPath`, found `(str & ~IOBase) | (PathLike[Any] & ~IOBase) | (IO[Any] & ~IOBase)`

static_frame/core/container_util.py

[error] invalid-argument-type - Argument to function `slice_to_ascending_slice` is incorrect: Expected `slice[Any, Any, Any]`, found `TLocSelector | @Todo`
[error] invalid-assignment - Object of type `Top[defaultdict[Unknown, Unknown]]` is not assignable to `None | Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | dict[Hashable, str | dtype[Any] | type | None]`
[error] invalid-assignment - Object of type `Top[defaultdict[Unknown, Unknown]]` is not assignable to `TDtypesSpecifier`
[error] invalid-argument-type - Argument to function `IndexAutoConstructorFactory.to_index` is incorrect: Expected `Iterable[Hashable]`, found `(Iterable[Hashable] & ~IndexAutoFactory) | type[IndexAutoFactory] | None`
[error] invalid-argument-type - Argument to function `IndexAutoConstructorFactory.to_index` is incorrect: Expected `Iterable[TLabel]`, found `(Iterable[TLabel] & ~IndexAutoFactory) | type[IndexAutoFactory] | None`
[error] invalid-argument-type - Argument to function `IndexAutoConstructorFactory.to_index` is incorrect: Expected `type[IndexBase]`, found `((...) -> IndexBase) | type[Index[Any]] | None`
[error] invalid-argument-type - Argument to function `IndexAutoConstructorFactory.to_index` is incorrect: Expected `type[IndexBase]`, found `TIndexCtorSpecifier`
[error] invalid-argument-type - Argument to function `index_from_optional_constructor` is incorrect: Expected `Iterable[Hashable] | type[IndexAutoFactory] | IndexAutoFactory | None`, found `Hashable`
[error] invalid-argument-type - Argument to function `index_from_optional_constructor` is incorrect: Expected `TIndexInitOrAuto`, found `TLabel | TLocSelectorMany`
[error] invalid-assignment - Object of type `(((...) -> IndexBase) & ~AlwaysFalsy) | (type[Index[Any]] & ~AlwaysFalsy) | (Iterable[((...) -> IndexBase) | type[Index[Any]] | None] & Top[(...) -> object] & ~AlwaysFalsy) | (type[IndexAutoConstructorFactory] & ~AlwaysFalsy)` is not assignable to `((...) -> IndexBase) | type[Index[Any] | IndexConstructorFactoryBase] | None | IndexConstructorFactoryBase`
[error] invalid-assignment - Object of type `(((...) -> IndexBase) & ~AlwaysFalsy) | (type[Index[Any]] & ~AlwaysFalsy) | (Iterable[TIndexCtorSpecifier] & Top[(...) -> object] & ~AlwaysFalsy) | (type[IndexAutoConstructorFactory] & ~AlwaysFalsy)` is not assignable to `TExplicitIndexCtor`
[error] unresolved-attribute - Object of type `Iterable[Hashable] & ~IndexBase` has no attribute `ndim`
[error] unresolved-attribute - Object of type `Iterable[TLabel] & ~IndexBase` has no attribute `ndim`
[error] unresolved-attribute - Object of type `Iterable[Hashable] & ~IndexBase` has no attribute `ndim`
[error] unresolved-attribute - Object of type `Iterable[TLabel] & ~IndexBase` has no attribute `ndim`
[error] invalid-argument-type - Argument to `IMTOAdapter.__init__` is incorrect: Expected `ndarray[Any, Any]`, found `(Iterable[Hashable] & ~IndexBase) | ndarray[Any, Any]`
[error] invalid-argument-type - Argument to `IMTOAdapter.__init__` is incorrect: Expected `ndarray[Any, Any]`, found `(Iterable[TLabel] & ~IndexBase) | ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Sequence[Hashable], (index: slice[int | None, int | None, int | None], /) -> Sequence[Sequence[Hashable]]]` cannot be called with key of type `Top[integer[Any]]` on object of type `Sequence[Sequence[Hashable]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Sequence[TLabel], (index: slice[int | None, int | None, int | None], /) -> Sequence[Sequence[TLabel]]]` cannot be called with key of type `Top[integer[Any]]` on object of type `Sequence[Sequence[TLabel]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Sequence[Hashable], (index: slice[int | None, int | None, int | None], /) -> Sequence[Sequence[Hashable]]]` cannot be called with key of type `list[int]` on object of type `Sequence[Sequence[Hashable]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Sequence[TLabel], (index: slice[int | None, int | None, int | None], /) -> Sequence[Sequence[TLabel]]]` cannot be called with key of type `list[int]` on object of type `Sequence[Sequence[TLabel]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Hashable, (index: slice[int | None, int | None, int | None], /) -> Sequence[Hashable]]` cannot be called with key of type `Top[integer[Any]]` on object of type `Sequence[Hashable]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> TLabel, (index: slice[int | None, int | None, int | None], /) -> Sequence[TLabel]]` cannot be called with key of type `Top[integer[Any]]` on object of type `Sequence[TLabel]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Hashable, (index: slice[int | None, int | None, int | None], /) -> Sequence[Hashable]]` cannot be called with key of type `list[int]` on object of type `Sequence[Hashable]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> TLabel, (index: slice[int | None, int | None, int | None], /) -> Sequence[TLabel]]` cannot be called with key of type `list[int]` on object of type `Sequence[TLabel]`
[error] invalid-argument-type - Argument to function `lexsort` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Iterable[ndarray[Any, Any]] | None`
[error] invalid-argument-type - Argument to function `lexsort` is incorrect: Expected `ArrayLike`, found `Iterable[ndarray[Any, Any]] | None`

static_frame/core/frame.py

[error] invalid-yield - Yield type `tuple[Hashable, Hashable]` does not match annotated yield type `tuple[Hashable, IndexBase]`
[error] invalid-yield - Yield type `tuple[Hashable, TLabel]` does not match annotated yield type `tuple[TLabel, IndexBase]`
[error] invalid-yield - Yield type `tuple[Hashable, Hashable]` does not match annotated yield type `tuple[Hashable, IndexBase]`
[error] invalid-yield - Yield type `tuple[Hashable, TLabel]` does not match annotated yield type `tuple[TLabel, IndexBase]`
[error] not-iterable - Object of type `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements` may not be iterable
[error] not-iterable - Object of type `TILocSelector` may not be iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `TILocSelector`
[error] invalid-argument-type - Argument to function `index_from_optional_constructors` is incorrect: Expected `Iterable[Hashable]`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `index_from_optional_constructors` is incorrect: Expected `TIndexInitializer`, found `Unknown | list[Unknown] | None`
[error] invalid-assignment - Object of type `Iterable[Iterable[Any]] | TypeBlocks | Frame | Series[Any, Any]` is not assignable to attribute `_blocks` of type `TypeBlocks`
[error] invalid-assignment - Object of type `TFrameInitializer` is not assignable to attribute `_blocks` of type `TypeBlocks`
[error] unresolved-attribute - Attribute `_blocks` is not defined on `Iterable[Iterable[Any]]`, `Series[Any, Any]` in union `Iterable[Iterable[Any]] | TypeBlocks | Frame | Series[Any, Any]`
[error] unresolved-attribute - Attribute `_blocks` is not defined on `Iterable[Iterable[Any]]`, `Series[Any, Any]` in union `TFrameInitializer`
[error] not-iterable - Object of type `None` is not iterable
[error] not-iterable - Object of type `TILocSelectorCompound` may not be iterable
[error] not-iterable - Object of type `int` is not iterable
[error] not-iterable - Object of type `integer[Any]` is not iterable
[error] not-iterable - Object of type `slice[Any, Any, Any]` is not iterable
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `TILocSelectorMany`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `TILocSelectorMany`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `TILocSelectorMany`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `TILocSelectorMany`
[error] invalid-assignment - Object of type `Hashable` is not assignable to `tuple[Hashable, ...]`
[error] invalid-assignment - Object of type `Hashable` is not assignable to `tuple[TLabel, ...]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `GeneratorType[((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | (Iterable[((...) -> IndexBase) | type[Index[Any]] | None] & Top[(...) -> object]), None, None]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `GeneratorType[((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | (Iterable[TIndexCtorSpecifier] & Top[(...) -> object]), None, None]`
[error] invalid-assignment - Object of type `Hashable` is not assignable to `tuple[Hashable]`
[error] invalid-assignment - Object of type `Hashable` is not assignable to `tuple[TLabel]`
[error] invalid-argument-type - Argument to bound method `IndexBase._drop_iloc` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `IndexBase._drop_iloc` is incorrect: Expected `TILocSelector`, found `object`
[error] invalid-argument-type - Argument to bound method `IndexBase._drop_iloc` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `IndexBase._drop_iloc` is incorrect: Expected `TILocSelector`, found `object`
[error] invalid-argument-type - Argument to function `pivot_core` is incorrect: Expected `((...) -> ndarray[Any, Any]) | None`, found `None | ((...) -> Any) | (Mapping[Hashable, (...) -> Any] & Top[(...) -> object])`
[error] invalid-argument-type - Argument to function `pivot_core` is incorrect: Expected `((...) -> ndarray[Any, Any]) | None`, found `None | ((...) -> Any) | (Mapping[TLabel, (...) -> Any] & Top[(...) -> object])`
[error] invalid-argument-type - Argument to function `pivot_core` is incorrect: Expected `Sequence[tuple[Hashable, (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Hashable, (...) -> Any], ...] | tuple[tuple[Literal[""], ((...) -> Any) | (Mapping[Hashable, (...) -> Any] & Top[(...) -> object])]]`
[error] invalid-argument-type - Argument to function `pivot_core` is incorrect: Expected `Sequence[tuple[TLabel, (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[TLabel, (...) -> Any], ...] | tuple[tuple[Literal[""], ((...) -> Any) | (Mapping[TLabel, (...) -> Any] & Top[(...) -> object])]]`
[error] invalid-assignment - Object of type `tuple[object, Hashable]` is not assignable to `tuple[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements, int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]`
[error] invalid-assignment - Object of type `tuple[object, TLocSelector | @Todo]` is not assignable to `tuple[TILocSelector, TILocSelector]`

static_frame/core/index.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `Hashable`, `int`, `slice[Any, Any, Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `IndexBase` in union `TLocSelector`
[error] invalid-return-type - Return type does not match returned value: expected `TILocSelector`, found `TLocSelector`
[error] unresolved-attribute - Attribute `dtype` is not defined on `Hashable`, `int`, `slice[Any, Any, Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `IndexBase` in union `TLocSelector`
[error] unresolved-attribute - Attribute `astype` is not defined on `Hashable`, `int`, `slice[Any, Any, Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `IndexBase` in union `TLocSelector`
[error] invalid-return-type - Return type does not match returned value: expected `TILocSelector`, found `float64 | ndarray[Any, Unknown] | Series[Any, Any]`
[error] invalid-argument-type - Argument to function `pos_loc_slice_to_iloc_slice` is incorrect: Expected `slice[Any, Any, Any]`, found `TLocSelector`
[error] invalid-argument-type - Argument to function `pos_loc_slice_to_iloc_slice` is incorrect: Expected `slice[Any, Any, Any]`, found `TLocSelector`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to function `immutable_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Iterable[Hashable] & ~IndexBase`
[error] invalid-argument-type - Argument to function `immutable_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Iterable[TLabel] & ~IndexBase`
[error] unresolved-attribute - Attribute `dtype` is not defined on `Iterable[Hashable] & ~IndexBase & ~ContainerOperand`, `Iterator[Hashable]` in union `(Iterable[Hashable] & ~IndexBase & ~ContainerOperand) | Unknown | Iterator[Hashable] | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `Iterable[TLabel] & ~IndexBase & ~ContainerOperand`, `Iterator[TLabel]` in union `(Iterable[TLabel] & ~IndexBase & ~ContainerOperand) | Unknown | Iterator[TLabel] | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `astype` is not defined on `Iterable[Hashable] & ~IndexBase & ~ContainerOperand`, `Iterator[Hashable]` in union `(Iterable[Hashable] & ~IndexBase & ~ContainerOperand) | Unknown | Iterator[Hashable] | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `astype` is not defined on `Iterable[TLabel] & ~IndexBase & ~ContainerOperand`, `Iterator[TLabel]` in union `(Iterable[TLabel] & ~IndexBase & ~ContainerOperand) | Unknown | Iterator[TLabel] | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `step` is not defined on `Iterable[Hashable] & ~IndexBase & ~ContainerOperand & ~str`, `Iterator[Hashable] & ~str`, `ndarray[Any, Any] & ~str` in union `(Iterable[Hashable] & ~IndexBase & ~ContainerOperand & ~str) | (Unknown & ~str) | (Iterator[Hashable] & ~str) | (ndarray[Any, Any] & ~str)`
[error] unresolved-attribute - Attribute `step` is not defined on `Iterable[TLabel] & ~IndexBase & ~ContainerOperand & ~str`, `Iterator[TLabel] & ~str`, `ndarray[Any, Any] & ~str` in union `(Iterable[TLabel] & ~IndexBase & ~ContainerOperand & ~str) | (Unknown & ~str) | (Iterator[TLabel] & ~str) | (ndarray[Any, Any] & ~str)`
[error] unresolved-attribute - Object of type `Iterable[Hashable] & ~Top[(...) -> object]` has no attribute `__getitem__`
[error] unresolved-attribute - Object of type `Iterable[TLabel] & ~Top[(...) -> object]` has no attribute `__getitem__`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Hashable] & ~IndexBase`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[TLabel] & ~IndexBase`

static_frame/core/index_correspondence.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `object` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `object` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[object, int]` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[object, int]` on object of type `ndarray[Any, Any]`

static_frame/core/index_hierarchy.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `Hashable`, `int`, `slice[Any, Any, Any]`, `list[TLabel]` in union `TLocSelectorNonContainer`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[Any, Any]`, found `TLocSelectorNonContainer`
[error] unresolved-attribute - Attribute `dtype` is not defined on `Hashable`, `int`, `slice[Any, Any, Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `IndexBase` in union `TLocSelector`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `Hashable` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `list[TLabel]` on object of type `ndarray[Any, Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to function `constructor_from_optional_constructor` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexConstructorFactoryBase] | None | IndexConstructorFactoryBase`, found `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | (Iterable[((...) -> IndexBase) | type[Index[Any]] | None] & Top[(...) -> object])`
[error] invalid-argument-type - Argument to function `constructor_from_optional_constructor` is incorrect: Expected `TExplicitIndexCtor`, found `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | (Iterable[TIndexCtorSpecifier] & Top[(...) -> object])`
[error] unresolved-attribute - Object of type `Iterable[Hashable] & ~Top[(...) -> object]` has no attribute `get`
[error] unresolved-attribute - Object of type `Iterable[TLabel] & ~Top[(...) -> object]` has no attribute `get`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `Hashable` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `Hashable` on object of type `ndarray[Any, Any]`
[error] invalid-return-type - Return type does not match returned value: expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `TILocSelector`, found `list[TILocSelectorOne | TILocSelectorMany]`
[error] invalid-return-type - Return type does not match returned value: expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `TILocSelector`, found `list[TILocSelectorOne | TILocSelectorMany]`

static_frame/core/loc_map.py

[error] invalid-argument-type - Argument to function `LocMap.map_slice_args` is incorrect: Expected `slice[Any, Any, Any]`, found `TLocSelector`

static_frame/core/mfc_mapping.py

[error] invalid-yield - Yield type `tuple[Hashable, @Todo]` does not match annotated yield type `tuple[TVKeys@MFCMappingItemsView, @Todo]`
[error] invalid-yield - Yield type `tuple[TLabel, @Todo]` does not match annotated yield type `tuple[TVKeys@MFCMappingItemsView, @Todo]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[TVKeys@MFCMapping]`, found `Iterator[Hashable]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[TVKeys@MFCMapping]`, found `Iterator[TLabel]`

static_frame/core/node_fill_value.py

[error] not-iterable - Object of type `TLocSelector | ILoc | HLoc` may not be iterable
[error] invalid-assignment - Object of type `bool | Any | ndarray[Any, Any]` is not assignable to `bool`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/node_selector.py

[error] invalid-argument-type - Argument to `InterGetItemILocReduces.__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemILocReduces.__init__` is incorrect: Expected `((TILocSelectorOne, /) -> Any) | ((TILocSelectorMany, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLocReduces.__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLocReduces.__init__` is incorrect: Expected `(TLocSelector, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemILoc.__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemILoc.__init__` is incorrect: Expected `((TILocSelectorOne, /) -> Any) | ((TILocSelectorMany, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLoc.__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLoc.__init__` is incorrect: Expected `(TLocSelector, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemILocReduces.__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemILocReduces.__init__` is incorrect: Expected `((TILocSelectorOne, /) -> Any) | ((TILocSelectorMany, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLocReduces.__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLocReduces.__init__` is incorrect: Expected `(TLocSelector, /) -> Unknown`, found `TLocSelectorFunc@__init__`

static_frame/core/quilt.py

[error] not-iterable - Object of type `Hashable` is not iterable
[error] not-iterable - Object of type `TLabel` is not iterable
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> Series[Any, Any], (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[slice[Any, Any, Any], Literal[0]]` on object of type `InterGetItemILocReduces[Series[Any, Any], Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorMany) -> Series[Any, Any], (key: TILocSelectorOne) -> Any]` cannot be called with key of type `tuple[slice[Any, Any, Any], Literal[0]]` on object of type `InterGetItemILocReduces[Series[Any, Any], Any]`

static_frame/core/reduce.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> IndexBase]` cannot be called with key of type `list[int | integer[Any]]` on object of type `IndexBase`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorOne) -> Any, (key: TILocSelectorMany) -> IndexBase]` cannot be called with key of type `list[int | integer[Any]]` on object of type `IndexBase`

static_frame/core/series.py

[error] invalid-yield - Yield type `tuple[Hashable, Hashable]` does not match annotated yield type `tuple[Hashable, IndexBase]`
[error] invalid-yield - Yield type `tuple[Hashable, TLabel]` does not match annotated yield type `tuple[TLabel, IndexBase]`
[error] invalid-assignment - Object of type `list[int | integer[Any] | (ndarray[Any, Any] & Top[integer[Any]]) | (list[int] & Top[integer[Any]])]` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `list[int | integer[Any] | (ndarray[Any, Any] & Top[integer[Any]]) | (list[int] & Top[integer[Any]])]` is not assignable to `TILocSelectorMany`
[error] unresolved-attribute - Attribute `dtype` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `dtype` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `TILocSelector`

static_frame/core/series_mapping.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterator[TVKeys@SeriesMapping]`, found `Iterator[Hashable]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[TVKeys@SeriesMapping]`, found `Iterator[TLabel]`

static_frame/core/store.py

[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[str, ...]]`, found `Sequence[Hashable]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[str, ...]]`, found `Sequence[TLabel]`

static_frame/core/store_config.py

[error] invalid-return-type - Return type does not match returned value: expected `((...) -> IndexBase) | type[Index[Any]] | tuple[((...) -> IndexBase) | type[Index[Any]], ...] | None`, found `tuple[object, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `TIndexCtor | tuple[TIndexCtor, ...] | None`, found `tuple[object, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `None | str | dtype[Any] | ... omitted 3 union elements`, found `(Iterable[str | dtype[Any] | type | None] & Top[dict[Unknown, Unknown]]) | dict[Hashable, str | dtype[Any] | type | None]`
[error] invalid-return-type - Return type does not match returned value: expected `None | TDtypeSpecifier | tuple[TDtypeSpecifier, ...] | dict[TLabel, TDtypeSpecifier]`, found `(Iterable[TDtypeSpecifier] & Top[dict[Unknown, Unknown]]) | dict[TLabel, TDtypeSpecifier]`
[error] invalid-return-type - Return type does not match returned value: expected `None | str | dtype[Any] | ... omitted 3 union elements`, found `tuple[object, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `None | TDtypeSpecifier | tuple[TDtypeSpecifier, ...] | dict[TLabel, TDtypeSpecifier]`, found `tuple[object, ...]`

static_frame/core/store_zip.py

[error] invalid-argument-type - Argument to bound method `Frame.from_pickle` is incorrect: Expected `str | PathLike[Any] | BinaryIO`, found `bytes`
[error] invalid-argument-type - Argument to bound method `Frame.from_pickle` is incorrect: Expected `TPathSpecifierOrBinaryIO`, found `bytes`

static_frame/core/type_blocks.py

[error] invalid-yield - Yield type `tuple[Hashable, slice[Any, Any, Any], TypeBlocks | ndarray[Any, Any]]` does not match annotated yield type `tuple[ndarray[Any, Any], ndarray[Any, Any] | slice[Any, Any, Any], TypeBlocks]`
[error] invalid-yield - Yield type `tuple[TLabel, slice[Any, Any, Any], TypeBlocks | ndarray[Any, Any]]` does not match annotated yield type `tuple[ndarray[Any, Any], ndarray[Any, Any] | slice[Any, Any, Any], TypeBlocks]`
[error] invalid-yield - Yield type `tuple[Hashable, ndarray[Any, Any], TypeBlocks | ndarray[Any, Any]]` does not match annotated yield type `tuple[ndarray[Any, Any], ndarray[Any, Any] | slice[Any, Any, Any], TypeBlocks]`
[error] invalid-yield - Yield type `tuple[TLabel, ndarray[Any, Any], TypeBlocks | ndarray[Any, Any]]` does not match annotated yield type `tuple[ndarray[Any, Any], ndarray[Any, Any] | slice[Any, Any, Any], TypeBlocks]`
[error] invalid-yield - Yield type `tuple[Hashable, slice[Any, Any, Any], TypeBlocks | ndarray[Any, Any]]` does not match annotated yield type `tuple[Hashable, ndarray[Any, Any] | slice[Any, Any, Any], ndarray[Any, Any]]`
[error] invalid-yield - Yield type `tuple[TLabel, slice[Any, Any, Any], TypeBlocks | ndarray[Any, Any]]` does not match annotated yield type `tuple[TLabel, ndarray[Any, Any] | slice[Any, Any, Any], ndarray[Any, Any]]`
[error] invalid-yield - Yield type `tuple[Hashable, ndarray[Any, Any], TypeBlocks | ndarray[Any, Any]]` does not match annotated yield type `tuple[Hashable, ndarray[Any, Any] | slice[Any, Any, Any], ndarray[Any, Any]]`
[error] invalid-yield - Yield type `tuple[TLabel, ndarray[Any, Any], TypeBlocks | ndarray[Any, Any]]` does not match annotated yield type `tuple[TLabel, ndarray[Any, Any] | slice[Any, Any, Any], ndarray[Any, Any]]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `dtype` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `TILocSelector`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `TILocSelector`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._mask_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._mask_blocks` is incorrect: Expected `TILocSelector`, found `object | TILocSelector`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._drop_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._drop_blocks` is incorrect: Expected `TILocSelector`, found `object | TILocSelector`

static_frame/core/util.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `Hashable`, `int`, `slice[Any, Any, Any]`, `list[TLabel]` in union `TLocSelectorNonContainer`
[error] unresolved-attribute - Attribute `start` is not defined on `Hashable`, `int`, `integer[Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `ndarray[Any, Any]`, `IndexBase`, `Series[Any, Any]` in union `TLocSelector`
[error] unresolved-attribute - Attribute `start` is not defined on `Hashable`, `int`, `integer[Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `ndarray[Any, Any]`, `IndexBase`, `Series[Any, Any]` in union `TLocSelector`
[error] unresolved-attribute - Attribute `stop` is not defined on `Hashable`, `int`, `integer[Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `ndarray[Any, Any]`, `IndexBase`, `Series[Any, Any]` in union `TLocSelector`
[error] unresolved-attribute - Attribute `stop` is not defined on `Hashable`, `int`, `integer[Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `ndarray[Any, Any]`, `IndexBase`, `Series[Any, Any]` in union `TLocSelector`
[error] unresolved-attribute - Attribute `step` is not defined on `Hashable`, `int`, `integer[Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `ndarray[Any, Any]`, `IndexBase`, `Series[Any, Any]` in union `TLocSelector`
[error] unresolved-attribute - Attribute `step` is not defined on `Hashable`, `int`, `integer[Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `ndarray[Any, Any]`, `IndexBase`, `Series[Any, Any]` in union `TLocSelector`
[error] unresolved-attribute - Attribute `step` is not defined on `Hashable`, `int`, `integer[Any]`, `list[str]`, `list[int]`, `list[TLabel]`, `ndarray[Any, Any]`, `IndexBase`, `Series[Any, Any]` in union `TLocSelector`
[error] invalid-return-type - Return type does not match returned value: expected `int | list[int]`, found `list[int] | (ndarray[Any, dtype[signedinteger[_64Bit]]] & Top[list[Unknown]])`
[error] invalid-return-type - Return type does not match returned value: expected `TDepthLevel`, found `list[int] | (ndarray[Any, dtype[signedinteger[_64Bit]]] & Top[list[Unknown]])`

static_frame/core/yarn.py

[error] invalid-assignment - Object of type `list[partial[Unknown] | <class 'IndexAutoConstructorFactory'>]` is not assignable to `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`
[error] invalid-assignment - Object of type `list[partial[Unknown] | <class 'IndexAutoConstructorFactory'>]` is not assignable to `TIndexCtorSpecifiers`
[error] invalid-argument-type - Argument to `Yarn.__init__` is incorrect: Expected `Iterable[Hashable] | type[IndexAutoFactory] | None`, found `None | IndexBase | (((...) -> Any) & ~<class 'IndexAutoFactory'> & ~AbstractSet[object]) | (Iterable[Hashable] & ~AbstractSet[object]) | (type[IndexAutoFactory] & ~<class 'IndexAutoFactory'> & ~AbstractSet[object])`
[error] invalid-argument-type - Argument to `Yarn.__init__` is incorrect: Expected `TIndexInitializer | type[IndexAutoFactory] | None`, found `None | IndexBase | (((...) -> Any) & ~<class 'IndexAutoFactory'> & ~AbstractSet[object]) | (Iterable[TLabel] & ~AbstractSet[object]) | (type[IndexAutoFactory] & ~<class 'IndexAutoFactory'> & ~AbstractSet[object])`

static_frame/test/property/strategies.py

[error] invalid-argument-type - Argument to function `get_index_hierarchy` is incorrect: Expected `(...) -> IndexHierarchy`, found `bound method type[Index[Any]].from_labels(labels: Iterable[Hashable], /, *, name: Hashable = None) -> Index[Any]`
[error] invalid-argument-type - Argument to function `get_index_hierarchy` is incorrect: Expected `(...) -> IndexHierarchy`, found `bound method type[Index[Any]].from_labels(labels: Iterable[TLabel], /, *, name: TLabel = None) -> Index[Any]`

static_frame/test/unit/test_axis_map.py

[error] invalid-argument-type - Argument to bound method `TestCase.assertSequenceEqual` is incorrect: Expected `Sequence[Any]`, found `dict_keys[Hashable, Divergent]`
[error] invalid-argument-type - Argument to bound method `TestCase.assertSequenceEqual` is incorrect: Expected `Sequence[Any]`, found `dict_keys[TLabel, Divergent]`
[error] invalid-argument-type - Argument to bound method `TestCase.assertSequenceEqual` is incorrect: Expected `Sequence[Any]`, found `dict_keys[Hashable, Divergent]`
[error] invalid-argument-type - Argument to bound method `TestCase.assertSequenceEqual` is incorrect: Expected `Sequence[Any]`, found `dict_keys[TLabel, Divergent]`
[error] invalid-argument-type - Argument to bound method `TestUnit.compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `TestUnit.compare_trees` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `TestUnit.compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, dict[str, Index[Any]]]`
[error] invalid-argument-type - Argument to bound method `TestUnit.compare_trees` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, dict[str, Index[Any]]]`

static_frame/test/unit/test_batch.py

[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method InterGetItemILoc[Batch].__getitem__(key: int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements) -> Batch` cannot be called with key of type `tuple[Literal[1], Literal[1]]` on object of type `InterGetItemILoc[Batch]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method InterGetItemILoc[Batch].__getitem__(key: TILocSelector) -> Batch` cannot be called with key of type `tuple[Literal[1], Literal[1]]` on object of type `InterGetItemILoc[Batch]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Series[Any, Any]]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegate[Series[Any, Any]]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegateReducible[@Todo]`

static_frame/test/unit/test_bus.py

[error] invalid-argument-type - Argument to bound method `Bus.from_zip_npz` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any]] | None`, found `<class 'IndexAutoConstructorFactory'>`
[error] invalid-argument-type - Argument to bound method `Bus.from_zip_npz` is incorrect: Expected `TIndexCtorSpecifier`, found `<class 'IndexAutoConstructorFactory'>`

static_frame/test/unit/test_container_util.py

[error] invalid-argument-type - Argument to function `get_col_dtype_factory` is incorrect: Expected `TDtypesSpecifier`, found `dict[int, dtype[float64]]`

static_frame/test/unit/test_frame.py

[error] invalid-argument-type - Argument to bound method `Frame.from_pandas` is incorrect: Expected `TDtypesSpecifier`, found `dict[int, <class 'bool'>]`
[error] invalid-argument-type - Argument to bound method `Frame.from_pandas` is incorrect: Expected `TDtypesSpecifier`, found `dict[int, <class 'bool'> | <class 'float'>]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TDtypesSpecifier`, found `dict[int, <class 'bool'> | <class 'str'>]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `TIndexInitializer | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `TIndexInitializer | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `TIndexInitializer | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to `Frame.__init__` is incorrect: Expected `Iterable[Iterable[Any]] | TypeBlocks | Frame | Series[Any, Any]`, found `None`
[error] invalid-argument-type - Argument to `Frame.__init__` is incorrect: Expected `TFrameInitializer`, found `None`
[error] invalid-argument-type - Argument to bound method `Frame.from_parquet` is incorrect: Expected `str | PathLike[Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `Frame.from_parquet` is incorrect: Expected `TPathSpecifier`, found `None`
[error] invalid-argument-type - Argument to bound method `Series.astype` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[int, <class 'int'> | <class 'bool'>]`
[error] invalid-argument-type - Argument to bound method `Series.astype` is incorrect: Expected `TDtypeSpecifier`, found `dict[int, <class 'int'> | <class 'bool'>]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[1], Literal[1]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorMany) -> FrameAssignILoc, (key: TILocSelectorOne) -> Any]` cannot be called with key of type `tuple[Literal[1], Literal[1]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[2], list[int]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorMany) -> FrameAssignILoc, (key: TILocSelectorOne) -> Any]` cannot be called with key of type `tuple[Literal[2], list[int]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[2], slice[Literal[2], None, None]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorMany) -> FrameAssignILoc, (key: TILocSelectorOne) -> Any]` cannot be called with key of type `tuple[Literal[2], slice[Literal[2], None, None]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[slice[Literal[1], None, None], slice[Literal[3], None, None]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorMany) -> FrameAssignILoc, (key: TILocSelectorOne) -> Any]` cannot be called with key of type `tuple[slice[Literal[1], None, None], slice[Literal[3], None, None]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorMany) -> FrameAssignILoc, (key: TILocSelectorOne) -> Any]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorMany) -> FrameAssignILoc, (key: TILocSelectorOne) -> Any]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_xlsx` is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_xlsx` is incorrect: Expected `TDepthLevel | None`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_xlsx` is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_xlsx` is incorrect: Expected `TDepthLevel | None`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_records_items` is incorrect: Expected `Iterable[tuple[Hashable, Iterable[Any]]]`, found `zip[tuple[Literal["x", "y", "z"], Item]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_records_items` is incorrect: Expected `Iterable[tuple[TLabel, Iterable[Any]]]`, found `zip[tuple[Literal["x", "y", "z"], Item]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `None | Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | dict[Hashable, str | dtype[Any] | type | None]`, found `Series[Any, Any]`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `TDtypesSpecifier`, found `Series[Any, Any]`
[error] invalid-argument-type - Argument to bound method `InterfaceFrameAsType.__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[str, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `InterfaceFrameAsType.__call__` is incorrect: Expected `TDtypeSpecifier`, found `dict[str, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `InterfaceFrameAsType.__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `tuple[<class 'float'>, <class 'float'>, None, <class 'int'>, <class 'int'>]`
[error] invalid-argument-type - Argument to bound method `InterfaceFrameAsType.__call__` is incorrect: Expected `TDtypeSpecifier`, found `tuple[<class 'float'>, <class 'float'>, None, <class 'int'>, <class 'int'>]`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `tuple[Literal["date,currency,price"], Literal["2022-01-01,USD,2.48"], Literal["2022-01-02,USD,2.52"], Literal["2022-01-03,USD,2.49"], Literal["2022-01-04,USD,2.51"]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `tuple[Literal["date,currency,price"], Literal["2022-01-01,USD,2.48"], Literal["2022-01-02,USD,2.52"], Literal["2022-01-03,USD,2.49"], Literal["2022-01-04,USD,2.51"]]`
[error] invalid-argument-type - Argument to bound method `Frame.rank_ordinal` is incorrect: Expected `bool | Sequence[bool]`, found `GeneratorType[Unknown, None, None]`
[error] invalid-argument-type - Argument to bound method `Frame.rank_ordinal` is incorrect: Expected `TBoolOrBools`, found `GeneratorType[Unknown, None, None]`

static_frame/test/unit/test_frame_iter.py

[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_all` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_all` is incorrect: Expected `TMapping`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_fill` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_fill` is incorrect: Expected `TMapping`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDepthLevelAxis.__call__` is incorrect: Expected `int | list[int]`, found `tuple[Literal[2], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `IterNodeDepthLevelAxis.__call__` is incorrect: Expected `TDepthLevel`, found `tuple[Literal[2], Literal[1]]`

static_frame/test/unit/test_frame_via_fill_value.py

[error] unresolved-attribute - Attribute `columns` is not defined on `Series[Any, Any]` in union `@Todo | Series[Any, Any]`
[error] unresolved-attribute - Attribute `columns` is not defined on `Series[Any, Any]` in union `TFrameOrSeries`
[error] unresolved-attribute - Attribute `columns` is not defined on `Series[Any, Any]` in union `@Todo | Series[Any, Any]`
[error] unresolved-attribute - Attribute `columns` is not defined on `Series[Any, Any]` in union `TFrameOrSeries`

static_frame/test/unit/test_index.py

[error] unresolved-attribute - Attribute `tolist` is not defined on `int` in union `int | integer[Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int` in union `TILocSelectorOne`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int` in union `int | integer[Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int` in union `TILocSelectorOne`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any], /) -> Any, (key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Index[Any]]` cannot be called with key of type `Series[Any, Any]` on object of type `Index[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: TILocSelectorOne, /) -> Any, (key: TILocSelectorMany, /) -> Index[Any]]` cannot be called with key of type `Series[Any, Any]` on object of type `Index[Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `TILocSelector`

static_frame/test/unit/test_index_datetime.py

[error] unresolved-attribute - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - Attribute `tolist` is not defined on `Hashable`, `int` in union `TLabel | ndarray[Any, Any]`
[error] unresolved-attribute - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - Attribute `tolist` is not defined on `Hashable`, `int` in union `TLabel | ndarray[Any, Any]`
[error] unresolved-attribute - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - Attribute `tolist` is not defined on `Hashable`, `int` in union `TLabel | ndarray[Any, Any]`
[error] unresolved-attribute - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - Attribute `tolist` is not defined on `Hashable`, `int` in union `TLabel | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int` in union `int | integer[Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int` in union `TILocSelectorOne`

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Any]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Any]`, found `TILocSelector`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `TILocSelector`
[error] invalid-assignment - Object of type `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements` is not assignable to `list[int]`
[error] invalid-assignment - Object of type `TILocSelector` is not assignable to `list[int]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `TILocSelector`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy._extract_getitem_astype` is incorrect: Expected `int | list[int] | slice[Any, Any, Any] | ndarray[Any, dtype[signedinteger[_64Bit]]] | None`, found `tuple[Literal["A"], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy._extract_getitem_astype` is incorrect: Expected `TDepthLevelSpecifier`, found `tuple[Literal["A"], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, tuple[int, int, int, int] | tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `OrderedDict[str, tuple[int, int, int, int] | tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int] | tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int] | tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, dict[str, tuple[str]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[TLabel, Divergent]`, found `dict[str, dict[str, tuple[str]]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method InterfaceIndexHierarchyAsType[IndexHierarchy].__getitem__(key: int | list[int] | slice[Any, Any, Any] | ndarray[Any, dtype[signedinteger[_64Bit]]] | None) -> IndexHierarchyAsType` cannot be called with key of type `list[bool]` on object of type `InterfaceIndexHierarchyAsType[IndexHierarchy]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method InterfaceIndexHierarchyAsType[IndexHierarchy].__getitem__(key: TDepthLevelSpecifier) -> IndexHierarchyAsType` cannot be called with key of type `list[bool]` on object of type `InterfaceIndexHierarchyAsType[IndexHierarchy]`
[error] unresolved-attribute - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - Attribute `tolist` is not defined on `Hashable`, `int`, `Iterable[TLabel]` in union `TLabel | Iterable[TLabel] | Any`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.insert_before` is incorrect: Expected `Iterable[Iterable[Hashable]]`, found `Index[Any]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.insert_before` is incorrect: Expected `Iterable[Iterable[TLabel]]`, found `Index[Any]`

static_frame/test/unit/test_quilt.py

[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[TLabel, TFrameOrSeries]]`, found `IterNodeDelegate[Quilt]`

static_frame/test/unit/test_reduce.py

[error] invalid-argument-type - Argument to function `ReduceAxis._derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]]]`
[error] invalid-argument-type - Argument to function `ReduceAxis._derive_row_dtype_array` is incorrect: Expected `list[tuple[TILocSelectorOne, (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: ArrayLike, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: ArrayLike, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: ArrayLike, axis: _ShapeLike | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: ArrayLike, axis: _ShapeLike | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: _ShapeLike | None = None, dtype: DTypeLike | None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> Any, [_ArrayT](a: ArrayLike, axis: _ShapeLike | None, dtype: DTypeLike | None, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: ArrayLike, axis: _ShapeLike | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT]]]`
[error] invalid-argument-type - Argument to function `ReduceAxis._derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]], tuple[Literal[1], Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> bool[bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: bool | bool[bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: bool | bool[bool] | _NoValueType = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]]]`
[error] invalid-argument-type - Argument to function `ReduceAxis._derive_row_dtype_array` is incorrect: Expected `list[tuple[TILocSelectorOne, (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: ArrayLike, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: ArrayLike, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: ArrayLike, axis: _ShapeLike | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: ArrayLike, axis: _ShapeLike | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: ArrayLike, axis: _ShapeLike | None = None, dtype: DTypeLike | None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> Any, [_ArrayT](a: ArrayLike, axis: _ShapeLike | None, dtype: DTypeLike | None, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: ArrayLike, axis: _ShapeLike | None = None, dtype: DTypeLike | None = None, *, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: _ComplexLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT]], tuple[Literal[1], Overload[(a: ArrayLike | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> bool[bool], (a: ArrayLike | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: _BoolLike_co | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> Any, [_ArrayT](a: ArrayLike | None, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: _BoolLike_co | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: ArrayLike | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: _BoolLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT]]]`

static_frame/test/unit/test_series.py

[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_any_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_any_iter` is incorrect: Expected `TMapping`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_all_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_all_iter` is incorrect: Expected `TMapping`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_fill_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_fill_iter` is incorrect: Expected `TMapping`, found `dict[tuple[str, int], int]`
[error] unresolved-attribute - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - Attribute `tolist` is not defined on `Hashable`, `int` in union `TLabel | ndarray[Any, Any]`

static_frame/test/unit/test_store.py

[error] invalid-argument-type - Argument is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `((TLabel, /) -> str) | None`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `((TLabel, @Todo, /) -> @Todo) | None`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `((Hashable, /) -> str) | None`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `((str, /) -> TLabel) | None`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `((Hashable, @Todo, /) -> @Todo) | None`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `TIndexCtorSpecifiers`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `((str, /) -> Hashable) | None`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `TMpContext | None`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["fork", "forkserver", "spawn"] | None`, found `int`
[error] invalid-argument-type - Argument is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `TDepthLevel | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `TDepthLevel | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `((TLabel, /) -> str) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `((TLabel, @Todo, /) -> @Todo) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `((Hashable, /) -> str) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `((str, /) -> TLabel) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `((Hashable, @Todo, /) -> @Todo) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `TIndexCtorSpecifiers`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `((str, /) -> Hashable) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `TMpContext | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["fork", "forkserver", "spawn"] | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `TDepthLevel | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `TDepthLevel | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument is incorrect: Expected `TDepthLevel | None`, found `tuple[Literal[1], Literal[2]]`

static_frame/test/unit/test_store_zip.py

[error] invalid-argument-type - Argument is incorrect: Expected `((Hashable, /) -> str) | None`, found `int | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `((TLabel, /) -> str) | None`, found `int | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `((Hashable, @Todo, /) -> @Todo) | None`, found `int | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `((TLabel, @Todo, /) -> @Todo) | None`, found `int | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `((str, /) -> Hashable) | None`, found `int | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `((str, /) -> TLabel) | None`, found `int | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["fork", "forkserver", "spawn"] | None`, found `int | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `TMpContext | None`, found `int | Unknown`

static_frame/test/unit/test_type_blocks.py

[error] invalid-argument-type - Argument to function `get_col_dtype_factory` is incorrect: Expected `TDtypesSpecifier`, found `dict[int, <class 'str'>]`
[error] invalid-argument-type - Argument to function `get_col_dtype_factory` is incorrect: Expected `TDtypesSpecifier`, found `dict[int, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._assign_from_iloc_by_sequence` is incorrect: Expected `Sequence[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._assign_from_iloc_by_sequence` is incorrect: Expected `Sequence[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`

static_frame/test/unit/test_type_clinic.py

[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[TLabel]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[10]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `Literal[10]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[30]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `Literal[30]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[10]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `Literal[10]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Pattern[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `Pattern[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Pattern[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `Pattern[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[TLabelMatchSpecifier]`, found `set[str]`
[error] invalid-argument-type - Argument to `Shape.__init__` is incorrect: Expected `int | EllipsisType`, found `None`
[error] invalid-argument-type - Argument to `Shape.__init__` is incorrect: Expected `TShapeComponent`, found `None`

static_frame/test/unit/test_util.py

[error] invalid-argument-type - Argument to function `_ufunc_set_1d` is incorrect: Expected `(ndarray[Any, Any], ndarray[Any, Any], /) -> ndarray[Any, Any]`, found `Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> bool[bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: bool | bool[bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: bool | bool[bool] | _NoValueType = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]`
[error] invalid-argument-type - Argument to function `_ufunc_set_1d` is incorrect: Expected `(ndarray[Any, Any], ndarray[Any, Any], /) -> ndarray[Any, Any]`, found `Overload[(a: ArrayLike | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> bool[bool], (a: ArrayLike | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: _BoolLike_co | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> Any, [_ArrayT](a: ArrayLike | None, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: _BoolLike_co | _NoValueType = ..., *, where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: ArrayLike | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: _BoolLike_co | _NoValueType = ..., where: _ArrayLikeBool_co | _NoValueType = ...) -> _ArrayT]`
[error] invalid-argument-type - Argument to function `depth_level_from_specifier` is incorrect: Expected `int | list[int] | slice[Any, Any, Any] | ndarray[Any, dtype[signedinteger[_64Bit]]] | None`, found `float`
[error] invalid-argument-type - Argument to function `depth_level_from_specifier` is incorrect: Expected `TDepthLevelSpecifier`, found `float`

static_frame/test/unit/test_www.py

[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `Path | StringIO | BytesIO`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `TPathSpecifierOrTextIOOrIterator`, found `WWWReturnType`
[error] invalid-argument-type - Argument to `StringIOTemporaryFile.__init__` is incorrect: Expected `Path`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to `StringIOTemporaryFile.__init__` is incorrect: Expected `Path`, found `TPathSpecifier`
[error] invalid-argument-type - Argument to `BytesIOTemporaryFile.__init__` is incorrect: Expected `Path`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to `BytesIOTemporaryFile.__init__` is incorrect: Expected `Path`, found `TPathSpecifier`
[error] invalid-argument-type - Argument to bound method `WWW.from_zip` is incorrect: Expected `Path | str | None`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to bound method `WWW.from_zip` is incorrect: Expected `Path | str | None`, found `TPathSpecifier`
[error] invalid-argument-type - Argument to bound method `WWW.from_gzip` is incorrect: Expected `Path | str | None`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to bound method `WWW.from_gzip` is incorrect: Expected `Path | str | None`, found `TPathSpecifier`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Path | StringIO | BytesIO`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `FileDescriptorOrPath`, found `WWWReturnType`
[error] invalid-argument-type - Argument to bound method `Frame.from_json_records` is incorrect: Expected `str | StringIO`, found `Path | StringIO | BytesIO`
[error] invalid-argument-type - Argument to bound method `Frame.from_json_records` is incorrect: Expected `str | StringIO`, found `WWWReturnType`

stone (https://github.com/dropbox/stone)

stone/frontend/ir_generator.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `TagRef | (Unknown & ~AstTagRef)`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `TagRef | (Unknown & ~AstTagRef)`

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/codegen/plugins/python.py

[error] invalid-argument-type - Argument to bound method `PythonPlugin._print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonPlugin._print_argument_value` is incorrect: Expected `GraphQLArgumentValue`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonPlugin._print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonPlugin._print_argument_value` is incorrect: Expected `GraphQLArgumentValue`, found `object`

strawberry/experimental/pydantic/conversion.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `object`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `object`

strawberry/schema/schema.py

[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | ExecutionResult | None`
[error] unresolved-attribute - Attribute `errors` is not defined on `None` in union `Unknown | ExecutionResult | None`
[error] invalid-assignment - Object of type `AsyncIterator[ExecutionResult] | ExecutionResult | CoroutineType[Any, Any, AsyncIterator[ExecutionResult] | ExecutionResult]` is not assignable to `ExecutionResult | AsyncIterator[ExecutionResult]`
[error] invalid-assignment - Object of type `AsyncIterator[ExecutionResult] | ExecutionResult | CoroutineType[Any, Any, AsyncIterator[ExecutionResult] | ExecutionResult]` is not assignable to `OriginSubscriptionResult`
[error] invalid-argument-type - Argument to `GraphQLField.__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 3 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to `GraphQLField.__init__` is incorrect: Expected `GraphQLOutputType`, found `GraphQLNamedType`

strawberry/schema_codegen/__init__.py

[error] invalid-argument-type - Argument to function `_get_argument_value` is incorrect: Expected `IntValueNode | FloatValueNode | StringValueNode | ... omitted 5 union elements`, found `ValueNode`
[error] invalid-argument-type - Argument to function `_get_argument_value` is incorrect: Expected `ConstValueNode`, found `ValueNode`

strawberry/types/field.py

[error] invalid-assignment - Object of type `StrawberryType | type` is not assignable to `StrawberryType | type[WithStrawberryDefinition[StrawberryObjectDefinition] | UNRESOLVED]`
[error] invalid-assignment - Object of type `StrawberryType | type` is not assignable to `FieldType`

sympy (https://github.com/sympy/sympy)

sympy/plotting/backends/matplotlibbackend/matplotlib.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `tuple[<class 'float'>, <class 'int'>, <special-form 'typing.Callable'>]`

sympy/algebras/quaternion.py

[error] invalid-assignment - Object of type `Basic | int | float | complex | Any` is not assignable to `Expr | int | float | complex`
[error] invalid-assignment - Object of type `Basic | int | float | complex | Any` is not assignable to `SExpr`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `SExpr`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `SExpr`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `SExpr`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `SExpr`

sympy/benchmarks/bench_meijerint.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`

sympy/combinatorics/coset_table.py

[error] invalid-argument-type - Argument to function `bisect_left` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `bisect_left` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

sympy/core/function.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic | int`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Basic | int`

sympy/core/tests/test_evalf.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-1], Literal[1]]`

sympy/core/tests/test_expr.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Half]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Half]`

sympy/functions/combinatorial/factorials.py

[error] invalid-argument-type - Argument to function `sqrt` is incorrect: Expected `SupportsFloat | SupportsIndex`, found `_S@map | Unknown`
[error] invalid-argument-type - Argument to function `sqrt` is incorrect: Expected `_SupportsFloatOrIndex`, found `_S@map | Unknown`

sympy/functions/combinatorial/numbers.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`

sympy/functions/elementary/tests/test_piecewise.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[2], Literal[-2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[2], Literal[-2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Unknown, Literal[0]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Unknown, Literal[0]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Unknown, Literal[42]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Unknown, Literal[42]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Float]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Float]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`

sympy/functions/special/gamma_functions.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Basic`

sympy/geometry/polygon.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

sympy/geometry/tests/test_ellipse.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-5], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-5], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-4], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-4], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-5], Literal[5]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-5], Literal[5]]`

sympy/geometry/tests/test_polygon.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[4]]`

sympy/holonomic/holonomic.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `_T@list`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `_T@list`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `_T@list`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `_T@list`

sympy/integrals/integrals.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `Tuple`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `Tuple`

sympy/integrals/tests/test_failing_integrals.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Unknown, Literal[0]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Unknown, Literal[0]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-25], Literal[25]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-25], Literal[25]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Symbol | int | Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Symbol | int | Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Half, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Half, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Unknown]`

sympy/integrals/tests/test_heurisch.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`

sympy/integrals/tests/test_integrals.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Test, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Test, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[2], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[2], Literal[4]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-15], Literal[15]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-15], Literal[15]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, None, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, None, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], None]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], None]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Literal["x"], Literal["1"], None]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Literal["x"], Literal["1"], None]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Half]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Half]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Pi]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[2], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[2], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[2], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[2], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, float, float]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, float, float]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[4], Literal[12]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[4], Literal[12]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Literal[-1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Literal[-1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[2], Literal[-2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[2], Literal[-2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-2], Literal[-1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-2], Literal[-1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, int | float, Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, int | float, Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, int | float, Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, int | float, Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, int | float, Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Any, float]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Any, float]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`

sympy/integrals/tests/test_meijerint.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-5], Literal[0]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-5], Literal[0]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[-1], int | float]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[-1], int | float]`

sympy/logic/tests/test_boolalg.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `BooleanTrue | BooleanFalse | Zero | One | Any`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `BooleanTrue | BooleanFalse | Zero | One | Any`

sympy/matrices/tests/test_commonmatrix.py

[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `SExpr | Sequence[SExpr] | MatrixBase`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `SExpr | Sequence[SExpr] | MatrixBase`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[list[int]]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `SExpr | Sequence[SExpr] | MatrixBase`, found `list[list[list[int]]]`

sympy/matrices/tests/test_matrices.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `Index2` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `Index2` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Index1, Index2]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Index1, Index2]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Index2]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Index2]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Index1, Literal[2]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Index1, Literal[2]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[float, Literal[5]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[float, Literal[5]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], float]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], float]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[SExpr, SExpr, SExpr]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[SExpr, SExpr, SExpr]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[SExpr, SExpr, SExpr]`, found `list[int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`

sympy/matrices/tests/test_matrixbase.py

[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[int | list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `SExpr | Sequence[SExpr] | MatrixBase`, found `list[int | list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `SExpr | Sequence[SExpr] | MatrixBase`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `SExpr | Sequence[SExpr] | MatrixBase`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `SExpr | Sequence[SExpr] | MatrixBase`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[list[int]]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `SExpr | Sequence[SExpr] | MatrixBase`, found `list[list[list[int]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `Index2` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `Index2` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Index1, Index2]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Index1, Index2]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Index2]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Index2]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Index1, Literal[2]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Index1, Literal[2]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[float, Literal[5]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[float, Literal[5]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], float]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], float]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[SExpr, SExpr, SExpr]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[SExpr, SExpr, SExpr]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[SExpr, SExpr, SExpr]`, found `list[int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Literal[1]]`

sympy/matrices/tests/test_sparse.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableSparseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableSparseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableSparseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Literal[2], Literal[3]]` on object of type `MutableSparseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableSparseMatrix, (key: tuple[Slice, int], /) -> MutableSparseMatrix, (key: tuple[Slice, Slice], /) -> MutableSparseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Literal[2], Literal[3]]` on object of type `MutableSparseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableSparseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableSparseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableSparseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Literal[2], Literal[3]]` on object of type `MutableSparseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableSparseMatrix, (key: tuple[Slice, int], /) -> MutableSparseMatrix, (key: tuple[Slice, Slice], /) -> MutableSparseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Literal[2], Literal[3]]` on object of type `MutableSparseMatrix`

sympy/physics/continuum_mechanics/beam.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`

sympy/physics/tests/test_hydrogen.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`

sympy/physics/tests/test_pring.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Unknown]`

sympy/polys/matrices/sdm.py

[error] unresolved-attribute - Attribute `items` is not defined on `Iterable[SupportsDunderLT[Any] | SupportsDunderGT[Any]]` in union `Unknown | Iterable[SupportsDunderLT[Any] | SupportsDunderGT[Any]]`
[error] unresolved-attribute - Attribute `items` is not defined on `Iterable[SupportsRichComparison]` in union `Unknown | Iterable[SupportsRichComparison]`
[error] unresolved-attribute - Attribute `items` is not defined on `Iterable[SupportsDunderLT[Any] | SupportsDunderGT[Any]]` in union `Any | Iterable[SupportsDunderLT[Any] | SupportsDunderGT[Any]]`
[error] unresolved-attribute - Attribute `items` is not defined on `Iterable[SupportsRichComparison]` in union `Any | Iterable[SupportsRichComparison]`

sympy/polys/polyclasses.py

[error] invalid-return-type - Return type does not match returned value: expected `DMP[Er@DMP]`, found `DMP_Python[Er@DUP_Flint] | DUP_Flint[Er@DUP_Flint, FMPZ_POLY | FMPQ_POLY | NMOD_POLY | FMPZ_MOD_POLY]`
[error] invalid-return-type - Return type does not match returned value: expected `DMP[Er@DMP]`, found `DMP_Python[Er@DUP_Flint] | DUP_Flint[Er@DUP_Flint, FlintPoly]`

sympy/polys/rootoftools.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~None) | Basic`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `(Unknown & ~None) | Basic`

sympy/polys/subresultants_qq_zz.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | int | float | complex`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Any | int | float | complex`

sympy/printing/mathml.py

[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str | Element` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str | Element` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `_ElementChildren | DocumentFragment` of type variable `_ElementChildrenPlusFragment`

sympy/printing/preview.py

[error] invalid-argument-type - Argument to function `move` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `str | PathLike[str]` of type variable `_StrPathT`
[error] invalid-argument-type - Argument to function `move` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `StrPath` of type variable `_StrPathT`

sympy/series/tests/test_formal.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`

sympy/series/tests/test_limits.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`

sympy/series/tests/test_series.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Symbol, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Symbol, Literal[0], Infinity]`

sympy/stats/crv.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Unknown, Interval]`

sympy/stats/joint_rv.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `list[Symbol]`

sympy/tensor/tests/test_tensor.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`

sympy/testing/tests/test_module_imports.py

[error] invalid-argument-type - Argument to function `getfile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `FrameType | None`
[error] invalid-argument-type - Argument to function `getfile` is incorrect: Expected `_SourceObjectType`, found `FrameType | None`

sympy/utilities/tests/test_wester.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[3]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[tuple[Literal[0], Literal[1], Literal[3]], tuple[Literal[2], Literal[0], Literal[3]]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[tuple[Literal[0], Literal[1], Literal[3]], tuple[Literal[2], Literal[0], Literal[3]]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], int], /) -> MutableDenseMatrix, (key: tuple[slice[Any, Any, Any] | list[int], slice[Any, Any, Any] | list[int]], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[tuple[Literal[3], Literal[0]], tuple[Literal[2], Literal[1]]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Slice], /) -> MutableDenseMatrix, (key: tuple[Slice, int], /) -> MutableDenseMatrix, (key: tuple[Slice, Slice], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[tuple[Literal[3], Literal[0]], tuple[Literal[2], Literal[1]]]` on object of type `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Unknown]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Literal[2]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[-1], Literal[1]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Literal[0], Any]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `SymbolLimits`, found `tuple[Any, Literal[0], Any]`

tornado (https://github.com/tornadoweb/tornado)

tornado/gen.py

[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `Generator[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown], Any, _T@coroutine | Unknown]`, found `(Generator[Any, Any, _T@coroutine] & Generator[object, None, None]) | (_T@coroutine & Generator[object, None, None])`
[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `Generator[_Yieldable, Any, _T@coroutine | Unknown]`, found `(Generator[Any, Any, _T@coroutine] & Generator[object, None, None]) | (_T@coroutine & Generator[object, None, None])`
[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]`, found `_T@next | _T@next | _VT@next`
[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `_Yieldable`, found `_T@next | _T@next | _VT@next`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> _asyncio.Future[Unknown]`, found `def convert_yielded(yielded: None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | concurrent.futures._base.Future[Unknown]) -> _asyncio.Future[Unknown]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> Future[Unknown]`, found `def convert_yielded(yielded: _Yieldable) -> Future[Unknown]`
[error] invalid-assignment - Object of type `_SingleDispatchCallable[Future[Unknown]]` is not assignable to `def convert_yielded(yielded: None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]) -> Future[Unknown]`
[error] invalid-assignment - Object of type `_SingleDispatchCallable[Future[Unknown]]` is not assignable to `def convert_yielded(yielded: _Yieldable) -> Future[Unknown]`

tornado/queues.py

[error] invalid-argument-type - Argument to function `heappush` is incorrect: Argument type `_T@_put` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `heappush` is incorrect: Argument type `_T@_put` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

trio (https://github.com/python-trio/trio)

src/trio/_core/_asyncgens.py

[error] invalid-argument-type - Argument to function `set_asyncgen_hooks` is incorrect: Expected `((AsyncGenerator[Any, Any], /) -> None) | None`, found `def firstiter(agen: AsyncGeneratorType[object, Never]) -> None`
[error] invalid-argument-type - Argument to function `set_asyncgen_hooks` is incorrect: Expected `_AsyncgenHook`, found `def firstiter(agen: AsyncGeneratorType[object, Never]) -> None`
[error] invalid-argument-type - Argument to function `set_asyncgen_hooks` is incorrect: Expected `((AsyncGenerator[Any, Any], /) -> None) | None`, found `def finalizer(agen: AsyncGeneratorType[object, Never]) -> None`
[error] invalid-argument-type - Argument to function `set_asyncgen_hooks` is incorrect: Expected `_AsyncgenHook`, found `def finalizer(agen: AsyncGeneratorType[object, Never]) -> None`

src/trio/_socket.py

[error] invalid-argument-type - Argument to bound method `_SocketType._nonblocking_helper` is incorrect: Expected `tuple[Any, ...] | str | Buffer`, found `object`
[error] invalid-argument-type - Argument to bound method `_SocketType._nonblocking_helper` is incorrect: Expected `_Address`, found `object`

urllib3 (https://github.com/urllib3/urllib3)

dummyserver/socketserver.py

[error] invalid-argument-type - Argument to bound method `_SSLContext.load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_SSLContext.load_cert_chain` is incorrect: Expected `StrOrBytesPath`, found `Unknown | None`

src/urllib3/_request_methods.py

[error] invalid-argument-type - Argument to bound method `RequestMethods.request_encode_url` is incorrect: Expected `Sequence[tuple[str, str | bytes]] | Mapping[str, str | bytes] | None`, found `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request_encode_url` is incorrect: Expected `_TYPE_ENCODE_URL_FIELDS | None`, found `_TYPE_FIELDS | None`
[error] invalid-argument-type - Argument to function `urlencode` is incorrect: Expected `Mapping[str, object] | Mapping[bytes, object] | Mapping[str | bytes, object] | Sequence[tuple[str | bytes, object]]`, found `(Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] & ~AlwaysFalsy) | (Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `urlencode` is incorrect: Expected `_QueryType`, found `(Sequence[tuple[str, _TYPE_FIELD_VALUE_TUPLE] | RequestField] & ~AlwaysFalsy) | (Mapping[str, _TYPE_FIELD_VALUE_TUPLE] & ~AlwaysFalsy)`

src/urllib3/contrib/emscripten/fetch.py

[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
[error] invalid-argument-type - Argument to function `files` is incorrect: Expected `Package`, found `str | None`

src/urllib3/fields.py

[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, str | bytes | None]]`
[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, _TYPE_FIELD_VALUE | None]]`

src/urllib3/filepost.py

[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Iterable[RequestField | tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]]`
[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Iterable[RequestField | tuple[str, _TYPE_FIELD_VALUE_TUPLE]]`

src/urllib3/response.py

[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | (Mapping[bytes, bytes] & ~HTTPHeaderDict) | None`
[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `ValidHTTPHeaderSource | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | (Mapping[bytes, bytes] & ~HTTPHeaderDict) | None`

src/urllib3/util/ssltransport.py

[error] invalid-return-type - Return type does not match returned value: expected `_TYPE_PEER_CERT_RET_DICT | bytes | None`, found `dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]] | bytes | None`
[error] invalid-return-type - Return type does not match returned value: expected `_TYPE_PEER_CERT_RET`, found `_PeerCertRetType`

src/urllib3/util/timeout.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | float | _TYPE_DEFAULT` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | float | _TYPE_DEFAULT` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

test/test_collections.py

[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.extend` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys`, found `int`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.extend` is incorrect: Expected `ValidHTTPHeaderSource`, found `int`
[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `dict[int, int]`
[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `ValidHTTPHeaderSource | None`, found `dict[int, int]`

test/test_response.py

[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str]`, found `None`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `_TYPE_BODY`, found `None`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str]`, found `MockHTTPRequest`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `_TYPE_BODY`, found `MockHTTPRequest`

test/test_util.py

[error] invalid-argument-type - Argument to function `rewind_body` is incorrect: Expected `int | _TYPE_FAILEDTELL`, found `None`
[error] invalid-argument-type - Argument to function `rewind_body` is incorrect: Expected `_TYPE_BODY_POSITION`, found `None`
[error] invalid-argument-type - Argument to function `rewind_body` is incorrect: Expected `int | _TYPE_FAILEDTELL`, found `object`
[error] invalid-argument-type - Argument to function `rewind_body` is incorrect: Expected `_TYPE_BODY_POSITION`, found `object`

test/with_dummyserver/test_connectionpool.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["upload_size"]` and value of type `Literal[50]` on object of type `dict[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["upload_size"]` and value of type `Literal[50]` on object of type `dict[str, _TYPE_FIELD_VALUE_TUPLE]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["upload_size"]` and value of type `int` on object of type `dict[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["upload_size"]` and value of type `int` on object of type `dict[str, _TYPE_FIELD_VALUE_TUPLE]`

test/with_dummyserver/test_poolmanager.py

[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str] | None`, found `BadBody`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `_TYPE_BODY | None`, found `BadBody`

test/with_dummyserver/test_socketlevel.py

[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `Timeout | int | float | _TYPE_DEFAULT | None`, found `str | Any`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `_TYPE_TIMEOUT | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str] | None`, found `Generator[bytes, None, None] | BytesIO | StringIO | bytearray | bytes`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `_TYPE_BODY | None`, found `Generator[bytes, None, None] | BytesIO | StringIO | bytearray | bytes`

vision (https://github.com/pytorch/vision)

references/classification/utils.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `list[type] | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `list[type] | None`

references/depth/stereo/transforms.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]], ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[T_FLOW, T_FLOW], tuple[T_MASK, T_MASK]]`, found `tuple[tuple[Unknown, Unknown], tuple[T_FLOW, T_FLOW], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]], ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, ...], tuple[Unknown | None, ...], tuple[Unknown | None, ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[T_FLOW, T_FLOW], tuple[T_MASK, T_MASK]]`, found `tuple[tuple[Unknown, ...], tuple[Unknown | None, ...], tuple[Unknown | None, ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown, ...] | Unknown | tuple[None, ...], tuple[Unknown, ...] | Unknown | tuple[None, ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[T_FLOW, T_FLOW], tuple[T_MASK, T_MASK]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown, ...] | Unknown | tuple[None, ...], tuple[Unknown, ...] | Unknown | tuple[None, ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, ...], tuple[None, ...] | Unknown, tuple[None, ...] | Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[T_FLOW, T_FLOW], tuple[T_MASK, T_MASK]]`, found `tuple[tuple[Unknown, ...], tuple[None, ...] | Unknown, tuple[None, ...] | Unknown]`
[error] invalid-assignment - Object of type `tuple[None | Unknown, ...] | tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]` is not assignable to `tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]`
[error] invalid-assignment - Object of type `tuple[None | Unknown, ...] | tuple[T_MASK, T_MASK]` is not assignable to `tuple[T_MASK, T_MASK]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[None | Unknown, None | Unknown], tuple[None | Unknown, ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[T_FLOW, T_FLOW], tuple[T_MASK, T_MASK]]`, found `tuple[tuple[Unknown, Unknown], tuple[None | Unknown, None | Unknown], tuple[None | Unknown, ...]]`

test/datasets_utils.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `None | Unknown`
[error] unresolved-attribute - Attribute `__qualname__` is not defined on `((str, /) -> Any) & ~AlwaysFalsy` in union `(((str, /) -> Any) & ~AlwaysFalsy) | (def open(fp: str | bytes | PathLike[str] | PathLike[bytes] | IO[bytes], mode: Literal["r"] = "r", formats: list[str] | tuple[str, ...] | None = None) -> ImageFile)`
[error] unresolved-attribute - Attribute `__qualname__` is not defined on `((str, /) -> Any) & ~AlwaysFalsy` in union `(((str, /) -> Any) & ~AlwaysFalsy) | (def open(fp: StrOrBytesPath | IO[bytes], mode: Literal["r"] = "r", formats: list[str] | tuple[str, ...] | None = None) -> ImageFile)`

test/test_transforms_v2.py

[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["fill"]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `_FillType | dict[type | str, _FillType]`, found `Literal["fill"]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["fill"]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `_FillType | dict[type | str, _FillType]`, found `Literal["fill"]`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `_FillType | dict[type | str, _FillType]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `Pad.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `Pad.__init__` is incorrect: Expected `_FillType | dict[type | str, _FillType]`, found `Literal["abc"]`

torchvision/prototype/datasets/utils/_encoded.py

[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | IO[bytes]`, found `ReadOnlyTensorBuffer`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `StrOrBytesPath | IO[bytes]`, found `ReadOnlyTensorBuffer`

torchvision/transforms/functional.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], slice[None, None, None], None]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], slice[None, None, None], None]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `list[int] & Number`

torchvision/transforms/v2/_utils.py

[error] invalid-argument-type - Argument to function `_check_fill_arg` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `object`
[error] invalid-argument-type - Argument to function `_check_fill_arg` is incorrect: Expected `_FillType | dict[type | str, _FillType]`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `list[int | float] | None`, found `int | float | list[int | float]`
[error] invalid-return-type - Return type does not match returned value: expected `_FillTypeJIT`, found `int | float | list[int | float]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `list[int | float] | None` on object of type `dict[type | str, int | float | Sequence[int | float] | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `_FillTypeJIT` on object of type `dict[type | str, _FillType]`
[error] invalid-argument-type - Argument to function `_convert_fill_arg` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `object`
[error] invalid-argument-type - Argument to function `_convert_fill_arg` is incorrect: Expected `_FillType`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `dict[type | str, list[int | float] | None]`, found `(Sequence[int | float] & Top[dict[Unknown, Unknown]]) | dict[type | str, int | float | Sequence[int | float] | None]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[type | str, _FillTypeJIT]`, found `(Sequence[int | float] & Top[dict[Unknown, Unknown]]) | dict[type | str, _FillType]`

torchvision/transforms/v2/functional/_geometry.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `list[int] & Number`

websockets (https://github.com/aaugustin/websockets)

src/websockets/legacy/protocol.py

[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `str | bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `DataLike`, found `object`
[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `str | bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `DataLike`, found `object`

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/wsgi.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `ConvertibleToInt`, found `Any | None`

xarray (https://github.com/pydata/xarray)

asv_bench/benchmarks/dataset_io.py

[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `T_Chunks`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | PathLike[Any] | ReadBuffer[Unknown] | ... omitted 3 union elements`, found `None`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_PathFileOrDataStore`, found `None`

xarray/backends/api.py

[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Chunks`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | type[BackendEntrypoint] | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_Engine`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`

xarray/backends/scipy_.py

[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | _ReadableFileobj`, found `str | ReadBuffer[Unknown] | AbstractDataStore`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `StrOrBytesPath | _ReadableFileobj`, found `str | ReadBuffer[Unknown] | AbstractDataStore`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (ReadBuffer[Unknown] & PathLike[object]) | (AbstractDataStore & PathLike[object])`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `StrPath`, found `str | (ReadBuffer[Unknown] & PathLike[object]) | (AbstractDataStore & PathLike[object])`

xarray/compat/npcompat.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `set[<class 'bool'> | <class 'signedinteger'> | <class 'unsignedinteger'> | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `_ClassInfo`, found `set[<class 'bool'> | <class 'signedinteger'> | <class 'unsignedinteger'> | ... omitted 5 union elements]`

xarray/core/common.py

[error] invalid-assignment - Object of type `(type[Any] & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | (tuple[Any, SupportsIndex | Sequence[SupportsIndex]] & Top[Mapping[Unknown, object]]) | ... omitted 5 union elements` is not assignable to `Mapping[Any, dtype[Any] | None | type[Any] | ... omitted 6 union elements]`
[error] invalid-assignment - Object of type `(type[Any] & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | (tuple[Any, _ShapeLike] & Top[Mapping[Unknown, object]]) | ... omitted 5 union elements` is not assignable to `Mapping[Any, DTypeLikeSave]`

xarray/core/dataarray.py

[error] invalid-assignment - Object of type `dict[Hashable, int | (Mapping[Any, Resampler | str | int | tuple[int, ...] | None] & float) | str]` is not assignable to `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`
[error] invalid-assignment - Object of type `dict[Any, int | (Mapping[Any, T_ChunkDimFreq] & float) | str]` is not assignable to `T_ChunksFreq`
[error] invalid-assignment - Object of type `dict[Hashable, object]` is not assignable to `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`
[error] invalid-assignment - Object of type `dict[Any, object]` is not assignable to `T_ChunksFreq`

xarray/core/dataset.py

[error] invalid-argument-type - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Resampler | str | int | tuple[int, ...] | None] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Resampler | T_ChunkDim] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `Any | dict[Any, Any] | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `T_VarPadConstantValues | None`, found `Any | dict[Any, Any] | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `Literal["even", "odd"] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `PadReflectOptions`, found `int | tuple[int | float, int | float] | Mapping[Any, T_VarPadConstantValues] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `T_VarPadConstantValues | None`, found `int | tuple[int | float, int | float] | Mapping[Any, T_VarPadConstantValues] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | tuple[int, int] | Mapping[Any, tuple[int, int]] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | tuple[int, int] | Mapping[Any, tuple[int, int]] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, T_VarPadConstantValues] | ... omitted 4 union elements`

xarray/core/datatree.py

[error] invalid-argument-type - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Resampler | str | int | tuple[int, ...] | None] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`
[error] invalid-argument-type - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Resampler | T_ChunkDim] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | Mapping[Any, T_ChunkDimFreq]`

xarray/core/extension_array.py

[error] unresolved-attribute - Attribute `construct_array_type` is not defined on `dtype[Any]`, `None`, `str`, `tuple[Any, SupportsIndex | Sequence[SupportsIndex]]`, `tuple[Any, Any]`, `list[Any]`, `_HasDType[dtype[Any]]`, `_HasNumPyDType[dtype[Any]]` in union `ExtensionDtype | dtype[Any] | None | ... omitted 7 union elements`
[error] unresolved-attribute - Attribute `construct_array_type` is not defined on `dtype[Any]`, `None`, `str`, `tuple[Any, _ShapeLike]`, `tuple[Any, Any]`, `list[Any]`, `_HasDType[dtype[Any]]`, `_HasNumPyDType[dtype[Any]]` in union `ExtensionDtype | DTypeLikeSave | None`
[error] unresolved-attribute - Attribute `astype` is not defined on `_Buffer`, `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]`, `int`, `float`, `complex`, `str`, `_NestedSequence[int | float | complex | bytes | str]` in union `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements`
[error] unresolved-attribute - Attribute `astype` is not defined on `_Buffer`, `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]`, `int`, `float`, `complex`, `str`, `_NestedSequence[int | float | complex | bytes | str]` in union `ArrayLike | T_ExtensionArray@as_extension_array`
[error] invalid-argument-type - Argument to function `union_unordered_categorical_and_scalar` is incorrect: Expected `list[str | bytes | date | ... omitted 9 union elements]`, found `list[list[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 13 union elements]]`
[error] invalid-argument-type - Argument to function `union_unordered_categorical_and_scalar` is incorrect: Expected `list[Scalar]`, found `list[list[ArrayLike | DTypeLike | ExtensionDtype | ExtensionArray]]`
[error] invalid-argument-type - Argument to bound method `Series.where` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `T_ExtensionArray@__extension_duck_array__where | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `Series.where` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `T_ExtensionArray@__extension_duck_array__where | ArrayLike`
[error] invalid-argument-type - Argument to bound method `Series.where` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `T_ExtensionArray@__extension_duck_array__where | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Series.where` is incorrect: Expected `Scalar | Series[Any] | ((...) -> Scalar | Series[Any])`, found `T_ExtensionArray@__extension_duck_array__where | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`

xarray/core/indexing.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `int` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `int` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `int` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `integer[Any]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `integer[Any]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `ndarray[Any, dtype[integer[Any]]]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `integer[Any]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `slice[Any, Any, Any]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `ndarray[Any, dtype[integer[Any]]]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `ndarray[Any, dtype[integer[Any]]]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `slice[Any, Any, Any]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `slice[Any, Any, Any]` on object of type `ndarray[tuple[object, ...], dtype[object]]`

xarray/core/variable.py

[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `Unknown | ReprObject`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `T_VarPadConstantValues | None`, found `Unknown | ReprObject`

xarray/namedarray/core.py

[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.rechunk` is incorrect: Expected `tuple[tuple[int, ...], ...] | tuple[int, ...]`, found `(Mapping[Any, str | int | tuple[int, ...] | None] & float) | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.rechunk` is incorrect: Expected `tuple[tuple[int, ...], ...] | tuple[int, ...]`, found `(Mapping[Any, T_ChunkDim] & float) | str | int | ... omitted 5 union elements`
[error] invalid-assignment - Object of type `tuple[Any | None, ...]` is not assignable to `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`
[error] invalid-assignment - Object of type `tuple[Any | None, ...]` is not assignable to `T_Chunks`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `Mapping[Any, str | int | tuple[int, ...] | None] | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `Mapping[Any, T_ChunkDim] | str | int | ... omitted 4 union elements`

xarray/tests/test_backends_api.py

[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | PathLike[Any] | ReadBuffer[Unknown] | ... omitted 3 union elements`, found `Dataset`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `T_PathFileOrDataStore`, found `Dataset`

xarray/tests/test_concat.py

[error] no-matching-overload - No overload of function `reshape` matches arguments

xarray/tests/test_dataarray.py

[error] invalid-argument-type - Argument to bound method `DataArray.equals` is incorrect: Argument type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.equals` is incorrect: Argument type `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.equals` is incorrect: Expected `DataArray`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `DataArray.equals` is incorrect: Expected `DataArray`, found `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`
[error] invalid-argument-type - Argument to bound method `DataArray.chunk` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`, found `tuple[tuple[Literal[2], Literal[1]], tuple[Literal[2], Literal[2]]]`
[error] invalid-argument-type - Argument to bound method `DataArray.chunk` is incorrect: Expected `T_ChunksFreq`, found `tuple[tuple[Literal[2], Literal[1]], tuple[Literal[2], Literal[2]]]`

xarray/tests/test_dataset.py

[error] invalid-argument-type - Argument to bound method `Dataset.copy` is incorrect: Expected `Mapping[Any, Any] | None`, found `ndarray[tuple[int, ...], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `Dataset.copy` is incorrect: Expected `Mapping[Any, Any] | None`, found `ndarray[tuple[int, ...], dtype[signedinteger[_NBitIntP]]]`

xarray/tests/test_duck_array_ops.py

[error] invalid-argument-type - Argument to function `result_type` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 13 union elements`, found `property`
[error] invalid-argument-type - Argument to function `result_type` is incorrect: Expected `ArrayLike | DTypeLike | None`, found `property`

xarray/tests/test_eval.py

[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Dataset | DataArray`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `ConvertibleToFloat`, found `Dataset | DataArray`

xarray/tests/test_groupby.py

[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `UniqueGrouper`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `GroupInput`, found `UniqueGrouper`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `GroupInput`, found `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]]`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `Index[Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `GroupInput`, found `Index[Any]`
[error] invalid-argument-type - Argument to bound method `DataArrayGroupByBase.map` is incorrect: Expected `(...) -> DataArray`, found `Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], dtype: None = None, order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: Any, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: Any, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = ..., order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `DataArrayGroupByBase.map` is incorrect: Expected `(...) -> DataArray`, found `Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], dtype: None = None, order: _OrderKACF = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: Any, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], order: _OrderKACF = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: Any, dtype: DTypeLike | None = ..., order: _OrderKACF = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]`

xarray/tests/test_interp.py

[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `InterpOptions`, found `str`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["boo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `InterpOptions`, found `Literal["boo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["boo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `InterpOptions`, found `Literal["boo"]`

xarray/tests/test_missing.py

[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["index"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `InterpOptions`, found `Literal["index"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `InterpOptions`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `InterpOptions`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `InterpOptions`, found `str`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `InterpOptions`, found `str`

xarray/tests/test_namedarray.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, _DType_co@CustomArrayIndexable], (key: int | slice[Any, Any, Any] | EllipsisType | tuple[int | slice[Any, Any, Any] | EllipsisType, ...], /) -> Any]` cannot be called with key of type `_arrayapi[Any, object]` on object of type `_arrayfunction[Any, _DType_co@CustomArrayIndexable]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, _DType_co@CustomArrayIndexable], (key: _IndexKeyLike, /) -> Any]` cannot be called with key of type `_arrayapi[Any, object]` on object of type `_arrayfunction[Any, _DType_co@CustomArrayIndexable]`

xarray/tests/test_sparse.py

[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `Literal["nearest", "pad", "ffill", "backfill", "bfill"] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `ReindexMethodOptions`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `Literal["nearest", "pad", "ffill", "backfill", "bfill"] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `ReindexMethodOptions`, found `list[int] | list[int | float]`

xarray/tests/test_variable.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, Unknown], (key: int | slice[Any, Any, Any] | EllipsisType | tuple[int | slice[Any, Any, Any] | EllipsisType, ...], /) -> Any]` cannot be called with key of type `list[int]` on object of type `_arrayfunction[Any, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, Unknown], (key: _IndexKeyLike, /) -> Any]` cannot be called with key of type `list[int]` on object of type `_arrayfunction[Any, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, Unknown], (key: int | slice[Any, Any, Any] | EllipsisType | tuple[int | slice[Any, Any, Any] | EllipsisType, ...], /) -> Any]` cannot be called with key of type `list[Unknown]` on object of type `_arrayfunction[Any, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, Unknown], (key: _IndexKeyLike, /) -> Any]` cannot be called with key of type `list[Unknown]` on object of type `_arrayfunction[Any, Unknown]`
[error] invalid-argument-type - Argument to bound method `Variable.chunk` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `tuple[tuple[Literal[2], Literal[1]], tuple[Literal[2], Literal[2]]]`
[error] invalid-argument-type - Argument to bound method `Variable.chunk` is incorrect: Expected `T_Chunks`, found `tuple[tuple[Literal[2], Literal[1]], tuple[Literal[2], Literal[2]]]`
[error] invalid-argument-type - Argument to `PandasIndexingAdapter.__init__` is incorrect: Expected `Index[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to `PandasIndexingAdapter.__init__` is incorrect: Expected `Index[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_NBitIntP]]] | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`

yarl (https://github.com/aio-libs/yarl)

tests/test_update_query.py

[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `object`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `object`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `dict[str, int | float | None]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `dict[str, int | float | None]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[tuple[str, bool | None]]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `list[tuple[str, bool | None]]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[b"123"]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `Literal[b"123"]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[tuple[str, ...]] | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `list[tuple[str, ...]] | dict[str, str]`

tests/test_url.py

[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `dict[str, None | Unknown]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `Query`, found `dict[str, None | Unknown]`

tests/test_url_query.py

[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[b"foo=bar"]`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `Query`, found `Literal[b"foo=bar"]`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `Query`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `Query`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `Query`, found `Literal[42]`

yarl/_query.py

[error] invalid-argument-type - Argument to function `query_var` is incorrect: Expected `str | SupportsInt`, found `object`
[error] invalid-argument-type - Argument to function `query_var` is incorrect: Expected `SimpleQuery`, found `object`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/tests/test_sorting.py

[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'I1'> | <class 'I3'> | <class 'I5'> | ... omitted 3 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'I1'> | <class 'I3'> | <class 'I5'> | ... omitted 3 union elements` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'I1'> | None | <class 'I3'> | ... omitted 4 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'I1'> | None | <class 'I3'> | ... omitted 4 union elements` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'zope.interface.tests.test_sorting.I1'> | <class 'zope.interface.tests.m1.I1'>` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'zope.interface.tests.test_sorting.I1'> | <class 'zope.interface.tests.m1.I1'>` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

zulip (https://github.com/zulip/zulip)

analytics/migrations/0001_initial.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`

analytics/migrations/0006_add_subgroup_to_unique_constraints.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str, str]]`

analytics/migrations/0007_remove_interval.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`

confirmation/migrations/0007_add_indexes.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

pgroonga/migrations/0003_v2_api_upgrade.py

[error] invalid-argument-type - Argument to `RunSQL.__init__` is incorrect: Expected `_SqlOperations | None`, found `list[str]`

zerver/migrations/0044_reaction.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str]]`

zerver/migrations/0051_realmalias_add_allow_subdomains.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0070_userhotspot.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0073_custom_profile_fields.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0101_muted_topic.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str]]`

zerver/migrations/0111_botuserstatedata.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0113_default_stream_group.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0115_user_groups.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0120_botuserconfigdata.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0123_userprofile_make_realm_email_pair_unique.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0190_cleanup_pushdevicetoken.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str]]`

zerver/migrations/0225_archived_reaction_model.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str]]`

zerver/migrations/0288_reaction_unique_on_emoji_code.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str] | tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str] | tuple[str, str, str, str]]`

zerver/migrations/0325_alter_realmplayground_unique_together.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str]]`

zerver/migrations/0431_alter_archivedreaction_unique_together_and_more.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`

zerver/migrations/0515_rename_named_group_can_mention_group_namedusergroup_can_mention_group_and_more.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zilencer/migrations/0005_remotepushdevicetoken_fix_uniqueness.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zilencer/migrations/0014_cleanup_pushdevicetoken.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`

zilencer/migrations/0016_remote_counts.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`

zilencer/migrations/0024_remotepushdevicetoken_user_uuid.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str, str]]`

zilencer/migrations/0049_alter_remoterealmbillinguser_unique_together_and_more.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

corporate/lib/stripe.py

[error] unresolved-attribute - Attribute `get_default` is not defined on `ForeignObjectRel` in union `Field[Any, Any] | ForeignObjectRel`
[error] unresolved-attribute - Attribute `get_default` is not defined on `ForeignObjectRel` in union `_AnyField`

zerver/actions/users.py

[error] unresolved-attribute - Attribute `get_default` is not defined on `ForeignObjectRel` in union `Field[Any, Any] | ForeignObjectRel`
[error] unresolved-attribute - Attribute `get_default` is not defined on `ForeignObjectRel` in union `_AnyField`
[error] unresolved-attribute - Attribute `get_default` is not defined on `ForeignObjectRel` in union `Field[Any, Any] | ForeignObjectRel`
[error] unresolved-attribute - Attribute `get_default` is not defined on `ForeignObjectRel` in union `_AnyField`

zerver/migrations/0001_squashed_0569.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/migrations/0067_archived_models.py

[error] invalid-argument-type - Argument to `AlterUniqueTogether.__init__` is incorrect: Expected `_OptionTogetherT | None`, found `set[tuple[str, str]]`

zerver/tests/test_message_dict.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `UserDisplayRecipient` and `str | list[UserDisplayRecipient]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `UserDisplayRecipient` and `DisplayRecipientT`