Summary

Comparing branches/commits:
Old: main (merge base) 84c3ceca
New: 21378/merge 8eda8c2b
Lint Rule Removed Added Changed
Total 321 2414 305
invalid-key 0 1907 122
invalid-assignment 49 504 183
possibly-missing-implicit-call 272 0 0
unused-ignore-comment 0 3 0

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

tanjun/clients.py

[error] invalid-assignment - :2720:13 -
Old: Method `__setitem__` of type `(bound method dict[str, ModuleType].__setitem__(key: str, value: ModuleType, /) -> None) | (bound method dict[Path, ModuleType].__setitem__(key: Path, value: ModuleType, /) -> None)` cannot be called with a key of type `str | Path` and a value of type `@Todo` on object of type `dict[str, ModuleType] | dict[Path, ModuleType]`
New: Method `__setitem__` of type `bound method dict[Path, ModuleType].__setitem__(key: Path, value: ModuleType, /) -> None` cannot be called with a key of type `str | Path` and a value of type `@Todo` on object of type `dict[Path, ModuleType]`
[error] invalid-assignment - :2720:13 - Method `__setitem__` of type `bound method dict[str, ModuleType].__setitem__(key: str, value: ModuleType, /) -> None` cannot be called with a key of type `str | Path` and a value of type `@Todo` on object of type `dict[str, ModuleType]`

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

aiohttp/web_fileresponse.py

[error] invalid-assignment - :322:17 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :358:21 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :378:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :379:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :389:9 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :394:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method

aiohttp/web_response.py

[error] invalid-assignment - :205:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :255:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :259:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :263:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :291:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :294:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :298:13 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :315:9 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :321:9 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :386:17 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :393:25 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :418:21 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :420:17 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :601:17 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :607:25 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :681:21 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :688:21 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :715:9 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :716:9 -
Old: Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `MultiMapping[str]` with no `__setitem__` method

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

apprise/manager.py

[warning] possibly-missing-implicit-call - :236:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :236:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :258:25 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :258:25 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :359:17 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :359:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :539:13 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :539:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :548:13 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :548:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/persistent_store.py

[warning] possibly-missing-implicit-call - :855:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :855:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/plugins/apprise_api.py

[warning] possibly-missing-implicit-call - :344:13 - Method `__setitem__` of type `dict[Unknown | str, Unknown | str] | str` may be missing
[error] invalid-assignment - :344:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/bluesky.py

[warning] possibly-missing-implicit-call - :258:21 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :258:21 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :261:21 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :261:21 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :263:17 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :263:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/d7networks.py

[error] invalid-assignment - :238:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | None | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | None | str]], /) -> None])` cannot be called with a key of type `Literal["originator"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | None | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | None | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | None | str]], /) -> None]` cannot be called with a key of type `Literal["originator"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `list[Unknown | dict[Unknown | str, Unknown | None | str]]`
[warning] possibly-missing-implicit-call - :245:17 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | None | str]` may be missing
[error] invalid-assignment - :245:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :257:17 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | None | str]` may be missing
[error] invalid-assignment - :257:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/dbus.py

[warning] possibly-missing-implicit-call - :427:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :427:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :435:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :435:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :438:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :438:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :442:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :442:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :445:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :445:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/plugins/discord.py

[warning] possibly-missing-implicit-call - :357:25 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown] | str | int | tuple[int, int, int]` may be missing
[error] invalid-assignment - :357:25 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :357:25 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :357:25 - Cannot assign to a subscript on an object of type `tuple[int, int, int]` with no `__setitem__` method

apprise/plugins/email/base.py

[warning] possibly-missing-implicit-call - :525:21 - Method `__setitem__` of type `Unknown | list[Unknown | bool | str] | list[Unknown | str] | list[Unknown | (str & ~AlwaysFalsy)] | tuple[(@Todo & ~AlwaysFalsy) | Literal[False], @Todo]` may be missing
[error] invalid-assignment - :525:21 - Cannot assign to a subscript on an object of type `tuple[(@Todo & ~AlwaysFalsy) | Literal[False], @Todo]` with no `__setitem__` method
[error] invalid-assignment - :1129:17 -
Old: Method `__setitem__` of type `(bound method MIMEMultipart.__setitem__(name: str, val: str) -> None) | (bound method MIMEText.__setitem__(name: str, val: str) -> None)` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEMultipart | MIMEText`
New: Method `__setitem__` of type `bound method MIMEMultipart.__setitem__(name: str, val: str) -> None` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEMultipart`
[error] invalid-assignment - :1129:17 - Method `__setitem__` of type `bound method MIMEText.__setitem__(name: str, val: str) -> None` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEText`
[error] invalid-assignment - :1165:17 -
Old: Method `__setitem__` of type `(bound method MIMEMultipart.__setitem__(name: str, val: str) -> None) | (bound method MIMEText.__setitem__(name: str, val: str) -> None)` cannot be called with a key of type `Unknown` and a value of type `Header` on object of type `MIMEMultipart | MIMEText`
New: Method `__setitem__` of type `bound method MIMEMultipart.__setitem__(name: str, val: str) -> None` cannot be called with a key of type `Unknown` and a value of type `Header` on object of type `MIMEMultipart`
[error] invalid-assignment - :1165:17 - Method `__setitem__` of type `bound method MIMEText.__setitem__(name: str, val: str) -> None` cannot be called with a key of type `Unknown` and a value of type `Header` on object of type `MIMEText`
[error] invalid-assignment - :1167:13 -
Old: Method `__setitem__` of type `(bound method MIMEMultipart.__setitem__(name: str, val: str) -> None) | (bound method MIMEText.__setitem__(name: str, val: str) -> None)` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEMultipart | MIMEText`
New: Method `__setitem__` of type `bound method MIMEMultipart.__setitem__(name: str, val: str) -> None` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEMultipart`
[error] invalid-assignment - :1167:13 - Method `__setitem__` of type `bound method MIMEText.__setitem__(name: str, val: str) -> None` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEText`

apprise/plugins/fcm/__init__.py

[warning] possibly-missing-implicit-call - :421:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :421:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/plugins/glib.py

[warning] possibly-missing-implicit-call - :372:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :372:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :379:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :379:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :383:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :383:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :388:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :388:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :391:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :391:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/plugins/gnome.py

[warning] possibly-missing-implicit-call - :260:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :260:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :268:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :268:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :273:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :273:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/plugins/lametric.py

[warning] possibly-missing-implicit-call - :768:13 - Method `__setitem__` of type `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str] | ... omitted 3 union elements` may be missing
[error] invalid-assignment - :768:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :768:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :768:13 - Cannot assign to a subscript on an object of type `tuple[Unknown | str, Unknown | str, Unknown | str]` with no `__setitem__` method
[error] invalid-assignment - :768:13 - Cannot assign to a subscript on an object of type `tuple[Unknown | str, Unknown | str]` with no `__setitem__` method

apprise/plugins/line.py

[warning] possibly-missing-implicit-call - :174:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown]` may be missing
[error] invalid-assignment - :174:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/macosx.py

[warning] possibly-missing-implicit-call - :240:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :240:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :246:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :246:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :250:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :250:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/plugins/msteams.py

[warning] possibly-missing-implicit-call - :373:17 - Method `__setitem__` of type `Unknown | str | int | dict[Unknown | str, Unknown | None | str]` may be missing
[error] invalid-assignment - :373:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :373:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/notifiarr.py

[warning] possibly-missing-implicit-call - :330:17 - Method `__setitem__` of type `Unknown | int | str | ... omitted 4 union elements` may be missing
[error] invalid-assignment - :330:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :330:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :330:17 - Cannot assign to a subscript on an object of type `tuple[int, int, int]` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :331:17 - Method `__setitem__` of type `Unknown | NotifyType | dict[Unknown | str, Unknown | bool | str] | dict[Unknown | str, Unknown | str | int | ... omitted 4 union elements]` may be missing
[error] invalid-assignment - :331:17 - Cannot assign to a subscript on an object of type `NotifyType` with no `__setitem__` method

apprise/plugins/office365.py

[warning] possibly-missing-implicit-call - :469:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]] | str` may be missing
[error] invalid-assignment - :469:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :489:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]] | str` may be missing
[error] invalid-assignment - :489:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :506:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]] | str` may be missing
[error] invalid-assignment - :506:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :536:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]] | str` may be missing
[error] invalid-assignment - :536:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/pagerduty.py

[warning] possibly-missing-implicit-call - :359:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | bool] | str` may be missing
[error] invalid-assignment - :359:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :362:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | bool] | str` may be missing
[error] invalid-assignment - :362:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :381:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | bool] | str` may be missing
[error] invalid-assignment - :381:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :384:17 - Method `__setitem__` of type `Unknown | str | bool` may be missing
[error] invalid-assignment - :384:17 - Cannot assign to a subscript on an object of type `bool` with no `__setitem__` method
[error] invalid-assignment - :384:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/ryver.py

[warning] possibly-missing-implicit-call - :230:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | None]` may be missing
[error] invalid-assignment - :230:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/sendgrid.py

[warning] possibly-missing-implicit-call - :406:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | None]]] | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :406:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :425:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | None] | str` may be missing
[error] invalid-assignment - :425:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :428:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | None]]] | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :428:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :433:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | None]]] | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :433:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/ses.py

[error] invalid-assignment - :470:13 -
Old: Method `__setitem__` of type `(bound method MIMEMultipart.__setitem__(name: str, val: str) -> None) | (bound method MIMEText.__setitem__(name: str, val: str) -> None)` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEMultipart | MIMEText`
New: Method `__setitem__` of type `bound method MIMEMultipart.__setitem__(name: str, val: str) -> None` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEMultipart`
[error] invalid-assignment - :470:13 - Method `__setitem__` of type `bound method MIMEText.__setitem__(name: str, val: str) -> None` cannot be called with a key of type `Literal["Subject"]` and a value of type `Header` on object of type `MIMEText`

apprise/plugins/smseagle.py

[warning] possibly-missing-implicit-call - :481:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | None]` may be missing
[error] invalid-assignment - :481:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :488:17 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | None]` may be missing
[error] invalid-assignment - :488:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :489:17 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | None]` may be missing
[error] invalid-assignment - :489:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :494:17 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | None]` may be missing
[error] invalid-assignment - :494:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/telegram.py

[warning] possibly-missing-implicit-call - :1161:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1161:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1165:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1165:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1175:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1175:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1179:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1179:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1183:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1183:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1186:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1186:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1190:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1190:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1193:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1193:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1196:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1196:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1201:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1201:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/plugins/whatsapp.py

[warning] possibly-missing-implicit-call - :366:17 - Method `__setitem__` of type `Unknown | str | None` may be missing
[error] invalid-assignment - :366:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :366:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

apprise/plugins/windows.py

[warning] possibly-missing-implicit-call - :275:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :275:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :282:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :282:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

apprise/plugins/xbmc.py

[warning] possibly-missing-implicit-call - :193:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | int] | int` may be missing
[error] invalid-assignment - :193:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :193:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :231:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | int] | int` may be missing
[error] invalid-assignment - :231:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :231:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

tests/test_apprise_config.py

[warning] possibly-missing-implicit-call - :265:5 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :265:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :576:5 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :576:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

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

src/bokeh/core/property/wrappers.py

[error] invalid-assignment - :547:21 -
Old: Cannot assign to object of type `Sequence[Any]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Sequence[Any]` with no `__setitem__` method

src/bokeh/document/document.py

[error] invalid-assignment - :446:13 -
Old: Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["defs"]` and a value of type `list[Unknown]` on object of type `(DocJson & Top[dict[Unknown, Unknown]]) | (Serialized[DocJson] & Top[dict[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `Serialized[DocJson]` with no `__setitem__` method

src/bokeh/model/model.py

[warning] possibly-missing-implicit-call - :342:9 - Method `__setitem__` of type `Unknown | Dict` may be missing
[error] invalid-assignment - :342:9 - Cannot assign to a subscript on an object of type `Dict` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :465:13 - Method `__setitem__` of type `Unknown | Dict` may be missing
[error] invalid-assignment - :465:13 - Cannot assign to a subscript on an object of type `Dict` with no `__setitem__` method

src/bokeh/models/layouts.py

[error] invalid-assignment - :291:13 -
Old: Method `__setitem__` of type `(bound method dict[str, str | None].__setitem__(key: str, value: str | None, /) -> None) | (bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None)` cannot be called with a key of type `Literal["background-color"]` and a value of type `@Todo | str` on object of type `dict[str, str | None] | (Styles & Top[dict[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `Styles` with no `__setitem__` method

src/bokeh/models/sources.py

[warning] possibly-missing-implicit-call - :434:9 - Method `__setitem__` of type `Unknown | Property[Any]` may be missing
[error] invalid-assignment - :434:9 - Cannot assign to a subscript on an object of type `Property[Any]` with no `__setitem__` method

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

cloudinit/cmd/main.py

[warning] possibly-missing-implicit-call - :952:5 - Method `__setitem__` of type `Unknown | None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]` may be missing
[error] invalid-assignment - :952:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :995:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]` may be missing
[error] invalid-assignment - :995:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1003:17 - Method `__setitem__` of type `Unknown | list[Unknown] | dict[Unknown, Unknown] | None` may be missing
[error] invalid-assignment - :1003:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1010:17 - Method `__setitem__` of type `Unknown | list[Unknown] | dict[Unknown, Unknown] | None` may be missing
[error] invalid-assignment - :1010:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

cloudinit/net/network_state.py

[error] invalid-assignment - :340:17 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["dns"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `(Unknown & ~AlwaysFalsy) | (list[Unknown] & ~AlwaysFalsy)`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["dns"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `list[Unknown]`
[error] invalid-assignment - :437:13 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["mac_address"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["mac_address"]` and a value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - :456:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["vlan-raw-device"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["vlan-raw-device"]` and a value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - :457:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["vlan_id"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["vlan_id"]` and a value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - :507:13 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["bond-master"]` and a value of type `Unknown` on object of type `Unknown | None | list[Unknown]`
New: Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :507:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["bond-master"]` and a value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - :558:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["bridge_ports"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["bridge_ports"]` and a value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - :616:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["dns"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `Unknown | list[Unknown]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["dns"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `list[Unknown]`

cloudinit/sources/DataSourceEc2.py

[warning] possibly-missing-implicit-call - :1081:9 - Method `__setitem__` of type `Unknown | int | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1081:9 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1148:9 - Method `__setitem__` of type `Unknown | int | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1148:9 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method

cloudinit/sources/DataSourceNoCloud.py

[warning] possibly-missing-implicit-call - :120:13 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str | None` may be missing
[error] invalid-assignment - :120:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :120:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

cloudinit/sources/DataSourceVMware.py

[error] invalid-key - :1000:48 -
Old: Invalid key for TypedDict `Interface` of type `Literal[0]`
New: Invalid key of type `Literal[0]` for TypedDict `Interface`
[error] invalid-key - :1001:26 -
Old: Invalid key for TypedDict `Interface` of type `Literal[0]`
New: Invalid key of type `Literal[0]` for TypedDict `Interface`
[error] invalid-key - :1008:48 -
Old: Invalid key for TypedDict `Interface` of type `Literal[0]`
New: Invalid key of type `Literal[0]` for TypedDict `Interface`
[error] invalid-key - :1009:26 -
Old: Invalid key for TypedDict `Interface` of type `Literal[0]`
New: Invalid key of type `Literal[0]` for TypedDict `Interface`
[error] invalid-key - :1018:53 -
Old: Invalid key for TypedDict `Interface` of type `Literal[0]`
New: Invalid key of type `Literal[0]` for TypedDict `Interface`
[error] invalid-key - :1028:53 -
Old: Invalid key for TypedDict `Interface` of type `Literal[0]`
New: Invalid key of type `Literal[0]` for TypedDict `Interface`

cloudinit/sources/__init__.py

[warning] possibly-missing-implicit-call - :543:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` may be missing
[error] invalid-assignment - :543:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :546:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` may be missing
[error] invalid-assignment - :546:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :553:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` may be missing
[error] invalid-assignment - :553:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

cloudinit/sources/helpers/aliyun.py

[warning] possibly-missing-implicit-call - :174:9 - Method `__setitem__` of type `Unknown | int | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :174:9 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :202:9 - Method `__setitem__` of type `Unknown | int | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :202:9 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method

cloudinit/sources/helpers/openstack.py

[warning] possibly-missing-implicit-call - :302:17 - Method `__setitem__` of type `Unknown | str | int` may be missing
[error] invalid-assignment - :302:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :302:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :353:17 - Method `__setitem__` of type `Unknown | str | int` may be missing
[error] invalid-assignment - :353:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :353:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

tests/unittests/distros/test_netconfig.py

[warning] possibly-missing-implicit-call - :445:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :445:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

tests/unittests/helpers.py

[error] invalid-assignment - :422:5 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]) | (bound method dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None]].__setitem__(key: Unknown | str, value: Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None], /) -> None) | (bound method dict[Unknown | str, Unknown | bool | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | bool | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["distro"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown | str] | str | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :422:5 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["distro"]` and a value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - :422:5 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["distro"]` and a value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - :424:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | None].__setitem__(key: Unknown | str, value: Unknown | None, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["renderers"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `bool` with no `__setitem__` method
[error] invalid-assignment - :424:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :424:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["renderers"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `list[Unknown]`
[error] invalid-assignment - :426:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | None].__setitem__(key: Unknown | str, value: Unknown | None, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["activators"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `bool` with no `__setitem__` method
[error] invalid-assignment - :426:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :426:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["activators"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `list[Unknown]`

tests/unittests/sources/test_azure.py

[warning] possibly-missing-implicit-call - :2217:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]` may be missing
[error] invalid-assignment - :2217:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :4096:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4158:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Running"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Running"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4281:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Running"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Running"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4405:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4537:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4691:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4823:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4908:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4951:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["PreprovisionedOSDisk"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None]` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["PreprovisionedOSDisk"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`

tests/unittests/sources/test_cloudsigma.py

[error] invalid-assignment - :94:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["base64_fields"]` and a value of type `Literal["cloudinit-user-data"]` on object of type `Unknown | int | dict[Unknown | str, Unknown | str] | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :94:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :94:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["base64_fields"]` and a value of type `Literal["cloudinit-user-data"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :94:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["base64_fields"]` and a value of type `Literal["cloudinit-user-data"]` on object of type `list[Unknown]`
[error] invalid-assignment - :95:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["cloudinit-user-data"]` and a value of type `Literal["aGkgd29ybGQK"]` on object of type `Unknown | int | dict[Unknown | str, Unknown | str] | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :95:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :95:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["cloudinit-user-data"]` and a value of type `Literal["aGkgd29ybGQK"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :95:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["cloudinit-user-data"]` and a value of type `Literal["aGkgd29ybGQK"]` on object of type `list[Unknown]`

tests/unittests/sources/test_init.py

[error] invalid-assignment - :951:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None)` cannot be called with a key of type `Literal["secure"]` and a value of type `Literal["redacted"]` on object of type `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["secure"]` and a value of type `Literal["redacted"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :961:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None)` cannot be called with a key of type `Literal["secure"]` and a value of type `Literal["redacted for non-root user"]` on object of type `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["secure"]` and a value of type `Literal["redacted for non-root user"]` on object of type `list[Unknown | str]`

tests/unittests/sources/test_vultr.py

[warning] possibly-missing-implicit-call - :322:9 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown] | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown] | str] | str]` may be missing
[error] invalid-assignment - :322:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

tests/unittests/test_builtin_handlers.py

[warning] possibly-missing-implicit-call - :343:9 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | str` may be missing
[error] invalid-assignment - :343:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

tests/unittests/test_ds_identify.py

[error] invalid-assignment - :931:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and a value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :931:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and a value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :931:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and a value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :936:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and a value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :936:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and a value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :936:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and a value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `list[Unknown | str]`
[warning] possibly-missing-implicit-call - :950:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | int]` may be missing
[error] invalid-assignment - :950:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :983:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | int]` may be missing
[error] invalid-assignment - :983:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1034:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["etc/cloud/ds-identify.cfg"]` and a value of type `str` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1034:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/ds-identify.cfg"]` and a value of type `str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1034:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/ds-identify.cfg"]` and a value of type `str` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1045:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and a value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1045:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and a value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1045:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and a value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1057:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and a value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1057:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and a value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1057:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and a value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1095:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/dmi/id/product_name"]` and a value of type `Unknown | str` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1095:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["sys/class/dmi/id/product_name"]` and a value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1095:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["sys/class/dmi/id/product_name"]` and a value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1149:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1149:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1149:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1162:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["dev/sr0"]` and a value of type `Literal["No content match"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1162:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["dev/sr0"]` and a value of type `Literal["No content match"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1162:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["dev/sr0"]` and a value of type `Literal["No content match"]` on object of type `list[Unknown | str]`
[warning] possibly-missing-implicit-call - :1180:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | int]` may be missing
[error] invalid-assignment - :1180:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1205:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["20480\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1205:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["20480\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1205:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["20480\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1214:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["204800\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1214:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["204800\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1214:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["204800\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1223:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["18432\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1223:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["18432\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1223:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["18432\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1232:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["2048\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1232:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["2048\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1232:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["sys/class/block/sr0/size"]` and a value of type `Literal["2048\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1264:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["main-printpath"]` and a value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1264:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["main-printpath"]` and a value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1264:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["main-printpath"]` and a value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1284:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1284:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1284:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1299:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1299:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1299:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1314:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1314:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1314:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - :1329:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1329:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1329:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and a value of type `Unknown | str` on object of type `list[Unknown | str]`
[warning] possibly-missing-implicit-call - :1344:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | int]` may be missing
[error] invalid-assignment - :1344:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1350:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | int]` may be missing
[error] invalid-assignment - :1350:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1409:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["Not Oracle"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :1409:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]` cannot be called with a key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["Not Oracle"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - :1409:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["Not Oracle"]` on object of type `list[Unknown | str]`
[warning] possibly-missing-implicit-call - :1457:17 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | int]` may be missing
[error] invalid-assignment - :1457:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

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

homeassistant/auth/mfa_modules/notify.py

[warning] possibly-missing-implicit-call - :179:9 - Method `__setitem__` of type `dict[str, NotifySetting] | None` may be missing
[error] invalid-assignment - :179:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

homeassistant/auth/permissions/merge.py

[error] invalid-assignment - :63:13 -
Old: Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Never` and a value of type `CategoryType` on object of type `Mapping[str, SubCategoryType] & Top[dict[Unknown, Unknown]]`
New: Cannot assign to a subscript on an object of type `Mapping[str, SubCategoryType]` with no `__setitem__` method

homeassistant/components/alexa/auth.py

[warning] possibly-missing-implicit-call - :171:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :171:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :173:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :173:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :175:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :175:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

homeassistant/components/asuswrt/diagnostics.py

[error] invalid-assignment - :65:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | None | dict[Unknown, Unknown]]` on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | None | dict[Unknown, Unknown]]` on object of type `list[Unknown]`

homeassistant/components/bluetooth/passive_update_processor.py

[error] invalid-assignment - :667:36 - Cannot assign value of type `str` to key of type `Never` on TypedDict `DeviceInfo`

homeassistant/components/google_assistant/helpers.py

[error] invalid-assignment - :622:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown].__setitem__(key: Unknown | str, value: Unknown, /) -> None) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: str | Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[str | Unknown], /) -> None])` cannot be called with a key of type `Literal["nicknames"]` and a value of type `list[Unknown]` on object of type `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[str | Unknown]`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :622:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: str | Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[str | Unknown], /) -> None]` cannot be called with a key of type `Literal["nicknames"]` and a value of type `list[Unknown]` on object of type `list[str | Unknown]`

homeassistant/components/html5/notify.py

[warning] possibly-missing-implicit-call - :484:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :484:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

homeassistant/components/lovelace/dashboard.py

[warning] possibly-missing-implicit-call - :155:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :155:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

homeassistant/components/media_player/__init__.py

[error] invalid-assignment - :1219:31 - Cannot assign value of type `tuple[bytes | None, str | None]` to key of type `Never` on TypedDict `_CacheImage`

homeassistant/components/microsoft_face_detect/image_processing.py

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

homeassistant/components/mqtt/debug_info.py

[error] invalid-assignment - :64:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, SubscriptionDebugInfo].__setitem__(key: str, value: SubscriptionDebugInfo, /) -> None)` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | int | deque[Unknown]]` on object of type `Unknown | dict[str, SubscriptionDebugInfo]`
New: Method `__setitem__` of type `bound method dict[str, SubscriptionDebugInfo].__setitem__(key: str, value: SubscriptionDebugInfo, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | int | deque[Unknown]]` on object of type `dict[str, SubscriptionDebugInfo]`
[error] invalid-assignment - :120:5 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[tuple[str, str], TriggerDebugInfo].__setitem__(key: tuple[str, str], value: TriggerDebugInfo, /) -> None)` cannot be called with a key of type `tuple[str, str]` and a value of type `dict[Unknown | str, Unknown | str | dict[str, Any]]` on object of type `Unknown | dict[tuple[str, str], TriggerDebugInfo]`
New: Method `__setitem__` of type `bound method dict[tuple[str, str], TriggerDebugInfo].__setitem__(key: tuple[str, str], value: TriggerDebugInfo, /) -> None` cannot be called with a key of type `tuple[str, str]` and a value of type `dict[Unknown | str, Unknown | str | dict[str, Any]]` on object of type `dict[tuple[str, str], TriggerDebugInfo]`

homeassistant/components/mqtt/discovery.py

[error] invalid-assignment - :544:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[tuple[str, str], PendingDiscovered].__setitem__(key: tuple[str, str], value: PendingDiscovered, /) -> None)` cannot be called with a key of type `tuple[str, str]` and a value of type `dict[Unknown | str, Unknown | (() -> None) | deque[Unknown]]` on object of type `Unknown | dict[tuple[str, str], PendingDiscovered]`
New: Method `__setitem__` of type `bound method dict[tuple[str, str], PendingDiscovered].__setitem__(key: tuple[str, str], value: PendingDiscovered, /) -> None` cannot be called with a key of type `tuple[str, str]` and a value of type `dict[Unknown | str, Unknown | (() -> None) | deque[Unknown]]` on object of type `dict[tuple[str, str], PendingDiscovered]`

homeassistant/components/neato/vacuum.py

[warning] possibly-missing-implicit-call - :298:13 - Method `__setitem__` of type `DeviceInfo | None` may be missing
[error] invalid-assignment - :298:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :299:13 - Method `__setitem__` of type `DeviceInfo | None` may be missing
[error] invalid-assignment - :299:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :300:13 - Method `__setitem__` of type `DeviceInfo | None` may be missing
[error] invalid-assignment - :300:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

homeassistant/components/owntracks/messages.py

[warning] possibly-missing-implicit-call - :74:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :74:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :76:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :76:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :78:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :78:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :80:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :80:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :82:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :82:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

homeassistant/components/sonos/__init__.py

[error] invalid-assignment - :374:21 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, SonosAlarms].__setitem__(key: str, value: SonosAlarms, /) -> None) | (bound method dict[str, SonosFavorites].__setitem__(key: str, value: SonosFavorites, /) -> None)` cannot be called with a key of type `Unknown` and a value of type `SonosAlarms | SonosFavorites` on object of type `Unknown | dict[str, SonosAlarms] | dict[str, SonosFavorites]`
New: Method `__setitem__` of type `bound method dict[str, SonosAlarms].__setitem__(key: str, value: SonosAlarms, /) -> None` cannot be called with a key of type `Unknown` and a value of type `SonosAlarms | SonosFavorites` on object of type `dict[str, SonosAlarms]`
[error] invalid-assignment - :374:21 - Method `__setitem__` of type `bound method dict[str, SonosFavorites].__setitem__(key: str, value: SonosFavorites, /) -> None` cannot be called with a key of type `Unknown` and a value of type `SonosAlarms | SonosFavorites` on object of type `dict[str, SonosFavorites]`

homeassistant/components/thread/diagnostics.py

[error] invalid-assignment - :198:21 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[str], /) -> None]) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None)` cannot be called with a key of type `str` and a value of type `Unknown` on object of type `Unknown | str | (list[str] & ~AlwaysFalsy) | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :198:21 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :198:21 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `str` and a value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - :198:21 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[str], /) -> None]` cannot be called with a key of type `str` and a value of type `Unknown` on object of type `list[str]`

homeassistant/components/vilfo/config_flow.py

[warning] possibly-missing-implicit-call - :58:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :58:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :59:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :59:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :61:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :61:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :62:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :62:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

homeassistant/helpers/storage.py

[error] invalid-assignment - :392:13 -
Old: Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (bound method dict[str, JsonValueType].__setitem__(key: str, value: dict[str, Any] | list[Any] | str | ... omitted 3 union elements, /) -> None) | (Overload[(key: SupportsIndex, value: dict[str, Any] | list[Any] | str | ... omitted 3 union elements, /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[str, Any] | list[Any] | str | ... omitted 3 union elements], /) -> None])` cannot be called with a key of type `Literal["minor_version"]` and a value of type `Literal[1]` on object of type `dict[str, Any] | Unknown | dict[str, JsonValueType] | ... omitted 5 union elements`
New: Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :392:13 - Cannot assign to a subscript on an object of type `float` with no `__setitem__` method
[error] invalid-assignment - :392:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :392:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :392:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[str, Any] | list[Any] | str | ... omitted 3 union elements, /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[str, Any] | list[Any] | str | ... omitted 3 union elements], /) -> None]` cannot be called with a key of type `Literal["minor_version"]` and a value of type `Literal[1]` on object of type `list[JsonValueType]`

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

cwltool/cwlprov/ro.py

[error] invalid-assignment - :665:25 - Method `__setitem__` of type `Overload[(index: int, value: @Todo) -> None, (index: slice[Any, Any, Any], value: Iterable[@Todo]) -> None]` cannot be called with a key of type `Literal["checksum"]` and a value of type `str` on object of type `MutableSequence[@Todo]`
[error] invalid-assignment - :667:17 - Method `__setitem__` of type `Overload[(index: int, value: @Todo) -> None, (index: slice[Any, Any, Any], value: Iterable[@Todo]) -> None]` cannot be called with a key of type `Literal["location"]` and a value of type `str` on object of type `MutableSequence[@Todo]`

cwltool/load_tool.py

[error] invalid-assignment - :176:33 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Unknown | str` and a value of type `str` on object of type `(@Todo & Top[MutableMapping[Unknown, Unknown]]) | (MutableSequence[@Todo | str | int] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :176:33 - Method `__setitem__` of type `Overload[(index: int, value: @Todo | str | int) -> None, (index: slice[Any, Any, Any], value: Iterable[@Todo | str | int]) -> None]` cannot be called with a key of type `Unknown | str` and a value of type `str` on object of type `MutableSequence[@Todo | str | int]`
[error] invalid-assignment - :190:25 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["stdin"]` and a value of type `str` on object of type `(@Todo & Top[MutableMapping[Unknown, Unknown]]) | (MutableSequence[@Todo | str | int] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :190:25 - Method `__setitem__` of type `Overload[(index: int, value: @Todo | str | int) -> None, (index: slice[Any, Any, Any], value: Iterable[@Todo | str | int]) -> None]` cannot be called with a key of type `Literal["stdin"]` and a value of type `str` on object of type `MutableSequence[@Todo | str | int]`

cwltool/main.py

[error] invalid-assignment - :280:21 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["type"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (@Todo & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :291:17 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["type"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (@Todo & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :299:17 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["type"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (@Todo & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :305:17 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["items"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (@Todo & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :313:17 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["fields"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (@Todo & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

cwltool/utils.py

[error] invalid-assignment - :186:13 - Method `__setitem__` of type `Overload[(index: int, value: Any) -> None, (index: slice[Any, Any, Any], value: Iterable[Any]) -> None]` cannot be called with a key of type `str | @Todo` and a value of type `str | MutableSequence[Any] | MutableMapping[str, Any]` on object of type `MutableSequence[Any]`

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

benchmarks/set_http_meta/scenario.py

[warning] possibly-missing-implicit-call - :74:13 - Method `__setitem__` of type `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :74:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :74:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :80:13 - Method `__setitem__` of type `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :80:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :80:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

ddtrace/appsec/_iast/taint_sinks/code_injection.py

[warning] possibly-missing-implicit-call - :115:17 - Method `__setitem__` of type `None | Unknown | dict[str, Any]` may be missing
[error] invalid-assignment - :115:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

ddtrace/contrib/internal/asgi/middleware.py

[error] invalid-assignment - :434:21 -
Old: Cannot assign to object of type `Mapping[str, Any]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, Any]` with no `__setitem__` method
[error] invalid-assignment - :435:21 -
Old: Cannot assign to object of type `Mapping[str, Any]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, Any]` with no `__setitem__` method
[error] invalid-assignment - :438:21 -
Old: Cannot assign to object of type `Mapping[str, Any]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, Any]` with no `__setitem__` method
[error] invalid-assignment - :441:21 -
Old: Cannot assign to object of type `Mapping[str, Any]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, Any]` with no `__setitem__` method

ddtrace/internal/remoteconfig/client.py

[error] invalid-assignment - :109:17 -
Old: Cannot assign to object of type `Mapping[str, Key]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, Key]` with no `__setitem__` method
[error] invalid-assignment - :112:17 -
Old: Cannot assign to object of type `Mapping[str, Role]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, Role]` with no `__setitem__` method
[error] invalid-assignment - :151:17 -
Old: Cannot assign to object of type `Mapping[str, TargetDesc]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, TargetDesc]` with no `__setitem__` method

ddtrace/vendor/ply/yacc.py

[warning] possibly-missing-implicit-call - :2716:13 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | None` may be missing
[error] invalid-assignment - :2716:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :2718:13 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | None` may be missing
[error] invalid-assignment - :2718:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

tests/contrib/openai/utils.py

[warning] possibly-missing-implicit-call - :113:1 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str | float | list[Unknown | str]]]` may be missing
[error] invalid-assignment - :113:1 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :114:1 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str | float | list[Unknown | str]]]` may be missing
[error] invalid-assignment - :114:1 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

tests/internal/remoteconfig/test_remoteconfig_client_e2e.py

[error] invalid-assignment - :61:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (bound method dict[Unknown | str, Unknown | str | list[Unknown] | None].__setitem__(key: Unknown | str, value: Unknown | str | list[Unknown] | None, /) -> None) | (bound method dict[Unknown | str, Unknown | int | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | int | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["backend_client_state"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `Unknown | list[Unknown | str] | bool | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `bool` with no `__setitem__` method
[error] invalid-assignment - :61:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :61:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["backend_client_state"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `list[Unknown | str]`
[error] invalid-assignment - :63:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (bound method dict[Unknown | str, Unknown | str | list[Unknown] | None].__setitem__(key: Unknown | str, value: Unknown | str | list[Unknown] | None, /) -> None) | (bound method dict[Unknown | str, Unknown | int | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | int | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["error"]` and a value of type `Unknown | None` on object of type `Unknown | list[Unknown | str] | bool | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `bool` with no `__setitem__` method
[error] invalid-assignment - :63:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :63:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["error"]` and a value of type `Unknown | None` on object of type `list[Unknown | str]`

tests/llmobs/_utils.py

[warning] possibly-missing-implicit-call - :245:9 - Method `__setitem__` of type `Unknown | str | _Meta | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :245:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :291:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["tag"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown | str]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["tag"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :293:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["span"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown | str]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["span"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `list[Unknown | str]`

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

discord/gateway.py

[warning] possibly-missing-implicit-call - :466:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | str | None | dict[Unknown | str, Unknown | str] | int]` may be missing
[error] invalid-assignment - :466:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :470:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | str | None | dict[Unknown | str, Unknown | str] | int]` may be missing
[error] invalid-assignment - :470:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :478:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | str | None | dict[Unknown | str, Unknown | str] | int]` may be missing
[error] invalid-assignment - :478:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :735:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :735:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :738:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :738:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :741:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :741:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method

discord/message.py

[error] invalid-key - :2404:30 -
Old: Invalid key for TypedDict `Message` of type `str`
New: Invalid key of type `str` for TypedDict `Message`

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

dragonchain/job_processor/contract_job.py

[warning] possibly-missing-implicit-call - :121:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :121:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :122:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :122:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :127:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :127:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :128:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :128:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :129:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :129:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :130:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :130:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :131:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :131:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :132:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :132:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

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

freqtrade/freqai/freqai_interface.py

[error] invalid-assignment - :890:21 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None)` cannot be called with a key of type `Unknown | str` and a value of type `Series[Any]` on object of type `Unknown | dict[str, DataFrame]`
New: Method `__setitem__` of type `bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None` cannot be called with a key of type `Unknown | str` and a value of type `Series[Any]` on object of type `dict[str, DataFrame]`

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

ibis/backends/impala/metadata.py

[warning] possibly-missing-implicit-call - :192:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :192:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :235:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :235:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

ibis/expr/datatypes/tests/test_core.py

[error] invalid-assignment - :422:9 -
Old: Cannot assign to object of type `Struct` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Struct` with no `__setitem__` method

ibis/expr/types/relations.py

[error] invalid-assignment - :1414:21 -
Old: Cannot assign to object of type `Scalar | Deferred | Sequence[Scalar | Deferred] | None` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Deferred` with no `__setitem__` method
[error] invalid-assignment - :1414:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :1414:21 - Cannot assign to a subscript on an object of type `Scalar` with no `__setitem__` method
[error] invalid-assignment - :1414:21 - Cannot assign to a subscript on an object of type `Sequence[Scalar | Deferred]` with no `__setitem__` method
[error] invalid-assignment - :1416:21 -
Old: Cannot assign to object of type `Scalar | Deferred | Sequence[Scalar | Deferred] | None` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Deferred` with no `__setitem__` method
[error] invalid-assignment - :1416:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :1416:21 - Cannot assign to a subscript on an object of type `Scalar` with no `__setitem__` method
[error] invalid-assignment - :1416:21 - Cannot assign to a subscript on an object of type `Sequence[Scalar | Deferred]` with no `__setitem__` method

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

jax/_src/error_check.py

[warning] possibly-missing-implicit-call - :205:3 - Method `__setitem__` of type `Ref | None` may be missing
[error] invalid-assignment - :205:3 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :367:5 - Method `__setitem__` of type `Ref | None` may be missing
[error] invalid-assignment - :367:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

jax/_src/pallas/mosaic/pipeline.py

[warning] possibly-missing-implicit-call - :808:7 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :808:7 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :808:7 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :809:7 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :809:7 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :809:7 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :814:7 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :814:7 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :814:7 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :815:7 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :815:7 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :815:7 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :817:7 - Method `__setitem__` of type `MemoryRef | Array` may be missing
[error] invalid-assignment - :817:7 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :930:9 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :930:9 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :930:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :932:9 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :932:9 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :932:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :939:9 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :939:9 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :939:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :941:9 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :941:9 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :941:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :950:7 - Method `__setitem__` of type `MemoryRef | Array` may be missing
[error] invalid-assignment - :950:7 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :971:7 - Method `__setitem__` of type `MemoryRef | Array` may be missing
[error] invalid-assignment - :971:7 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1042:9 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :1042:9 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :1042:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1044:9 - Method `__setitem__` of type `MemoryRef | Array | None` may be missing
[error] invalid-assignment - :1044:9 - Cannot assign to a subscript on an object of type `MemoryRef` with no `__setitem__` method
[error] invalid-assignment - :1044:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

jax/experimental/mosaic/gpu/fragmented_array.py

[error] invalid-assignment - :444:7 -
Old: Cannot assign to object of type `tuple[int, ...]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `tuple[int, ...]` with no `__setitem__` method
[error] invalid-assignment - :446:7 -
Old: Cannot assign to object of type `tuple[int, ...]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `tuple[int, ...]` with no `__setitem__` method
[error] invalid-assignment - :447:5 -
Old: Cannot assign to object of type `tuple[int, ...]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `tuple[int, ...]` with no `__setitem__` method

kopf (https://github.com/nolar/kopf)

kopf/_cogs/structs/credentials.py

[warning] possibly-missing-implicit-call - :164:25 - Method `__setitem__` of type `dict[str, object] | None` may be missing
[error] invalid-assignment - :164:25 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

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

manticore/platforms/decree.py

[error] invalid-assignment - :850:13 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None])` cannot be called with a key of type `Unknown | int | None` and a value of type `Unknown | int` on object of type `Unknown | list[Unknown | None]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None]` cannot be called with a key of type `Unknown | int | None` and a value of type `Unknown | int` on object of type `list[Unknown | None]`
[error] invalid-assignment - :852:13 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None])` cannot be called with a key of type `Unknown | int | None` and a value of type `None` on object of type `Unknown | list[Unknown | None]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None]` cannot be called with a key of type `Unknown | int | None` and a value of type `None` on object of type `list[Unknown | None]`

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

misc/python/materialize/cli/orchestratord.py

[warning] possibly-missing-implicit-call - :308:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown]` may be missing
[error] invalid-assignment - :308:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :311:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown]` may be missing
[error] invalid-assignment - :311:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

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

mesonbuild/build.py

[error] invalid-assignment - :687:17 -
Old: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: str | Literal[False], /) -> None, (key: slice[Any, Any, Any], value: Iterable[str | Literal[False]], /) -> None]` cannot be called with a key of type `Literal[0]` and a value of type `str | None` on object of type `list[str | Literal[False]] & ~AlwaysFalsy`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: str | Literal[False], /) -> None, (key: slice[Any, Any, Any], value: Iterable[str | Literal[False]], /) -> None]` cannot be called with a key of type `Literal[0]` and a value of type `str | None` on object of type `list[str | Literal[False]]`
[error] invalid-key - :1346:27 -
Old: Invalid key for TypedDict `ExecutableKeywordArguments` of type `Literal["pic", "pie"]`
New: Invalid key of type `Literal["pic", "pie"]` for TypedDict `ExecutableKeywordArguments`
[error] invalid-key - :1346:27 -
Old: Invalid key for TypedDict `StaticLibraryKeywordArguments` of type `Literal["pic", "pie"]`
New: Invalid key of type `Literal["pic", "pie"]` for TypedDict `ExecutableKeywordArguments`
[error] invalid-key - :1346:27 - Invalid key of type `Literal["pic", "pie"]` for TypedDict `StaticLibraryKeywordArguments`

mesonbuild/interpreter/interpreter.py

[error] invalid-assignment - :1523:21 -
Old: Cannot assign to object of type `object` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `object` with no `__setitem__` method
[error] invalid-key - :1818:24 -
Old: Invalid key for TypedDict `Executable` of type `Unknown | str`
New: Invalid key of type `Unknown | str` for TypedDict `Executable`
[error] invalid-key - :2634:36 -
Old: Invalid key for TypedDict `ConfigureFile` of type `Unknown | str`
New: Invalid key of type `Unknown | str` for TypedDict `ConfigureFile`
[error] invalid-assignment - :3255:9 -
Old: Method `__setitem__` of type `Unknown | (bound method OrderedDict[str, CustomTarget | BuildTarget].__setitem__(key: str, value: CustomTarget | BuildTarget, /) -> None)` cannot be called with a key of type `str` and a value of type `Target` on object of type `Unknown | OrderedDict[str, CustomTarget | BuildTarget]`
New: Method `__setitem__` of type `bound method OrderedDict[str, CustomTarget | BuildTarget].__setitem__(key: str, value: CustomTarget | BuildTarget, /) -> None` cannot be called with a key of type `str` and a value of type `Target` on object of type `OrderedDict[str, CustomTarget | BuildTarget]`
[error] invalid-assignment - :3447:9 - Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["rust", "c"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["rust", "c"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | @Todo | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["dependencies"]` and a value of type `list[Unknown]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-key - :3447:16 - Invalid key for TypedDict `Executable`: Unknown key "dependencies"
[error] invalid-key - :3447:16 - Invalid key for TypedDict `Jar`: Unknown key "dependencies"
[error] invalid-key - :3447:16 - Invalid key for TypedDict `SharedLibrary`: Unknown key "dependencies"
[error] invalid-key - :3447:16 - Invalid key for TypedDict `SharedModule`: Unknown key "dependencies"
[error] invalid-key - :3447:16 - Invalid key for TypedDict `StaticLibrary`: Unknown key "dependencies"
[error] invalid-assignment - :3449:9 - Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["rust", "c"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["rust", "c"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | @Todo | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["extra_files"]` and a value of type `list[File]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-assignment - :3449:33 - Invalid assignment to key "extra_files" with declared type `list[File | str]` on TypedDict `Executable`: value of type `list[File]`
[error] invalid-assignment - :3449:33 - Invalid assignment to key "extra_files" with declared type `list[File | str]` on TypedDict `Jar`: value of type `list[File]`
[error] invalid-assignment - :3449:33 - Invalid assignment to key "extra_files" with declared type `list[File | str]` on TypedDict `SharedLibrary`: value of type `list[File]`
[error] invalid-assignment - :3449:33 - Invalid assignment to key "extra_files" with declared type `list[File | str]` on TypedDict `SharedModule`: value of type `list[File]`
[error] invalid-assignment - :3449:33 - Invalid assignment to key "extra_files" with declared type `list[File | str]` on TypedDict `StaticLibrary`: value of type `list[File]`
[error] invalid-assignment - :3479:13 - Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["rust", "c"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["rust", "c"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | @Todo | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["d_import_dirs"]` and a value of type `list[IncludeDirs]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-key - :3479:20 - Invalid key for TypedDict `Jar`: Unknown key "d_import_dirs"
[error] invalid-assignment - :3479:39 - Invalid assignment to key "d_import_dirs" with declared type `list[str | IncludeDirs]` on TypedDict `Executable`: value of type `list[IncludeDirs]`
[error] invalid-assignment - :3479:39 - Invalid assignment to key "d_import_dirs" with declared type `list[str | IncludeDirs]` on TypedDict `SharedLibrary`: value of type `list[IncludeDirs]`
[error] invalid-assignment - :3479:39 - Invalid assignment to key "d_import_dirs" with declared type `list[str | IncludeDirs]` on TypedDict `SharedModule`: value of type `list[IncludeDirs]`
[error] invalid-assignment - :3479:39 - Invalid assignment to key "d_import_dirs" with declared type `list[str | IncludeDirs]` on TypedDict `StaticLibrary`: value of type `list[IncludeDirs]`
[error] invalid-assignment - :3516:9 - Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["rust", "c"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["rust", "c"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_crate_type"], value: Literal["bin", "lib", "rlib", "dylib", "cdylib", "staticlib", "proc-macro"] | None, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[File | str], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | @Todo | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["include_directories"]` and a value of type `list[IncludeDirs]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-key - :3516:16 - Invalid key for TypedDict `Executable`: Unknown key "include_directories"
[error] invalid-key - :3516:16 - Invalid key for TypedDict `Jar`: Unknown key "include_directories"
[error] invalid-key - :3516:16 - Invalid key for TypedDict `SharedLibrary`: Unknown key "include_directories"
[error] invalid-key - :3516:16 - Invalid key for TypedDict `SharedModule`: Unknown key "include_directories"
[error] invalid-key - :3516:16 - Invalid key for TypedDict `StaticLibrary`: Unknown key "include_directories"

unittests/allplatformstests.py

[warning] possibly-missing-implicit-call - :3117:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | dict[str | Unknown, Any]] | ... omitted 5 union elements` may be missing
[error] invalid-assignment - :3117:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :3143:21 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str | dict[str | Unknown, Any]] | ... omitted 5 union elements` may be missing
[error] invalid-assignment - :3143:21 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

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

mitmproxy/addons/savehar.py

[error] invalid-assignment - :206:17 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]) | (bound method dict[Unknown | str, Unknown | int].__setitem__(key: Unknown | str, value: Unknown | int, /) -> None)` cannot be called with a key of type `Literal["text"]` and a value of type `str` on object of type `Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :206:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :206:17 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]` cannot be called with a key of type `Literal["text"]` and a value of type `str` on object of type `list[dict[Unknown, Unknown]]`
[error] invalid-assignment - :207:17 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]) | (bound method dict[Unknown | str, Unknown | int].__setitem__(key: Unknown | str, value: Unknown | int, /) -> None)` cannot be called with a key of type `Literal["encoding"]` and a value of type `Literal["base64"]` on object of type `Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :207:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :207:17 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]` cannot be called with a key of type `Literal["encoding"]` and a value of type `Literal["base64"]` on object of type `list[dict[Unknown, Unknown]]`
[error] invalid-assignment - :211:21 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]) | (bound method dict[Unknown | str, Unknown | int].__setitem__(key: Unknown | str, value: Unknown | int, /) -> None)` cannot be called with a key of type `Literal["text"]` and a value of type `Literal[""]` on object of type `Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :211:21 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :211:21 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]` cannot be called with a key of type `Literal["text"]` and a value of type `Literal[""]` on object of type `list[dict[Unknown, Unknown]]`
[error] invalid-assignment - :213:21 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]) | (bound method dict[Unknown | str, Unknown | int].__setitem__(key: Unknown | str, value: Unknown | int, /) -> None)` cannot be called with a key of type `Literal["text"]` and a value of type `str` on object of type `Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :213:21 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :213:21 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]` cannot be called with a key of type `Literal["text"]` and a value of type `str` on object of type `list[dict[Unknown, Unknown]]`

mitmproxy/io/compat.py

[warning] possibly-missing-implicit-call - :324:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str | ... omitted 3 union elements` may be missing
[error] invalid-assignment - :324:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :324:9 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :324:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

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

pymongo/asynchronous/server.py

[warning] possibly-missing-implicit-call - :275:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | Int64 | str] | int` may be missing
[error] invalid-assignment - :275:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :277:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | Int64 | str] | int` may be missing
[error] invalid-assignment - :277:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method

pymongo/synchronous/server.py

[warning] possibly-missing-implicit-call - :275:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | Int64 | str] | int` may be missing
[error] invalid-assignment - :275:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :277:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | Int64 | str] | int` may be missing
[error] invalid-assignment - :277:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method

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

more_itertools/more.py

[warning] possibly-missing-implicit-call - :5392:21 - Method `__setitem__` of type `Unknown | list[Unknown | None] | None` may be missing
[error] invalid-assignment - :5392:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :5393:21 - Method `__setitem__` of type `Unknown | list[Unknown | None] | None` may be missing
[error] invalid-assignment - :5393:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

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

mypy/report.py

[error] invalid-assignment - :685:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None)` cannot be called with a key of type `bytes` and a value of type `Unknown` on object of type `Unknown | dict[str, Any]`
New: Method `__setitem__` of type `bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None` cannot be called with a key of type `bytes` and a value of type `Unknown` on object of type `dict[str, Any]`

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

openlibrary/plugins/openlibrary/lists.py

[error] invalid-assignment - :439:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown].__setitem__(key: Unknown | str, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["next"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown] | int | list[Unknown]`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :439:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["next"]` and a value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - :443:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown].__setitem__(key: Unknown | str, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["prev"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown] | int | list[Unknown]`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :443:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["prev"]` and a value of type `Unknown` on object of type `list[Unknown]`

openlibrary/plugins/worksearch/code.py

[error] invalid-key - :624:33 -
Old: Invalid key for TypedDict `SolrDocument` of type `str`
New: Invalid key of type `str` for TypedDict `SolrDocument`

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

paasta_tools/paastaapi/api_client.py

[warning] possibly-missing-implicit-call - :713:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown] | list[Unknown]` may be missing
[error] invalid-assignment - :713:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :717:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown] | list[Unknown]` may be missing
[error] invalid-assignment - :717:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :722:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown] | list[Unknown]` may be missing
[error] invalid-assignment - :722:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :725:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown] | list[Unknown]` may be missing
[error] invalid-assignment - :725:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

paasta_tools/paastaapi/model_utils.py

[error] invalid-assignment - :169:9 -
Old: Cannot assign to object of type `Self@__setattr__` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Self@__setattr__` with no `__setitem__` method

paasta_tools/setup_kubernetes_cr.py

[warning] possibly-missing-implicit-call - :307:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :307:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :311:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :311:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :314:9 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :314:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :317:5 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :317:5 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :318:5 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :318:5 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :319:5 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :319:5 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :320:5 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :320:5 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :321:5 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :321:5 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

paasta_tools/tron/client.py

[warning] possibly-missing-implicit-call - :50:17 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-assignment - :50:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

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

pandas/core/generic.py

[error] invalid-assignment - :6192:21 -
Old: Cannot assign to object of type `Self@__setattr__` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Self@__setattr__` with no `__setitem__` method
[error] invalid-assignment - :7150:25 -
Old: Cannot assign to object of type `Self@fillna` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Self@fillna` with no `__setitem__` method
[error] invalid-assignment - :7160:33 -
Old: Cannot assign to object of type `Self@fillna` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Self@fillna` with no `__setitem__` method

pandas/io/sql.py

[warning] possibly-missing-implicit-call - :1320:21 - Method `__setitem__` of type `Unknown | None | DataFrame` may be missing
[error] invalid-assignment - :1320:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1333:21 - Method `__setitem__` of type `Unknown | None | DataFrame` may be missing
[error] invalid-assignment - :1333:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1336:21 - Method `__setitem__` of type `Unknown | None | DataFrame` may be missing
[error] invalid-assignment - :1336:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1342:21 - Method `__setitem__` of type `Unknown | None | DataFrame` may be missing
[error] invalid-assignment - :1342:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1346:25 - Method `__setitem__` of type `Unknown | None | DataFrame` may be missing
[error] invalid-assignment - :1346:25 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

pandas/tests/frame/test_arithmetic.py

[warning] possibly-missing-implicit-call - :593:13 - Method `__setitem__` of type `None | dict[Unknown | str, Unknown | str | None] | dict[Unknown | str, Unknown | None]` may be missing
[error] invalid-assignment - :593:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

pandas/tests/io/json/test_json_table_schema.py

[warning] possibly-missing-implicit-call - :132:9 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | str` may be missing
[error] invalid-assignment - :132:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

parso (https://github.com/davidhalter/parso)

parso/pgen2/generator.py

[error] invalid-assignment - :100:9 -
Old: Cannot assign to object of type `Mapping[str, DFAState[Unknown]]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, DFAState[Unknown]]` with no `__setitem__` method
[error] invalid-assignment - :105:17 -
Old: Cannot assign to object of type `Mapping[str, DFAState[Unknown]]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, DFAState[Unknown]]` with no `__setitem__` method

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

src/pip/_vendor/requests/models.py

[warning] possibly-missing-implicit-call - :549:17 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[error] invalid-assignment - :549:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :551:17 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[error] invalid-assignment - :551:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :568:17 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[error] invalid-assignment - :568:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :579:17 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[error] invalid-assignment - :579:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :586:13 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[error] invalid-assignment - :586:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :628:13 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[error] invalid-assignment - :628:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

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

src/poetry/utils/env/mock_env.py

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

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

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

[warning] possibly-missing-implicit-call - :380:13 - Method `__setitem__` of type `dict[str, CursorResult[Unknown]] | None` may be missing
[error] invalid-assignment - :380:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

src/prefect/deployments/base.py

[warning] possibly-missing-implicit-call - :50:5 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :50:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :51:5 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :51:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

src/prefect/deployments/steps/core.py

[error] invalid-assignment - :211:17 -
Old: Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None)` cannot be called with a key of type `Unknown | None` and a value of type `dict[str, Any]` on object of type `(dict[str, Any] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
New: Method `__setitem__` of type `bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None` cannot be called with a key of type `Unknown | None` and a value of type `dict[str, Any]` on object of type `dict[str, Any]`

src/prefect/runner/storage.py

[error] invalid-assignment - :222:17 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: Literal["username"], value: str, /) -> None, (key: Literal["access_token"], value: str | Secret[str], /) -> None])` cannot be called with a key of type `str | Unknown` and a value of type `object` on object of type `dict[str, Any] | (Unknown & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block) | (GitCredentials & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block)`
[error] invalid-assignment - :224:17 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: Literal["username"], value: str, /) -> None, (key: Literal["access_token"], value: str | Secret[str], /) -> None])` cannot be called with a key of type `str | Unknown` and a value of type `str` on object of type `dict[str, Any] | (Unknown & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block) | (GitCredentials & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block)`
[error] invalid-assignment - :268:25 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: Literal["username"], value: str, /) -> None, (key: Literal["access_token"], value: str | Secret[str], /) -> None])` cannot be called with a key of type `str | Unknown` and a value of type `object` on object of type `dict[str, Any] | (Unknown & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block) | (GitCredentials & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block)`
[error] invalid-assignment - :270:25 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: Literal["username"], value: str, /) -> None, (key: Literal["access_token"], value: str | Secret[str], /) -> None])` cannot be called with a key of type `str | Unknown` and a value of type `str` on object of type `dict[str, Any] | (Unknown & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block) | (GitCredentials & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block)`

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

psycopg/psycopg/_adapters_map.py

[error] invalid-assignment - :147:21 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Literal[False]].__setitem__(key: Unknown, value: Literal[False], /) -> None) | (bound method dict[Unknown, Literal[True]].__setitem__(key: Unknown, value: Literal[True], /) -> None)` cannot be called with a key of type `PyFormat` and a value of type `Literal[True]` on object of type `Unknown | dict[Unknown, Literal[False]] | dict[Unknown, Literal[True]]`
New: Method `__setitem__` of type `bound method dict[Unknown, Literal[False]].__setitem__(key: Unknown, value: Literal[False], /) -> None` cannot be called with a key of type `PyFormat` and a value of type `Literal[True]` on object of type `dict[Unknown, Literal[False]]`

pybind11 (https://github.com/pybind/pybind11)

tests/test_sequences_and_iterators.py

[error] invalid-assignment - :157:5 -
Old: Cannot assign to object of type `reversed[Unknown]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `reversed[Unknown]` with no `__setitem__` method

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

pydantic/_internal/_config.py

[error] invalid-key - :155:41 -
Old: Invalid key for TypedDict `ConfigDict` of type `str`
New: Invalid key of type `str` for TypedDict `ConfigDict`
[error] invalid-key - :158:44 -
Old: Invalid key for TypedDict `ConfigDict` of type `str`
New: Invalid key of type `str` for TypedDict `ConfigDict`

pydantic/_internal/_discriminated_union.py

[error] invalid-assignment - :179:13 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["schema"]` and a value of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :179:30 - Invalid key for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :179:30 - Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
[error] invalid-assignment - :185:13 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["schema"]` and a value of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :185:33 - Invalid key for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :185:33 - Invalid key for TypedDict `UuidSchema`: Unknown key "schema"

pydantic/_internal/_generate_schema.py

[error] invalid-assignment - :260:9 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["schema"]` and a value of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :260:16 - Invalid key for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :260:16 - Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
[error] invalid-assignment - :264:13 - Method `__setitem__` of type `Unknown | (Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 51 union elements` cannot be called with a key of type `(Unknown & ~None) | int` and a value of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements` on object of type `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `AnySchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `ArgumentsSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `ArgumentsV3Schema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `BoolSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `BytesSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `CallSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `CallableSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `ChainSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `ComplexSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `CustomErrorSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `DataclassArgsSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `DataclassSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `DateSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `DatetimeSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `DecimalSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `DefinitionsSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `DictSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `EnumSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `FloatSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `FrozenSetSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `GeneratorSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `IntSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `InvalidSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `IsInstanceSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `IsSubclassSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `JsonOrPythonSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `JsonSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `LaxOrStrictSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `ListSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `LiteralSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `MissingSentinelSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `ModelFieldsSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `ModelSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `MultiHostUrlSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `NoneSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `NullableSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `SetSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `StringSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `TaggedUnionSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `TimeSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `TimedeltaSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `TupleSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `TypedDictSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `UnionSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `UrlSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `UuidSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `WithDefaultSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema` of type `(Unknown & ~None) | int`
New: Invalid key of type `(Unknown & ~None) | int` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `AnySchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `ArgumentsSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `BoolSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `BytesSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `CallSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `CallableSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `ChainSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `ComplexSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `CustomErrorSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `DataclassArgsSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `DataclassSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `DateSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `DatetimeSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `DecimalSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `DefinitionsSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `DictSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `EnumSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `FloatSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `FrozenSetSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `GeneratorSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `IntSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `InvalidSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `IsInstanceSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `IsSubclassSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `JsonSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `ListSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `LiteralSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `MissingSentinelSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `ModelFieldsSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `ModelSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `NoneSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `NullableSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `SetSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `StringSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `TaggedUnionSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `TimeSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `TimedeltaSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `TupleSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `TypedDictSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `UnionSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `UrlSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `UuidSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `WithDefaultSchema`
[error] invalid-key - :265:40 - Invalid key of type `(Unknown & ~None) | int` for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-assignment - :270:9 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["items_schema"]` and a value of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :270:16 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `AnySchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `BoolSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `BytesSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `CallSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `CallableSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `ChainSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `ComplexSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `DataclassSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `DateSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `DecimalSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `DictSchema`: Unknown key "items_schema" - did you mean "keys_schema"?
[error] invalid-key - :270:16 - Invalid key for TypedDict `EnumSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `FloatSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `IntSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `InvalidSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `JsonSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `LiteralSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `ModelSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `NoneSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `NullableSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `StringSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `TimeSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `UnionSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `UrlSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `UuidSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "items_schema"
[error] invalid-key - :270:16 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-assignment - :273:9 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["values_schema"]` and a value of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :273:16 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `AnySchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `BoolSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `BytesSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `CallSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `CallableSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `ChainSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `ComplexSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `DataclassSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `DateSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `DecimalSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `EnumSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `FloatSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `IntSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `InvalidSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `JsonSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `ListSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `LiteralSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `ModelSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `NoneSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `NullableSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `SetSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `StringSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `TimeSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `TupleSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `UnionSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `UrlSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `UuidSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "values_schema"
[error] invalid-key - :273:16 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "values_schema"
[error] invalid-assignment - :2283:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["schema"]` and a value of type `(InvalidSchema & ~AlwaysFalsy) | (AnySchema & ~AlwaysFalsy) | (NoneSchema & ~AlwaysFalsy) | ... omitted 49 union elements` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2283:24 - Invalid key for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :2283:24 - Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
[error] invalid-assignment - :2293:13 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["ref"]` and a value of type `str | Unknown` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2293:20 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ref"
[error] invalid-key - :2293:20 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ref"
[error] invalid-assignment - :2301:17 - Method `__setitem__` of type `Unknown | (Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 50 union elements` cannot be called with a key of type `Literal["ref"]` and a value of type `Unknown | str` on object of type `Unknown | InvalidSchema | AnySchema | ... omitted 50 union elements`
[error] invalid-key - :2301:24 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ref"
[error] invalid-key - :2301:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ref"
[error] invalid-assignment - :2385:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["schema"]` and a value of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2385:24 - Invalid key for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :2385:24 - Invalid key for TypedDict `UuidSchema`: Unknown key "schema"

pydantic/_internal/_known_annotated_metadata.py

[error] invalid-assignment - :223:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `str` and a value of type `Any` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :223:24 - Cannot access `AfterValidatorFunctionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `AnySchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `ArgumentsSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `ArgumentsV3Schema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `BeforeValidatorFunctionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `BoolSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `BytesSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `CallSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `CallableSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `ChainSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `ComplexSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `CustomErrorSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `DataclassArgsSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `DataclassSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `DateSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `DatetimeSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `DecimalSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `DefinitionReferenceSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `DefinitionsSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `DictSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `EnumSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `FloatSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `FrozenSetSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `GeneratorSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `IntSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `InvalidSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `IsInstanceSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `IsSubclassSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `JsonOrPythonSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `JsonSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `LaxOrStrictSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `ListSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `LiteralSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `MissingSentinelSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `ModelFieldsSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `ModelSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `MultiHostUrlSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `NoneSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `NullableSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `PlainValidatorFunctionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `SetSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `StringSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `TaggedUnionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `TimeSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `TimedeltaSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `TupleSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `TypedDictSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `UnionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `UrlSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `UuidSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `WithDefaultSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :223:24 - Cannot access `WrapValidatorFunctionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.

pydantic/deprecated/config.py

[error] invalid-key - :22:43 -
Old: Invalid key for TypedDict `ConfigDict` of type `str`
New: Invalid key of type `str` for TypedDict `ConfigDict`

pydantic/experimental/pipeline.py

[error] invalid-assignment - :420:13 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["strip_whitespace"]` and a value of type `Literal[True]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :420:15 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `AnySchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `BoolSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `BytesSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `CallSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `CallableSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `ChainSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `ComplexSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `DataclassSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `DateSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `DecimalSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `DictSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `EnumSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `FloatSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `IntSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `InvalidSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `JsonSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `ListSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `LiteralSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `ModelSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `NoneSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `NullableSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `SetSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `TimeSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `TupleSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `UnionSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `UrlSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `UuidSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "strip_whitespace"
[error] invalid-key - :420:15 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "strip_whitespace"
[error] invalid-assignment - :424:13 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["to_lower"]` and a value of type `Literal[True]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :424:15 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `AnySchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `BoolSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `BytesSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `CallSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `CallableSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `ChainSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `ComplexSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `DataclassSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `DateSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `DecimalSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `DictSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `EnumSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `FloatSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `IntSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `InvalidSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `JsonSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `ListSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `LiteralSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `ModelSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `NoneSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `NullableSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `SetSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `TimeSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `TupleSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `UnionSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `UrlSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `UuidSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "to_lower"
[error] invalid-key - :424:15 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "to_lower"
[error] invalid-assignment - :428:13 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["to_upper"]` and a value of type `Literal[True]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :428:15 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `AnySchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `BoolSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `BytesSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `CallSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `CallableSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `ChainSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `ComplexSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `DataclassSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `DateSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `DecimalSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `DictSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `EnumSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `FloatSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `IntSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `InvalidSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `JsonSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `ListSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `LiteralSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `ModelSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `NoneSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `NullableSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `SetSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `TimeSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `TupleSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `UnionSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `UrlSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `UuidSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "to_upper"
[error] invalid-key - :428:15 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "to_upper"
[error] invalid-assignment - :443:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["gt"]` and a value of type `SupportsGt & int` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :443:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `AnySchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `CallSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `DictSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `ListSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `SetSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `StringSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "gt"
[error] invalid-key - :443:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-assignment - :443:27 - Invalid assignment to key "gt" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `SupportsGt & int`
[error] invalid-assignment - :443:27 - Invalid assignment to key "gt" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsGt & int`
[error] invalid-assignment - :443:27 - Invalid assignment to key "gt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsGt & int`
[error] invalid-assignment - :443:27 - Invalid assignment to key "gt" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsGt & int`
[error] invalid-assignment - :443:27 - Invalid assignment to key "gt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsGt & int`
[error] invalid-assignment - :445:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["gt"]` and a value of type `SupportsGt & float` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :445:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `AnySchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `CallSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `DictSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `ListSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `SetSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `StringSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "gt"
[error] invalid-key - :445:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-assignment - :445:27 - Invalid assignment to key "gt" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `SupportsGt & float`
[error] invalid-assignment - :445:27 - Invalid assignment to key "gt" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsGt & float`
[error] invalid-assignment - :445:27 - Invalid assignment to key "gt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsGt & float`
[error] invalid-assignment - :445:27 - Invalid assignment to key "gt" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsGt & float`
[error] invalid-assignment - :445:27 - Invalid assignment to key "gt" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsGt & float`
[error] invalid-assignment - :445:27 - Invalid assignment to key "gt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsGt & float`
[error] invalid-assignment - :447:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["gt"]` and a value of type `SupportsGt & Decimal` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :447:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `AnySchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `CallSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `DictSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `ListSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `SetSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `StringSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "gt"
[error] invalid-key - :447:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "gt"
[error] invalid-assignment - :447:27 - Invalid assignment to key "gt" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsGt & Decimal`
[error] invalid-assignment - :447:27 - Invalid assignment to key "gt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsGt & Decimal`
[error] invalid-assignment - :447:27 - Invalid assignment to key "gt" with declared type `int | float` on TypedDict `FloatSchema`: value of type `SupportsGt & Decimal`
[error] invalid-assignment - :447:27 - Invalid assignment to key "gt" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsGt & Decimal`
[error] invalid-assignment - :447:27 - Invalid assignment to key "gt" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsGt & Decimal`
[error] invalid-assignment - :447:27 - Invalid assignment to key "gt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsGt & Decimal`
[error] invalid-assignment - :459:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["ge"]` and a value of type `SupportsGe & int` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :459:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `AnySchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `CallSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `DictSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `ListSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `SetSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `StringSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "ge"
[error] invalid-key - :459:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-assignment - :459:27 - Invalid assignment to key "ge" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `SupportsGe & int`
[error] invalid-assignment - :459:27 - Invalid assignment to key "ge" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsGe & int`
[error] invalid-assignment - :459:27 - Invalid assignment to key "ge" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsGe & int`
[error] invalid-assignment - :459:27 - Invalid assignment to key "ge" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsGe & int`
[error] invalid-assignment - :459:27 - Invalid assignment to key "ge" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsGe & int`
[error] invalid-assignment - :461:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["ge"]` and a value of type `SupportsGe & float` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :461:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `AnySchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `CallSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `DictSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `ListSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `SetSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `StringSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "ge"
[error] invalid-key - :461:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-assignment - :461:27 - Invalid assignment to key "ge" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `SupportsGe & float`
[error] invalid-assignment - :461:27 - Invalid assignment to key "ge" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsGe & float`
[error] invalid-assignment - :461:27 - Invalid assignment to key "ge" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsGe & float`
[error] invalid-assignment - :461:27 - Invalid assignment to key "ge" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsGe & float`
[error] invalid-assignment - :461:27 - Invalid assignment to key "ge" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsGe & float`
[error] invalid-assignment - :461:27 - Invalid assignment to key "ge" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsGe & float`
[error] invalid-assignment - :463:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["ge"]` and a value of type `SupportsGe & Decimal` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :463:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `AnySchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `CallSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `DictSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `ListSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `SetSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `StringSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "ge"
[error] invalid-key - :463:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "ge"
[error] invalid-assignment - :463:27 - Invalid assignment to key "ge" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsGe & Decimal`
[error] invalid-assignment - :463:27 - Invalid assignment to key "ge" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsGe & Decimal`
[error] invalid-assignment - :463:27 - Invalid assignment to key "ge" with declared type `int | float` on TypedDict `FloatSchema`: value of type `SupportsGe & Decimal`
[error] invalid-assignment - :463:27 - Invalid assignment to key "ge" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsGe & Decimal`
[error] invalid-assignment - :463:27 - Invalid assignment to key "ge" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsGe & Decimal`
[error] invalid-assignment - :463:27 - Invalid assignment to key "ge" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsGe & Decimal`
[error] invalid-assignment - :474:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["lt"]` and a value of type `SupportsLt & int` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :474:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `AnySchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `CallSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `DictSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `ListSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `SetSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `StringSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "lt"
[error] invalid-key - :474:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-assignment - :474:27 - Invalid assignment to key "lt" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `SupportsLt & int`
[error] invalid-assignment - :474:27 - Invalid assignment to key "lt" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsLt & int`
[error] invalid-assignment - :474:27 - Invalid assignment to key "lt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsLt & int`
[error] invalid-assignment - :474:27 - Invalid assignment to key "lt" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsLt & int`
[error] invalid-assignment - :474:27 - Invalid assignment to key "lt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsLt & int`
[error] invalid-assignment - :476:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["lt"]` and a value of type `SupportsLt & float` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :476:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `AnySchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `CallSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `DictSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `ListSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `SetSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `StringSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "lt"
[error] invalid-key - :476:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-assignment - :476:27 - Invalid assignment to key "lt" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `SupportsLt & float`
[error] invalid-assignment - :476:27 - Invalid assignment to key "lt" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsLt & float`
[error] invalid-assignment - :476:27 - Invalid assignment to key "lt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsLt & float`
[error] invalid-assignment - :476:27 - Invalid assignment to key "lt" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsLt & float`
[error] invalid-assignment - :476:27 - Invalid assignment to key "lt" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsLt & float`
[error] invalid-assignment - :476:27 - Invalid assignment to key "lt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsLt & float`
[error] invalid-assignment - :478:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["lt"]` and a value of type `SupportsLt & Decimal` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :478:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `AnySchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `CallSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `DictSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `ListSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `SetSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `StringSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "lt"
[error] invalid-key - :478:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "lt"
[error] invalid-assignment - :478:27 - Invalid assignment to key "lt" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsLt & Decimal`
[error] invalid-assignment - :478:27 - Invalid assignment to key "lt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsLt & Decimal`
[error] invalid-assignment - :478:27 - Invalid assignment to key "lt" with declared type `int | float` on TypedDict `FloatSchema`: value of type `SupportsLt & Decimal`
[error] invalid-assignment - :478:27 - Invalid assignment to key "lt" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsLt & Decimal`
[error] invalid-assignment - :478:27 - Invalid assignment to key "lt" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsLt & Decimal`
[error] invalid-assignment - :478:27 - Invalid assignment to key "lt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsLt & Decimal`
[error] invalid-assignment - :489:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["le"]` and a value of type `SupportsLe & int` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :489:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `AnySchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `CallSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `DictSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `ListSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `SetSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `StringSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "le"
[error] invalid-key - :489:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "le"
[error] invalid-assignment - :489:27 - Invalid assignment to key "le" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `SupportsLe & int`
[error] invalid-assignment - :489:27 - Invalid assignment to key "le" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsLe & int`
[error] invalid-assignment - :489:27 - Invalid assignment to key "le" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsLe & int`
[error] invalid-assignment - :489:27 - Invalid assignment to key "le" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsLe & int`
[error] invalid-assignment - :489:27 - Invalid assignment to key "le" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsLe & int`
[error] invalid-assignment - :491:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["le"]` and a value of type `SupportsLe & float` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :491:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `AnySchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `CallSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `DictSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `ListSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `SetSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `StringSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "le"
[error] invalid-key - :491:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "le"
[error] invalid-assignment - :491:27 - Invalid assignment to key "le" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `SupportsLe & float`
[error] invalid-assignment - :491:27 - Invalid assignment to key "le" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsLe & float`
[error] invalid-assignment - :491:27 - Invalid assignment to key "le" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsLe & float`
[error] invalid-assignment - :491:27 - Invalid assignment to key "le" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsLe & float`
[error] invalid-assignment - :491:27 - Invalid assignment to key "le" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsLe & float`
[error] invalid-assignment - :491:27 - Invalid assignment to key "le" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsLe & float`
[error] invalid-assignment - :493:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["le"]` and a value of type `SupportsLe & Decimal` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :493:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `AnySchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `CallSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `DictSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `ListSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `SetSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `StringSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "le"
[error] invalid-key - :493:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "le"
[error] invalid-assignment - :493:27 - Invalid assignment to key "le" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsLe & Decimal`
[error] invalid-assignment - :493:27 - Invalid assignment to key "le" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsLe & Decimal`
[error] invalid-assignment - :493:27 - Invalid assignment to key "le" with declared type `int | float` on TypedDict `FloatSchema`: value of type `SupportsLe & Decimal`
[error] invalid-assignment - :493:27 - Invalid assignment to key "le" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsLe & Decimal`
[error] invalid-assignment - :493:27 - Invalid assignment to key "le" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsLe & Decimal`
[error] invalid-assignment - :493:27 - Invalid assignment to key "le" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsLe & Decimal`
[error] invalid-assignment - :514:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["min_length"]` and a value of type `int & ~Literal[0]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :514:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `AnySchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `CallSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `DateSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `DecimalSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `FloatSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `IntSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "min_length" - did you mean "max_length"?
[error] invalid-key - :514:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `TimeSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "min_length" - did you mean "max_length"?
[error] invalid-key - :514:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "min_length"
[error] invalid-key - :514:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "min_length"
[error] invalid-assignment - :516:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["max_length"]` and a value of type `int` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :516:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `AnySchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `CallSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `DateSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `DecimalSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `FloatSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `IntSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `TimeSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "max_length"
[error] invalid-key - :516:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "max_length"
[error] invalid-assignment - :529:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["multiple_of"]` and a value of type `(SupportsDiv & int) | (SupportsMod & int)` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :529:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `AnySchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `CallSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `DateSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `DictSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `ListSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `SetSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `StringSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `TimeSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "multiple_of"
[error] invalid-key - :529:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-assignment - :529:36 - Invalid assignment to key "multiple_of" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `(SupportsDiv & int) | (SupportsMod & int)`
[error] invalid-assignment - :531:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["multiple_of"]` and a value of type `(SupportsDiv & float) | (SupportsMod & float)` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :531:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `AnySchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `CallSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `DateSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `DictSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `ListSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `SetSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `StringSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `TimeSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "multiple_of"
[error] invalid-key - :531:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-assignment - :531:36 - Invalid assignment to key "multiple_of" with declared type `Decimal` on TypedDict `DecimalSchema`: value of type `(SupportsDiv & float) | (SupportsMod & float)`
[error] invalid-assignment - :531:36 - Invalid assignment to key "multiple_of" with declared type `int` on TypedDict `IntSchema`: value of type `(SupportsDiv & float) | (SupportsMod & float)`
[error] invalid-assignment - :533:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["multiple_of"]` and a value of type `(SupportsDiv & Decimal) | (SupportsMod & Decimal)` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :533:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `AnySchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `CallSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `DateSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `DictSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `ListSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `SetSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `StringSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `TimeSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "multiple_of"
[error] invalid-key - :533:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "multiple_of"
[error] invalid-assignment - :533:36 - Invalid assignment to key "multiple_of" with declared type `int | float` on TypedDict `FloatSchema`: value of type `(SupportsDiv & Decimal) | (SupportsMod & Decimal)`
[error] invalid-assignment - :533:36 - Invalid assignment to key "multiple_of" with declared type `int` on TypedDict `IntSchema`: value of type `(SupportsDiv & Decimal) | (SupportsMod & Decimal)`
[error] invalid-assignment - :545:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["tz_constraint"]` and a value of type `Literal["aware"]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :545:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `AnySchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `CallSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `DateSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `DecimalSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `DictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `FloatSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `IntSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `ListSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `SetSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `StringSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "tz_constraint"
[error] invalid-key - :545:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-assignment - :556:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["tz_constraint"]` and a value of type `Literal["naive"]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :556:19 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `AnySchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `BoolSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `BytesSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `CallSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `CallableSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `ChainSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `ComplexSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `DataclassSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `DateSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `DecimalSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `DictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `EnumSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `FloatSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `IntSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `InvalidSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `JsonSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `ListSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `LiteralSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `ModelSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `NoneSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `NullableSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `SetSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `StringSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `TupleSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `UnionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `UrlSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `UuidSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "tz_constraint"
[error] invalid-key - :556:19 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-assignment - :625:13 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["pattern"]` and a value of type `str` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :625:15 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `AnySchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `BoolSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `BytesSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `CallSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `CallableSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `ChainSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `ComplexSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `DataclassSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `DateSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `DatetimeSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `DecimalSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `DictSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `EnumSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `FloatSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `IntSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `InvalidSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `JsonSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `ListSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `LiteralSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `ModelSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `NoneSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `NullableSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `SetSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `TimeSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `TupleSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `UnionSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `UrlSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `UuidSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "pattern"
[error] invalid-key - :625:15 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "pattern"

pydantic/json_schema.py

[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `AnySchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `ArgumentsSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `ArgumentsV3Schema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `BoolSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `BytesSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `CallSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `CallableSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `ChainSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `ComplexSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `CustomErrorSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `DataclassArgsSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `DataclassSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `DateSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `DatetimeSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `DecimalSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `DefinitionsSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `DictSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `EnumSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `FloatSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `FrozenSetSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `GeneratorSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `IntSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `InvalidSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `IsInstanceSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `IsSubclassSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `JsonOrPythonSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `JsonSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `LaxOrStrictSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `ListSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `LiteralSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `MissingSentinelSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `ModelFieldsSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `ModelSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `MultiHostUrlSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `NoneSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `NullableSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `SetSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `StringSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `TaggedUnionSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `TimeSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `TimedeltaSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `TupleSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `TypedDictSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `UnionSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `UrlSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `UuidSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `WithDefaultSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema` of type `str`
New: Invalid key of type `str` for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `AnySchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `ArgumentsSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `BoolSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `BytesSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `CallSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `CallableSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `ChainSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `ComplexSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `CustomErrorSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `DataclassSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `DateSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `DatetimeSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `DecimalSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `DefinitionsSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `DictSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `EnumSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `FloatSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `FrozenSetSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `GeneratorSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `IntSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `InvalidSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `IsInstanceSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `IsSubclassSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `JsonSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `ListSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `LiteralSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `ModelSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `NoneSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `NullableSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `SetSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `StringSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `TimeSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `TimedeltaSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `TupleSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `TypedDictSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `UnionSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `UrlSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `UuidSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `WithDefaultSchema`
[error] invalid-key - :2364:60 - Invalid key of type `str` for TypedDict `WrapValidatorFunctionSchema`

pydantic/main.py

[warning] possibly-missing-implicit-call - :106:5 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :106:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1082:21 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-assignment - :1082:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

pydantic/networks.py

[error] invalid-assignment - :122:13 - Method `__setitem__` of type `Unknown | (Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 50 union elements` cannot be called with a key of type `str` and a value of type `Any` on object of type `Unknown | InvalidSchema | AnySchema | ... omitted 50 union elements`
[error] invalid-key - :122:30 - Cannot access `AfterValidatorFunctionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `AnySchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `ArgumentsSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `ArgumentsV3Schema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `BeforeValidatorFunctionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `BoolSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `BytesSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `CallSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `CallableSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `ChainSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `ComplexSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `CustomErrorSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `DataclassArgsSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `DataclassSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `DateSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `DatetimeSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `DecimalSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `DefinitionReferenceSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `DefinitionsSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `DictSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `EnumSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `FloatSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `FrozenSetSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `GeneratorSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `IntSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `InvalidSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `IsInstanceSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `IsSubclassSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `JsonOrPythonSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `JsonSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `LaxOrStrictSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `ListSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `LiteralSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `MissingSentinelSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `ModelFieldsSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `ModelSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `MultiHostUrlSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `NoneSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `NullableSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `PlainValidatorFunctionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `SetSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `StringSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `TaggedUnionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `TimeSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `TimedeltaSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `TupleSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `TypedDictSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `UnionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `UrlSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `UuidSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `WithDefaultSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.
[error] invalid-key - :122:30 - Cannot access `WrapValidatorFunctionSchema` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.

pydantic/types.py

[error] invalid-assignment - :2211:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["now_op"]` and a value of type `Literal["past"]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2211:24 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `AnySchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `BoolSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `BytesSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `CallSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `CallableSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `ChainSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `ComplexSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `DataclassSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `DecimalSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `DictSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `EnumSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `FloatSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `IntSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `InvalidSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `JsonSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `ListSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `LiteralSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `ModelSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `NoneSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `NullableSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `SetSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `StringSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `TimeSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `TupleSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `UnionSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `UrlSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `UuidSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "now_op"
[error] invalid-key - :2211:24 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-assignment - :2230:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["now_op"]` and a value of type `Literal["future"]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2230:24 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `AnySchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `BoolSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `BytesSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `CallSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `CallableSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `ChainSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `ComplexSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `DataclassSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `DecimalSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `DictSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `EnumSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `FloatSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `IntSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `InvalidSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `JsonSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `ListSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `LiteralSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `ModelSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `NoneSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `NullableSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `SetSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `StringSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `TimeSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `TupleSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `UnionSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `UrlSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `UuidSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "now_op"
[error] invalid-key - :2230:24 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-assignment - :2287:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["tz_constraint"]` and a value of type `Literal["aware"]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2287:24 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `AnySchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `BoolSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `BytesSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `CallSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `CallableSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `ChainSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `ComplexSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `DataclassSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `DateSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `DecimalSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `DictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `EnumSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `FloatSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `IntSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `InvalidSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `JsonSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `ListSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `LiteralSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `ModelSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `NoneSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `NullableSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `SetSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `StringSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `TupleSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `UnionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `UrlSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `UuidSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2287:24 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-assignment - :2306:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["tz_constraint"]` and a value of type `Literal["naive"]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2306:24 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `AnySchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `BoolSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `BytesSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `CallSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `CallableSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `ChainSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `ComplexSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `DataclassSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `DateSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `DecimalSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `DictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `EnumSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `FloatSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `IntSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `InvalidSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `JsonSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `ListSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `LiteralSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `ModelSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `NoneSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `NullableSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `SetSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `StringSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `TupleSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `UnionSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `UrlSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `UuidSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "tz_constraint"
[error] invalid-key - :2306:24 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "tz_constraint"
[error] invalid-assignment - :2325:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["now_op"]` and a value of type `Literal["past"]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2325:24 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `AnySchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `BoolSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `BytesSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `CallSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `CallableSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `ChainSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `ComplexSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `DataclassSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `DecimalSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `DictSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `EnumSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `FloatSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `IntSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `InvalidSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `JsonSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `ListSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `LiteralSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `ModelSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `NoneSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `NullableSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `SetSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `StringSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `TimeSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `TupleSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `UnionSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `UrlSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `UuidSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "now_op"
[error] invalid-key - :2325:24 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-assignment - :2344:17 - Method `__setitem__` of type `(Overload[(key: Literal["type"], value: Literal["invalid"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["any"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | (Overload[(key: Literal["type"], value: Literal["none"], /) -> None, (key: Literal["ref"], value: str, /) -> None, (key: Literal["metadata"], value: dict[str, Any], /) -> None, (key: Literal["serialization"], value: SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 3 union elements, /) -> None]) | ... omitted 49 union elements` cannot be called with a key of type `Literal["now_op"]` and a value of type `Literal["future"]` on object of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-key - :2344:24 - Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `AnySchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `ArgumentsSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `BoolSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `BytesSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `CallSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `CallableSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `ChainSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `ComplexSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `CustomErrorSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `DataclassSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `DecimalSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `DefinitionsSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `DictSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `EnumSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `FloatSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `FrozenSetSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `GeneratorSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `IntSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `InvalidSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `IsInstanceSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `IsSubclassSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `JsonSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `ListSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `LiteralSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `ModelSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `NoneSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `NullableSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `SetSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `StringSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `TimeSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `TimedeltaSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `TupleSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `TypedDictSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `UnionSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `UrlSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `UuidSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `WithDefaultSchema`: Unknown key "now_op"
[error] invalid-key - :2344:24 - Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "now_op"

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

pyppeteer/network_manager.py

[warning] possibly-missing-implicit-call - :727:13 - Method `__setitem__` of type `Unknown | str | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :727:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :727:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

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

src/_pytest/pastebin.py

[error] invalid-assignment - :43:13 -
Old: Method `__setitem__` of type `Unknown | (bound method Stash.__setitem__[T](key: StashKey[T@__setitem__], value: T@__setitem__) -> None)` cannot be called with a key of type `StashKey[IO[bytes]]` and a value of type `TextIOWrapper[_WrappedBuffer]` on object of type `Unknown | Stash`
New: Method `__setitem__` of type `bound method Stash.__setitem__[T](key: StashKey[T@__setitem__], value: T@__setitem__) -> None` cannot be called with a key of type `StashKey[IO[bytes]]` and a value of type `TextIOWrapper[_WrappedBuffer]` on object of type `Stash`

pywin32 (https://github.com/mhammond/pywin32)

Pythonwin/pywin/scintilla/bindings.py

[warning] possibly-missing-implicit-call - :80:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | None` may be missing
[error] invalid-assignment - :80:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :134:13 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | None` may be missing
[error] invalid-assignment - :134:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

Pythonwin/pywin/scintilla/formatter.py

[warning] possibly-missing-implicit-call - :272:13 - Method `__setitem__` of type `Unknown | array[Unknown] | None` may be missing
[error] invalid-assignment - :272:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

win32/test/test_win32file.py

[error] invalid-assignment - :30:9 -
Old: Cannot assign to object of type `PyOVERLAPPEDReadBuffer` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `PyOVERLAPPEDReadBuffer` with no `__setitem__` method
[error] invalid-assignment - :36:9 -
Old: Cannot assign to object of type `PyOVERLAPPEDReadBuffer` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `PyOVERLAPPEDReadBuffer` with no `__setitem__` method

rclip (https://github.com/yurijmikhalevich/rclip)

rclip/main.py

[error] invalid-key - :40:13 -
Old: Invalid key for TypedDict `ImageMeta` of type `str`
New: Invalid key of type `str` for TypedDict `ImageMeta`
[error] invalid-key - :40:27 -
Old: Invalid key for TypedDict `Image` of type `str`
New: Invalid key of type `str` for TypedDict `Image`

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

rotkehlchen/tests/unit/test_data_updates.py

[warning] possibly-missing-implicit-call - :286:25 - Method `__setitem__` of type `Unknown | int | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :286:25 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method

rotkehlchen/tests/unit/test_ethereum_airdrops.py

[error] invalid-assignment - :327:5 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | str | int].__setitem__(key: Unknown | str, value: Unknown | str | int, /) -> None) | ... omitted 4 union elements` cannot be called with a key of type `Literal["new_asset_data"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | str | int] | ... omitted 4 union elements`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["new_asset_data"]` and a value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - :592:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | str | int].__setitem__(key: Unknown | str, value: Unknown | str | int, /) -> None) | ... omitted 4 union elements` cannot be called with a key of type `Literal["name"]` and a value of type `Literal["new_name"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | str | int] | ... omitted 4 union elements`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["name"]` and a value of type `Literal["new_name"]` on object of type `list[Unknown | str]`

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

schema_salad/jsonld_context.py

[error] invalid-assignment - :211:17 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["@id"]` and a value of type `@Todo` on object of type `(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `float` with no `__setitem__` method
[error] invalid-assignment - :211:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :211:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :245:13 -
Old: Cannot assign to object of type `object` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `object` with no `__setitem__` method
[error] invalid-assignment - :252:9 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["@context"]` and a value of type `@Todo` on object of type `(CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
New: Cannot assign to a subscript on an object of type `float` with no `__setitem__` method
[error] invalid-assignment - :252:9 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :252:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

schema_salad/schema.py

[error] invalid-assignment - :541:17 -
Old: Method `__setitem__` of type `(bound method MutableMapping[str, Any].__setitem__(key: str, value: Any, /) -> None) | (bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None)` cannot be called with a key of type `Literal["name"]` and a value of type `str` on object of type `MutableMapping[str, Any] | (MutableSequence[Any] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :541:17 - Method `__setitem__` of type `Overload[(index: int, value: Any) -> None, (index: slice[Any, Any, Any], value: Iterable[Any]) -> None]` cannot be called with a key of type `Literal["name"]` and a value of type `str` on object of type `MutableSequence[Any]`
[error] invalid-assignment - :543:17 -
Old: Method `__setitem__` of type `(bound method MutableMapping[str, Any].__setitem__(key: str, value: Any, /) -> None) | (bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None)` cannot be called with a key of type `Literal["name"]` and a value of type `str` on object of type `MutableMapping[str, Any] | (MutableSequence[Any] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :543:17 - Method `__setitem__` of type `Overload[(index: int, value: Any) -> None, (index: slice[Any, Any, Any], value: Iterable[Any]) -> None]` cannot be called with a key of type `Literal["name"]` and a value of type `str` on object of type `MutableSequence[Any]`
[error] invalid-assignment - :563:17 -
Old: Method `__setitem__` of type `(bound method MutableMapping[str, Any].__setitem__(key: str, value: Any, /) -> None) | (bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None)` cannot be called with a key of type `Literal["type", "items", "names", "values", "fields"]` and a value of type `MutableMapping[str, Any] | MutableSequence[Any] | str | MutableMapping[str, str] | list[Any | MutableMapping[str, str] | str]` on object of type `MutableMapping[str, Any] | (MutableSequence[Any] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :563:17 - Method `__setitem__` of type `Overload[(index: int, value: Any) -> None, (index: slice[Any, Any, Any], value: Iterable[Any]) -> None]` cannot be called with a key of type `Literal["type", "items", "names", "values", "fields"]` and a 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 - :572:13 -
Old: Method `__setitem__` of type `(bound method MutableMapping[str, Any].__setitem__(key: str, value: Any, /) -> None) | (bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None)` cannot be called with a key of type `Literal["symbols"]` and a value of type `list[str | Unknown]` on object of type `MutableMapping[str, Any] | (MutableSequence[Any] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :572:13 - Method `__setitem__` of type `Overload[(index: int, value: Any) -> None, (index: slice[Any, Any, Any], value: Iterable[Any]) -> None]` cannot be called with a key of type `Literal["symbols"]` and a value of type `list[str | Unknown]` on object of type `MutableSequence[Any]`

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/settings/skbuild_schema.py

[warning] possibly-missing-implicit-call - :178:5 - Method `__setitem__` of type `Unknown | str` may be missing
[error] invalid-assignment - :178:5 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/linear_model/_ridge.py

[warning] possibly-missing-implicit-call - :2484:17 - Method `__setitem__` of type `(Unknown & ndarray[object, object]) | tuple[float, float, float] | (Unknown & Top[list[Unknown]]) | (Unknown & tuple[object, ...])` may be missing
[error] invalid-assignment - :2484:17 - Cannot assign to a subscript on an object of type `tuple[float, float, float]` with no `__setitem__` method

sklearn/linear_model/_stochastic_gradient.py

[warning] possibly-missing-implicit-call - :824:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :824:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

sklearn/manifold/_t_sne.py

[error] invalid-assignment - :1066:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None])` cannot be called with a key of type `Literal["angle"]` and a value of type `Unknown | float` on object of type `Unknown | int | float | dict[str, Unknown | int] | list[Unknown | int]`
New: Cannot assign to a subscript on an object of type `float` with no `__setitem__` method
[error] invalid-assignment - :1066:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :1066:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None]` cannot be called with a key of type `Literal["angle"]` and a value of type `Unknown | float` on object of type `list[Unknown | int]`
[error] invalid-assignment - :1068:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None])` cannot be called with a key of type `Literal["verbose"]` and a value of type `Unknown | Literal[0]` on object of type `Unknown | int | float | dict[str, Unknown | int] | list[Unknown | int]`
New: Cannot assign to a subscript on an object of type `float` with no `__setitem__` method
[error] invalid-assignment - :1068:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :1068:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None]` cannot be called with a key of type `Literal["verbose"]` and a value of type `Unknown | Literal[0]` on object of type `list[Unknown | int]`
[error] invalid-assignment - :1071:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None])` cannot be called with a key of type `Literal["num_threads"]` and a value of type `Unknown` on object of type `Unknown | int | float | dict[str, Unknown | int] | list[Unknown | int]`
New: Cannot assign to a subscript on an object of type `float` with no `__setitem__` method
[error] invalid-assignment - :1071:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :1071:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None]` cannot be called with a key of type `Literal["num_threads"]` and a value of type `Unknown` on object of type `list[Unknown | int]`

sklearn/metrics/_base.py

[warning] possibly-missing-implicit-call - :184:13 - Method `__setitem__` of type `@Todo | None` may be missing
[error] invalid-assignment - :184:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

sklearn/neighbors/_base.py

[warning] possibly-missing-implicit-call - :1296:17 - Method `__setitem__` of type `Unknown | tuple[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1296:17 - Cannot assign to a subscript on an object of type `tuple[Unknown, Unknown]` with no `__setitem__` method

sklearn/preprocessing/tests/test_function_transformer.py

[warning] possibly-missing-implicit-call - :92:5 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :92:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

sklearn/tree/_export.py

[warning] possibly-missing-implicit-call - :724:9 - Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str] | int` may be missing
[error] invalid-assignment - :724:9 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :724:9 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :731:17 - Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str] | int` may be missing
[error] invalid-assignment - :731:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :731:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :733:17 - Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str] | int` may be missing
[error] invalid-assignment - :733:17 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :733:17 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :767:13 - Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str] | int` may be missing
[error] invalid-assignment - :767:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :767:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

sklearn/utils/_encode.py

[warning] possibly-missing-implicit-call - :77:13 - Method `__setitem__` of type `None | Unknown` may be missing
[error] invalid-assignment - :77:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :80:13 - Method `__setitem__` of type `None | Unknown` may be missing
[error] invalid-assignment - :80:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :313:21 - Method `__setitem__` of type `None | Unknown` may be missing
[error] invalid-assignment - :313:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

sklearn/utils/_testing.py

[warning] possibly-missing-implicit-call - :936:13 - Method `__setitem__` of type `Unknown | int | dict[str, str]` may be missing
[error] invalid-assignment - :936:13 - Cannot assign to a subscript on an object of type `int` with no `__setitem__` method

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

doc/source/conf.py

[error] invalid-assignment - :251:5 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["version_match"]` and a value of type `Literal["development"]` on object of type `Unknown | int | list[Unknown | dict[Unknown | str, Unknown | str]] | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `int` with no `__setitem__` method
[error] invalid-assignment - :251:5 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str]], /) -> None]` cannot be called with a key of type `Literal["version_match"]` and a value of type `Literal["development"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-assignment - :251:5 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["version_match"]` and a value of type `Literal["development"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - :251:5 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]` cannot be called with a key of type `Literal["version_match"]` and a value of type `Literal["development"]` on object of type `list[Unknown]`

scipy/_lib/array_api_compat/array_api_compat/torch/linalg.py

[warning] possibly-missing-implicit-call - :104:13 - Method `__setitem__` of type `~None | Unknown` may be missing
[warning] possibly-missing-implicit-call - :106:13 - Method `__setitem__` of type `~None | Unknown` may be missing

scipy/_lib/pyprima/pyprima/src/pyprima/common/preproc.py

[warning] possibly-missing-implicit-call - :211:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :211:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :212:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :212:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :229:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :229:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :230:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :230:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :231:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :231:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :232:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :232:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

scipy/cluster/hierarchy.py

[warning] possibly-missing-implicit-call - :3769:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :3769:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :3770:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :3770:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :3772:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :3772:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

scipy/integrate/_ivp/common.py

[error] invalid-assignment - :241:9 -
Old: Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method
[error] invalid-assignment - :242:9 -
Old: Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method

scipy/integrate/_quad_vec.py

[warning] possibly-missing-implicit-call - :414:21 - Method `__setitem__` of type `None | LRUDict` may be missing
[error] invalid-assignment - :414:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

scipy/linalg/tests/test_lapack.py

[warning] possibly-missing-implicit-call - :2756:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :2756:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :2757:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :2757:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :2758:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :2758:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

scipy/ndimage/_measurements.py

[error] invalid-assignment - :674:9 -
Old: Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method
[error] invalid-assignment - :977:9 -
Old: Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :984:5 - Method `__setitem__` of type `signedinteger[@Todo] | @Todo` may be missing
[error] invalid-assignment - :984:5 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method

scipy/ndimage/_morphology.py

[warning] possibly-missing-implicit-call - :2387:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :2387:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :2417:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :2417:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

scipy/optimize/_nonlin.py

[warning] possibly-missing-implicit-call - :826:13 - Method `__setitem__` of type `Unknown | list[Unknown] | None` may be missing
[error] invalid-assignment - :826:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :827:13 - Method `__setitem__` of type `Unknown | list[Unknown] | None` may be missing
[error] invalid-assignment - :827:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1358:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :1358:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

scipy/optimize/_shgo.py

[warning] possibly-missing-implicit-call - :517:17 - Method `__setitem__` of type `@Todo | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :517:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

scipy/optimize/tests/test_chandrupatla.py

[error] invalid-assignment - :687:9 -
Old: Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["xatol"]` and a value of type `float` on object of type `tuple[Unknown] | dict[str, int]`
New: Cannot assign to a subscript on an object of type `tuple[Unknown]` with no `__setitem__` method
[error] invalid-assignment - :687:9 - Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["xatol"]` and a value of type `float` on object of type `dict[str, int]`
[error] invalid-assignment - :691:9 -
Old: Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["xatol"]` and a value of type `float` on object of type `tuple[Unknown] | dict[str, int]`
New: Cannot assign to a subscript on an object of type `tuple[Unknown]` with no `__setitem__` method
[error] invalid-assignment - :691:9 - Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["xatol"]` and a value of type `float` on object of type `dict[str, int]`
[error] invalid-assignment - :699:9 -
Old: Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["xrtol"]` and a value of type `float` on object of type `tuple[Unknown] | dict[str, int]`
New: Cannot assign to a subscript on an object of type `tuple[Unknown]` with no `__setitem__` method
[error] invalid-assignment - :699:9 - Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["xrtol"]` and a value of type `float` on object of type `dict[str, int]`
[error] invalid-assignment - :702:9 -
Old: Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["xrtol"]` and a value of type `float` on object of type `tuple[Unknown] | dict[str, int]`
New: Cannot assign to a subscript on an object of type `tuple[Unknown]` with no `__setitem__` method
[error] invalid-assignment - :702:9 - Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["xrtol"]` and a value of type `float` on object of type `dict[str, int]`
[error] invalid-assignment - :710:9 -
Old: Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["fatol"]` and a value of type `float` on object of type `tuple[Unknown] | dict[str, int]`
New: Cannot assign to a subscript on an object of type `tuple[Unknown]` with no `__setitem__` method
[error] invalid-assignment - :710:9 - Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["fatol"]` and a value of type `float` on object of type `dict[str, int]`
[error] invalid-assignment - :713:9 -
Old: Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["fatol"]` and a value of type `float` on object of type `tuple[Unknown] | dict[str, int]`
New: Cannot assign to a subscript on an object of type `tuple[Unknown]` with no `__setitem__` method
[error] invalid-assignment - :713:9 - Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["fatol"]` and a value of type `float` on object of type `dict[str, int]`
[error] invalid-assignment - :719:9 -
Old: Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["frtol"]` and a value of type `float` on object of type `tuple[Unknown] | dict[str, int]`
New: Cannot assign to a subscript on an object of type `tuple[Unknown]` with no `__setitem__` method
[error] invalid-assignment - :719:9 - Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["frtol"]` and a value of type `float` on object of type `dict[str, int]`
[error] invalid-assignment - :724:9 -
Old: Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["frtol"]` and a value of type `float` on object of type `tuple[Unknown] | dict[str, int]`
New: Cannot assign to a subscript on an object of type `tuple[Unknown]` with no `__setitem__` method
[error] invalid-assignment - :724:9 - Method `__setitem__` of type `bound method dict[str, int].__setitem__(key: str, value: int, /) -> None` cannot be called with a key of type `Literal["frtol"]` and a value of type `float` on object of type `dict[str, int]`

scipy/sparse/_base.py

[error] invalid-assignment - :1477:21 -
Old: Cannot assign to object of type `Self@_setdiag` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Self@_setdiag` with no `__setitem__` method
[error] invalid-assignment - :1483:21 -
Old: Cannot assign to object of type `Self@_setdiag` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Self@_setdiag` with no `__setitem__` method
[error] invalid-assignment - :1489:21 -
Old: Cannot assign to object of type `Self@_setdiag` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Self@_setdiag` with no `__setitem__` method
[error] invalid-assignment - :1495:21 -
Old: Cannot assign to object of type `Self@_setdiag` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Self@_setdiag` with no `__setitem__` method

scipy/sparse/_coo.py

[warning] possibly-missing-implicit-call - :1530:9 - Method `__setitem__` of type `list[Unknown] | tuple[Unknown, ...] | @Todo` may be missing
[error] invalid-assignment - :1530:9 - Cannot assign to a subscript on an object of type `tuple[Unknown, ...]` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1534:13 - Method `__setitem__` of type `list[Unknown] | tuple[Unknown, ...] | @Todo` may be missing
[error] invalid-assignment - :1534:13 - Cannot assign to a subscript on an object of type `tuple[Unknown, ...]` with no `__setitem__` method

scipy/sparse/linalg/_isolve/iterative.py

[error] invalid-assignment - :543:13 -
Old: Cannot assign to object of type `None` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :564:9 - Method `__setitem__` of type `None | Unknown` may be missing
[error] invalid-assignment - :564:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :995:13 -
Old: Cannot assign to object of type `None` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :997:13 -
Old: Cannot assign to object of type `None` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

scipy/spatial/transform/_rotation_spline.py

[error] invalid-assignment - :447:13 -
Old: Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method
[error] invalid-assignment - :449:13 -
Old: Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method

scipy/stats/tests/test_quantile.py

[warning] possibly-missing-implicit-call - :36:5 - Method `__setitem__` of type `Unknown | floating[Any]` may be missing
[error] invalid-assignment - :36:5 - Cannot assign to a subscript on an object of type `floating[Any]` with no `__setitem__` method

scipy/stats/tests/test_stats.py

[warning] possibly-missing-implicit-call - :3153:9 - Method `__setitem__` of type `@Todo | bool[bool]` may be missing
[error] invalid-assignment - :3153:9 - Cannot assign to a subscript on an object of type `bool[bool]` with no `__setitem__` method

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

tests/test_http2_client_protocol.py

[warning] possibly-missing-implicit-call - :114:13 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str` may be missing
[error] invalid-assignment - :114:13 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

tests/test_logformatter.py

[warning] possibly-missing-implicit-call - :187:9 - Method `__setitem__` of type `dict[str, Any] | tuple[Any, ...]` may be missing
[error] invalid-assignment - :187:9 - Cannot assign to a subscript on an object of type `tuple[Any, ...]` with no `__setitem__` method

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

setuptools/tests/test_editable_install.py

[warning] possibly-missing-implicit-call - :969:5 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown]` may be missing
[error] invalid-assignment - :969:5 - Cannot assign to a subscript on an object of type `str` with no `__setitem__` method

sockeye (https://github.com/awslabs/sockeye)

sockeye/log.py

[error] invalid-assignment - :131:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | str | None].__setitem__(key: Unknown | str, value: Unknown | str | None, /) -> None) | (bound method dict[Unknown | str, Unknown | str | int].__setitem__(key: Unknown | str, value: Unknown | str | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["level"]` and a value of type `Unknown | Literal[20]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | str | None] | ... omitted 3 union elements`
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method
[error] invalid-assignment - :131:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]` cannot be called with a key of type `Literal["level"]` and a value of type `Unknown | Literal[20]` on object of type `list[Unknown | str]`

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

lib/spack/spack/vendor/macholib/MachO.py

[warning] possibly-missing-implicit-call - :405:9 - Method `__setitem__` of type `Unknown | None | list[Unknown]` may be missing
[error] invalid-assignment - :405:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

stone (https://github.com/dropbox/stone)

stone/ir/data_types.py

[warning] possibly-missing-implicit-call - :1121:13 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1121:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1223:17 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1223:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1259:9 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1259:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1275:13 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1275:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1483:9 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1483:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1509:13 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1509:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :1515:17 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :1515:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py

[error] invalid-assignment - :180:13 -
Old: Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["connection_params"]` and a value of type `dict[str, object] | dict[Unknown, Unknown]` on object of type `(Unknown & Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLTransportWSHandler & Top[dict[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `Context@BaseGraphQLTransportWSHandler` with no `__setitem__` method

strawberry/subscriptions/protocols/graphql_ws/handlers.py

[error] invalid-assignment - :101:13 -
Old: Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["connection_params"]` and a value of type `None | dict[str, object]` on object of type `(Unknown & Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLWSHandler & Top[dict[Unknown, Unknown]])`
New: Cannot assign to a subscript on an object of type `Context@BaseGraphQLWSHandler` with no `__setitem__` method

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

sympy/assumptions/cnf.py

[warning] possibly-missing-implicit-call - :435:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-assignment - :435:21 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

sympy/parsing/autolev/test-examples/ruletest9.py

[error] invalid-assignment - :45:1 -
Old: Cannot assign to object of type `<module 'math'>` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `<module 'math'>` with no `__setitem__` method
[error] invalid-assignment - :50:1 -
Old: Cannot assign to object of type `<module 'math'>` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `<module 'math'>` with no `__setitem__` method

sympy/polys/matrices/lll.py

[warning] possibly-missing-implicit-call - :82:17 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :82:23 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :82:17 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[error] invalid-assignment - :82:23 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

sympy/polys/polyroots.py

[warning] possibly-missing-implicit-call - :631:9 - Method `__setitem__` of type `Unknown | None | list[Unknown | None]` may be missing
[error] invalid-assignment - :631:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :632:9 - Method `__setitem__` of type `Unknown | None | list[Unknown | None]` may be missing
[error] invalid-assignment - :632:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :633:9 - Method `__setitem__` of type `Unknown | None | list[Unknown | None]` may be missing
[error] invalid-assignment - :633:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :634:9 - Method `__setitem__` of type `Unknown | None | list[Unknown | None]` may be missing
[error] invalid-assignment - :634:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :638:13 - Method `__setitem__` of type `Unknown | None | list[Unknown | None]` may be missing
[error] invalid-assignment - :638:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :639:13 - Method `__setitem__` of type `Unknown | None | list[Unknown | None]` may be missing
[error] invalid-assignment - :639:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

sympy/solvers/ode/single.py

[warning] possibly-missing-implicit-call - :2551:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, @Todo]` may be missing
[error] invalid-assignment - :2551:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

sympy/utilities/enumerative.py

[warning] possibly-missing-implicit-call - :739:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :739:13 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

tornado (https://github.com/tornadoweb/tornado)

tornado/test/httpclient_test.py

[error] invalid-assignment - :521:17 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (bound method HTTPHeaders.__setitem__(name: str, value: str) -> None)` cannot be called with a key of type `Literal["User-Agent"]` and a value of type `Unknown | str | bytes` on object of type `Unknown | dict[Unknown, Unknown] | HTTPHeaders`
New: Method `__setitem__` of type `bound method HTTPHeaders.__setitem__(name: str, value: str) -> None` cannot be called with a key of type `Literal["User-Agent"]` and a value of type `Unknown | str | bytes` on object of type `HTTPHeaders`

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

src/trio/_wait_for_object.py

[error] invalid-assignment - :63:9 -
Old: Cannot assign to object of type `HandleArray` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `HandleArray` with no `__setitem__` method

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

twine/package.py

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

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

src/urllib3/contrib/emscripten/fetch.py

[error] invalid-assignment - :400:9 -
Old: Cannot assign to object of type `Buffer` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Buffer` with no `__setitem__` method

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

references/classification/utils.py

[warning] possibly-missing-implicit-call - :319:5 - Method `__setitem__` of type `None | Unknown` may be missing
[error] invalid-assignment - :319:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

torchvision/models/densenet.py

[error] invalid-assignment - :235:13 -
Old: Cannot assign to object of type `Mapping[str, Any]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[str, Any]` with no `__setitem__` method

torchvision/transforms/v2/_utils.py

[error] invalid-assignment - :69:13 -
Old: Method `__setitem__` of type `(bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method dict[type | str, int | float | Sequence[int | float] | None].__setitem__(key: type | str, value: int | float | Sequence[int | float] | None, /) -> None)` cannot be called with a key of type `object` and a value of type `list[int | float] | None` on object of type `(Sequence[int | float] & Top[dict[Unknown, Unknown]]) | dict[type | str, int | float | Sequence[int | float] | None]`
New: Cannot assign to a subscript on an object of type `Sequence[int | float]` with no `__setitem__` method
[error] invalid-assignment - :69:13 - Method `__setitem__` of type `bound method dict[type | str, int | float | Sequence[int | float] | None].__setitem__(key: type | str, value: int | float | Sequence[int | float] | None, /) -> None` cannot be called with a key of type `object` and a value of type `list[int | float] | None` on object of type `dict[type | str, int | float | Sequence[int | float] | None]`

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/utils.py

[error] invalid-assignment - :91:13 -
Old: Cannot assign to object of type `object` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `object` with no `__setitem__` method

tests/test_routing.py

[warning] possibly-missing-implicit-call - :604:5 - Method `__setitem__` of type `Unknown | Mapping[str, Any] | None` may be missing
[error] invalid-assignment - :604:5 - Cannot assign to a subscript on an object of type `Mapping[str, Any]` with no `__setitem__` method
[error] invalid-assignment - :604:5 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

xarray (https://github.com/pydata/xarray)

xarray/core/dataset.py

[error] invalid-assignment - :4622:17 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Unknown` and a value of type `int` on object of type `Mapping[Hashable, Any] & Top[MutableMapping[Unknown, Unknown]]`
New: Cannot assign to a subscript on an object of type `Mapping[Hashable, Any]` with no `__setitem__` method

xarray/core/groupby.py

[warning] possibly-missing-implicit-call - :772:17 - Method `__setitem__` of type `DatasetCoordinates | Any | property` may be missing
[error] invalid-assignment - :772:17 - Cannot assign to a subscript on an object of type `property` with no `__setitem__` method

xarray/core/options.py

[error] invalid-key - :332:35 -
Old: Invalid key for TypedDict `T_Options` of type `str`
New: Invalid key of type `str` for TypedDict `T_Options`

xarray/core/variable.py

[error] invalid-assignment - :1226:17 -
Old: Cannot assign to object of type `Mapping[Any, int | float | tuple[int | float, int | float]]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `Mapping[Any, int | float | tuple[int | float, int | float]]` with no `__setitem__` method

xarray/groupers.py

[error] invalid-assignment - :637:9 -
Old: Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :639:5 - Method `__setitem__` of type `signedinteger[@Todo] | @Todo` may be missing
[error] invalid-assignment - :639:5 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]` with no `__setitem__` method

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/interface.py

[warning] possibly-missing-implicit-call - :391:9 - Method `__setitem__` of type `Unknown | WeakKeyDictionary[Unknown, Unknown] | None` may be missing
[error] invalid-assignment - :391:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

src/zope/interface/tests/test_adapter.py

[warning] possibly-missing-implicit-call - :67:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-assignment - :67:9 - Cannot assign to a subscript on an object of type `None` with no `__setitem__` method

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

zerver/data_import/slack.py

[warning] possibly-missing-implicit-call - :1453:9 - Method `__setitem__` of type `Unknown | bool | dict[Unknown | str, Unknown]` may be missing
[error] invalid-assignment - :1453:9 - Cannot assign to a subscript on an object of type `bool` with no `__setitem__` method

zerver/tests/test_zilencer_analytics.py

[error] invalid-assignment - :987:21 -
Old: Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["realmauditlog_rows"]` and a value of type `str` on object of type `Mapping[str, str | int | None | bytes] & Top[dict[Unknown, Unknown]]`
New: Cannot assign to a subscript on an object of type `Mapping[str, str | int | None | bytes]` with no `__setitem__` method

zerver/views/documentation.py

[error] invalid-assignment - :278:13 -
Old: Cannot assign to object of type `str` with no `__setitem__` method
New: Cannot assign to a subscript on an object of type `str` with no `__setitem__` method