Summary

Comparing branches/commits:
Old: main (merge base) 901e9cdf
New: 21498/merge 8d4b06d1
Lint Rule Removed Added Changed
Total 0 0 8796
type-assertion-failure 0 0 4853
invalid-key 0 0 3943

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

tests/vegalite/v6/test_api.py

[error] invalid-key - :564:17 -
Old: Invalid key for TypedDict `_Value`: Unknown key "condition"
New: Unknown key "condition" for TypedDict `_Value`
[error] invalid-key - :610:32 -
Old: Invalid key for TypedDict `_Value`: Unknown key "condition"
New: Unknown key "condition" for TypedDict `_Value`

tests/vegalite/v6/test_theme.py

[error] invalid-key - :453:17 -
Old: Invalid key for TypedDict `StyleConfigIndexKwds`: Unknown key "group-title"
New: Unknown key "group-title" for TypedDict `StyleConfigIndexKwds`
[error] invalid-key - :454:17 -
Old: Invalid key for TypedDict `StyleConfigIndexKwds`: Unknown key "guide-label"
New: Unknown key "guide-label" for TypedDict `StyleConfigIndexKwds`
[error] invalid-key - :455:17 -
Old: Invalid key for TypedDict `StyleConfigIndexKwds`: Unknown key "guide-title"
New: Unknown key "guide-title" for TypedDict `StyleConfigIndexKwds`

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

src/arti/internal/mappings.py

[error] type-assertion-failure - :231:17 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~Literal["closed"] & ~Literal["open"]` is not equivalent to `Never`

asynq (https://github.com/quora/asynq)

asynq/tests/test_typing.py

[error] type-assertion-failure - :16:9 -
Old: Argument does not have asserted type `FutureBase[str]`
New: Type `FutureBase[str]` does not match asserted type `FutureBase[Unknown]`

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

tests/integration_tests/assets/dropins/cc_custom_module_24_1.py

[error] invalid-key - :24:5 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "name"
New: Unknown key "name" for TypedDict `MetaSchema`
[error] invalid-key - :25:5 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "title"
New: Unknown key "title" for TypedDict `MetaSchema`
[error] invalid-key - :26:5 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "description"
New: Unknown key "description" for TypedDict `MetaSchema`
[error] invalid-key - :30:5 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "examples"
New: Unknown key "examples" for TypedDict `MetaSchema`

tests/unittests/config/test_modules.py

[error] invalid-key - :73:13 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "name"
New: Unknown key "name" for TypedDict `MetaSchema`
[error] invalid-key - :75:13 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "title"
New: Unknown key "title" for TypedDict `MetaSchema`
[error] invalid-key - :76:13 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "description"
New: Unknown key "description" for TypedDict `MetaSchema`
[error] invalid-key - :78:13 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "examples"
New: Unknown key "examples" for TypedDict `MetaSchema`
[error] invalid-key - :113:13 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "name"
New: Unknown key "name" for TypedDict `MetaSchema`
[error] invalid-key - :115:13 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "title"
New: Unknown key "title" for TypedDict `MetaSchema`
[error] invalid-key - :116:13 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "description"
New: Unknown key "description" for TypedDict `MetaSchema`
[error] invalid-key - :118:13 -
Old: Invalid key for TypedDict `MetaSchema`: Unknown key "examples"
New: Unknown key "examples" for TypedDict `MetaSchema`

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

homeassistant/components/cloud/alexa_config.py

[error] invalid-key - :543:28 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`
[error] invalid-key - :547:45 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "old_entity_id"
New: Unknown key "old_entity_id" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/components/cloud/google_config.py

[error] invalid-key - :471:28 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`
[error] invalid-key - :495:76 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`
[error] invalid-key - :495:76 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`

homeassistant/components/conversation/chat_log.py

[error] invalid-key - :424:40 -
Old: Invalid key for TypedDict `AssistantContentDeltaDict`: Unknown key "tool_call_id" - did you mean "tool_calls"?
New: Unknown key "tool_call_id" for TypedDict `AssistantContentDeltaDict` - did you mean "tool_calls"?
[error] invalid-key - :425:37 -
Old: Invalid key for TypedDict `AssistantContentDeltaDict`: Unknown key "tool_name"
New: Unknown key "tool_name" for TypedDict `AssistantContentDeltaDict`
[error] invalid-key - :426:39 -
Old: Invalid key for TypedDict `AssistantContentDeltaDict`: Unknown key "tool_result"
New: Unknown key "tool_result" for TypedDict `AssistantContentDeltaDict`

homeassistant/components/generic_hygrostat/__init__.py

[error] invalid-key - :136:36 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/components/generic_thermostat/__init__.py

[error] invalid-key - :63:36 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/components/mold_indicator/__init__.py

[error] invalid-key - :75:44 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/components/mqtt/entity.py

[error] invalid-key - :1733:47 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`
[error] invalid-key - :1733:47 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`

homeassistant/components/prometheus/__init__.py

[error] invalid-key - :291:34 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/components/proximity/coordinator.py

[error] invalid-key - :125:63 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`
[error] invalid-key - :126:42 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "old_entity_id"
New: Unknown key "old_entity_id" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/components/recorder/entity_registry.py

[error] invalid-key - :29:36 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "old_entity_id"
New: Unknown key "old_entity_id" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/components/tts/__init__.py

[error] invalid-key - :292:62 -
Old: Invalid key for TypedDict `ParsedMediaSourceStreamId`: Unknown key "options"
New: Unknown key "options" for TypedDict `ParsedMediaSourceStreamId`
[error] invalid-key - :293:41 -
Old: Invalid key for TypedDict `ParsedMediaSourceStreamId`: Unknown key "message"
New: Unknown key "message" for TypedDict `ParsedMediaSourceStreamId`

homeassistant/components/tts/media_source.py

[error] invalid-key - :145:70 -
Old: Invalid key for TypedDict `ParsedMediaSourceStreamId`: Unknown key "options"
New: Unknown key "options" for TypedDict `ParsedMediaSourceStreamId`
[error] invalid-key - :146:49 -
Old: Invalid key for TypedDict `ParsedMediaSourceStreamId`: Unknown key "message"
New: Unknown key "message" for TypedDict `ParsedMediaSourceStreamId`

homeassistant/helpers/entity.py

[error] invalid-key - :1527:32 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`
[error] invalid-key - :1576:31 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`
[error] invalid-key - :1576:31 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`
[error] invalid-key - :1576:73 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`
[error] invalid-key - :1576:73 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`

homeassistant/helpers/entity_registry.py

[error] invalid-key - :1149:46 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "device" - did you mean "device_id"?
New: Unknown key "device" for TypedDict `_EventDeviceRegistryUpdatedData_Create` - did you mean "device_id"?
[error] invalid-key - :1149:46 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Update`: Unknown key "device" - did you mean "device_id"?
New: Unknown key "device" for TypedDict `_EventDeviceRegistryUpdatedData_Update` - did you mean "device_id"?
[error] invalid-key - :1179:45 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`
[error] invalid-key - :1179:45 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`
[error] invalid-key - :1193:56 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`
[error] invalid-key - :1193:56 -
Old: Invalid key for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`
[error] invalid-key - :1912:40 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "old_entity_id"
New: Unknown key "old_entity_id" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/helpers/helper_integration.py

[error] invalid-key - :73:32 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`
[error] invalid-key - :81:60 -
Old: Invalid key for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
New: Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`

homeassistant/helpers/singleton.py

[error] type-assertion-failure - :121:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`

homeassistant/util/hass_dict.pyi

[error] type-assertion-failure - :134:5 -
Old: Argument does not have asserted type `dict[str, int] | bool`
New: Type `dict[str, int] | bool` does not match asserted type `dict[str, int] | Literal[True]`
[error] type-assertion-failure - :138:5 -
Old: Argument does not have asserted type `dict[int, bool]`
New: Type `dict[int, bool]` does not match asserted type `dict[int, bool] | dict[Unknown, Unknown]`
[error] type-assertion-failure - :140:5 -
Old: Argument does not have asserted type `set[str]`
New: Type `set[str]` does not match asserted type `set[str] | set[Unknown]`
[error] type-assertion-failure - :146:5 -
Old: Argument does not have asserted type `dict[str, int]`
New: Type `dict[str, int]` does not match asserted type `dict[str, int | Unknown]`
[error] type-assertion-failure - :147:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `int | Unknown`
[error] type-assertion-failure - :149:5 -
Old: Argument does not have asserted type `dict[int, bool]`
New: Type `dict[int, bool]` does not match asserted type `dict[int, bool] | dict[Unknown, Unknown]`
[error] type-assertion-failure - :150:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `bool | Unknown`
[error] type-assertion-failure - :151:5 -
Old: Argument does not have asserted type `set[str]`
New: Type `set[str]` does not match asserted type `set[str] | set[Unknown]`
[error] type-assertion-failure - :170:5 -
Old: Argument does not have asserted type `dict[str, int]`
New: Type `dict[str, int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :171:5 -
Old: Argument does not have asserted type `dict[str, int] | int`
New: Type `dict[str, int] | int` does not match asserted type `dict[str, int] | Literal[2]`
[error] type-assertion-failure - :174:5 -
Old: Argument does not have asserted type `int | str`
New: Type `int | str` does not match asserted type `int | Literal["Hello World"]`
[error] type-assertion-failure - :176:5 -
Old: Argument does not have asserted type `dict[int, bool]`
New: Type `dict[int, bool]` does not match asserted type `dict[int, bool] | dict[Unknown, Unknown]`
[error] type-assertion-failure - :177:5 -
Old: Argument does not have asserted type `dict[int, bool] | int`
New: Type `dict[int, bool] | int` does not match asserted type `dict[int, bool] | Literal[2]`
[error] type-assertion-failure - :179:5 -
Old: Argument does not have asserted type `set[str]`
New: Type `set[str]` does not match asserted type `set[str] | set[Unknown]`
[error] type-assertion-failure - :181:5 -
Old: Argument does not have asserted type `Any | bool`
New: Type `Any | bool` does not match asserted type `Any | Literal[True]`

homeassistant/util/signal_type.pyi

[error] type-assertion-failure - :53:5 -
Old: Argument does not have asserted type `Unknown`
New: Type `Unknown` does not match asserted type `SignalType[]`
[error] type-assertion-failure - :63:5 -
Old: Argument does not have asserted type `Unknown`
New: Type `Unknown` does not match asserted type `SignalTypeFormat[]`

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

ddtrace/llmobs/_llmobs.py

[error] invalid-key - :1761:43 -
Old: Invalid key for TypedDict `LLMObsEvaluationMetricEvent`: Unknown key "metadata"
New: Unknown key "metadata" for TypedDict `LLMObsEvaluationMetricEvent`

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

discord/automod.py

[error] invalid-key - :164:49 -
Old: Invalid key for TypedDict `_AutoModerationActionMetadataAlert`: Unknown key "duration_seconds"
New: Unknown key "duration_seconds" for TypedDict `_AutoModerationActionMetadataAlert`
[error] invalid-key - :164:49 -
Old: Invalid key for TypedDict `_AutoModerationActionMetadataCustomMessage`: Unknown key "duration_seconds"
New: Unknown key "duration_seconds" for TypedDict `_AutoModerationActionMetadataCustomMessage`
[error] invalid-key - :167:47 -
Old: Invalid key for TypedDict `_AutoModerationActionMetadataCustomMessage`: Unknown key "channel_id"
New: Unknown key "channel_id" for TypedDict `_AutoModerationActionMetadataCustomMessage`
[error] invalid-key - :167:47 -
Old: Invalid key for TypedDict `_AutoModerationActionMetadataTimeout`: Unknown key "channel_id"
New: Unknown key "channel_id" for TypedDict `_AutoModerationActionMetadataTimeout`

discord/state.py

[error] invalid-key - :822:31 -
Old: Invalid key for TypedDict `PingInteraction`: Unknown key "data"
New: Unknown key "data" for TypedDict `PingInteraction`
[error] invalid-key - :823:36 -
Old: Invalid key for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "custom_id"
New: Unknown key "custom_id" for TypedDict `ChatInputApplicationCommandInteractionData`
[error] invalid-key - :823:36 -
Old: Invalid key for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "custom_id"
New: Unknown key "custom_id" for TypedDict `MessageApplicationCommandInteractionData`
[error] invalid-key - :823:36 -
Old: Invalid key for TypedDict `UserApplicationCommandInteractionData`: Unknown key "custom_id"
New: Unknown key "custom_id" for TypedDict `UserApplicationCommandInteractionData`
[error] invalid-key - :824:41 -
Old: Invalid key for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "component_type"
New: Unknown key "component_type" for TypedDict `ChatInputApplicationCommandInteractionData`
[error] invalid-key - :824:41 -
Old: Invalid key for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "component_type"
New: Unknown key "component_type" for TypedDict `MessageApplicationCommandInteractionData`
[error] invalid-key - :824:41 -
Old: Invalid key for TypedDict `ModalSubmitInteractionData`: Unknown key "component_type"
New: Unknown key "component_type" for TypedDict `ModalSubmitInteractionData`
[error] invalid-key - :824:41 -
Old: Invalid key for TypedDict `UserApplicationCommandInteractionData`: Unknown key "component_type"
New: Unknown key "component_type" for TypedDict `UserApplicationCommandInteractionData`
[error] invalid-key - :828:31 -
Old: Invalid key for TypedDict `PingInteraction`: Unknown key "data"
New: Unknown key "data" for TypedDict `PingInteraction`
[error] invalid-key - :829:36 -
Old: Invalid key for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "custom_id"
New: Unknown key "custom_id" for TypedDict `ChatInputApplicationCommandInteractionData`
[error] invalid-key - :829:36 -
Old: Invalid key for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "custom_id"
New: Unknown key "custom_id" for TypedDict `MessageApplicationCommandInteractionData`
[error] invalid-key - :829:36 -
Old: Invalid key for TypedDict `UserApplicationCommandInteractionData`: Unknown key "custom_id"
New: Unknown key "custom_id" for TypedDict `UserApplicationCommandInteractionData`
[error] invalid-key - :830:37 -
Old: Invalid key for TypedDict `ButtonMessageComponentInteractionData`: Unknown key "components"
New: Unknown key "components" for TypedDict `ButtonMessageComponentInteractionData`
[error] invalid-key - :830:37 -
Old: Invalid key for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "components"
New: Unknown key "components" for TypedDict `ChatInputApplicationCommandInteractionData`
[error] invalid-key - :830:37 -
Old: Invalid key for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "components"
New: Unknown key "components" for TypedDict `MessageApplicationCommandInteractionData`
[error] invalid-key - :830:37 -
Old: Invalid key for TypedDict `SelectMessageComponentInteractionData`: Unknown key "components"
New: Unknown key "components" for TypedDict `SelectMessageComponentInteractionData`
[error] invalid-key - :830:37 -
Old: Invalid key for TypedDict `UserApplicationCommandInteractionData`: Unknown key "components"
New: Unknown key "components" for TypedDict `UserApplicationCommandInteractionData`

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

tests/assert_type/apps/test_config.py

[error] type-assertion-failure - :35:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown | Literal["django.db.models.BigAutoField"]`
[error] type-assertion-failure - :37:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`

tests/assert_type/contrib/admin/test_utils.py

[error] type-assertion-failure - :74:1 -
Old: Argument does not have asserted type `list[@Todo]`
New: Type `list[@Todo]` does not match asserted type `list[str]`
[error] type-assertion-failure - :75:1 -
Old: Argument does not have asserted type `list[@Todo]`
New: Type `list[@Todo]` does not match asserted type `list[str]`
[error] type-assertion-failure - :76:1 -
Old: Argument does not have asserted type `list[@Todo]`
New: Type `list[@Todo]` does not match asserted type `list[str]`
[error] type-assertion-failure - :77:1 -
Old: Argument does not have asserted type `list[@Todo]`
New: Type `list[@Todo]` does not match asserted type `list[str]`

tests/assert_type/db/models/_enums.py

[error] type-assertion-failure - :16:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :18:1 -
Old: Argument does not have asserted type `list[tuple[str, str]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
[error] type-assertion-failure - :21:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :22:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `tuple[Literal["N"], Literal["North"]]`

tests/assert_type/db/models/test_enums.py

[error] type-assertion-failure - :138:1 -
Old: Argument does not have asserted type `list[_StrPromise]`
New: Type `list[_StrPromise]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :140:1 -
Old: Argument does not have asserted type `list[tuple[int, _StrPromise]]`
New: Type `list[tuple[int, _StrPromise]]` does not match asserted type `list[tuple[int, @Todo]]`
[error] type-assertion-failure - :143:1 -
Old: Argument does not have asserted type `_StrPromise`
New: Type `_StrPromise` does not match asserted type `Any`
[error] type-assertion-failure - :144:1 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `tuple[Literal[4], _StrPromise]`
[error] type-assertion-failure - :149:1 -
Old: Argument does not have asserted type `list[_StrPromise]`
New: Type `list[_StrPromise]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :151:1 -
Old: Argument does not have asserted type `list[tuple[str, _StrPromise]]`
New: Type `list[tuple[str, _StrPromise]]` does not match asserted type `list[tuple[str, @Todo]]`
[error] type-assertion-failure - :154:1 -
Old: Argument does not have asserted type `_StrPromise`
New: Type `_StrPromise` does not match asserted type `Any`
[error] type-assertion-failure - :155:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `tuple[Literal["SR"], _StrPromise]`
[error] type-assertion-failure - :162:1 -
Old: Argument does not have asserted type `list[int | None]`
New: Type `list[int | None]` does not match asserted type `list[int]`
[error] type-assertion-failure - :163:1 -
Old: Argument does not have asserted type `list[tuple[int | None, @Todo]]`
New: Type `list[tuple[int | None, @Todo]]` does not match asserted type `list[tuple[int, @Todo]]`
[error] type-assertion-failure - :167:1 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `tuple[Literal[1], Literal["Carriage"]]`
[error] type-assertion-failure - :169:1 -
Old: Argument does not have asserted type `_StrPromise`
New: Type `_StrPromise` does not match asserted type `Literal[Vehicle.__empty__]`
[error] type-assertion-failure - :175:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :176:1 -
Old: Argument does not have asserted type `list[str | None]`
New: Type `list[str | None]` does not match asserted type `list[str]`
[error] type-assertion-failure - :177:1 -
Old: Argument does not have asserted type `list[tuple[str | None, str]]`
New: Type `list[tuple[str | None, str]]` does not match asserted type `list[tuple[str, @Todo]]`
[error] type-assertion-failure - :180:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :181:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Literal["M"]`
[error] type-assertion-failure - :183:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Literal[Gender.__empty__]`
[error] type-assertion-failure - :188:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :190:1 -
Old: Argument does not have asserted type `list[tuple[str, str]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
[error] type-assertion-failure - :193:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :194:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :201:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :202:1 -
Old: Argument does not have asserted type `list[bytes]`
New: Type `list[bytes]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :203:1 -
Old: Argument does not have asserted type `list[tuple[bytes, str]]`
New: Type `list[tuple[bytes, str]]` does not match asserted type `list[tuple[Any, @Todo]]`
[error] type-assertion-failure - :206:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :207:1 -
Old: Argument does not have asserted type `bytes`
New: Type `bytes` does not match asserted type `tuple[Literal[b"\x1c"], Literal["File Separator"]]`
[error] type-assertion-failure - :215:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :216:1 -
Old: Argument does not have asserted type `list[int | float | None]`
New: Type `list[int | float | None]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :217:1 -
Old: Argument does not have asserted type `list[tuple[int | float | None, str]]`
New: Type `list[tuple[int | float | None, str]]` does not match asserted type `list[tuple[Any, @Todo]]`
[error] type-assertion-failure - :220:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :221:1 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `tuple[float, Literal["Ï€"]]`
[error] type-assertion-failure - :223:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Literal[Constants.__empty__]`
[error] type-assertion-failure - :229:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :230:1 -
Old: Argument does not have asserted type `list[Any | None]`
New: Type `list[Any | None]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :231:1 -
Old: Argument does not have asserted type `list[tuple[Any | None, str]]`
New: Type `list[tuple[Any | None, str]]` does not match asserted type `list[tuple[Any, @Todo]]`
[error] type-assertion-failure - :234:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :235:1 -
Old: Argument does not have asserted type `Any`
New: Type `Any` does not match asserted type `Literal[1]`
[error] type-assertion-failure - :237:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `@Todo`
[error] type-assertion-failure - :242:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :244:1 -
Old: Argument does not have asserted type `list[tuple[str, str]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
[error] type-assertion-failure - :247:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :248:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `tuple[Literal["N"], Literal["North"]]`
[error] type-assertion-failure - :254:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :256:1 -
Old: Argument does not have asserted type `list[tuple[str, str]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
[error] type-assertion-failure - :259:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :260:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `tuple[Literal["N"], Literal["North"]]`
[error] type-assertion-failure - :266:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[@Todo]`
[error] type-assertion-failure - :268:1 -
Old: Argument does not have asserted type `list[tuple[str, str]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
[error] type-assertion-failure - :273:1 -
Old: Argument does not have asserted type `list[int]`
New: Type `list[int]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :278:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :283:1 -
Old: Argument does not have asserted type `list[int | str]`
New: Type `list[int | str]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :292:1 -
Old: Argument does not have asserted type `list[tuple[int, _StrPromise]]`
New: Type `list[tuple[int, _StrPromise]]` does not match asserted type `Unknown | list[tuple[int, @Todo]]`
[error] type-assertion-failure - :293:1 -
Old: Argument does not have asserted type `list[tuple[int, _StrPromise]]`
New: Type `list[tuple[int, _StrPromise]]` does not match asserted type `Unknown | list[tuple[int, @Todo]]`
[error] type-assertion-failure - :294:1 -
Old: Argument does not have asserted type `list[tuple[str, str]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`

tests/assert_type/http/test_request.py

[error] type-assertion-failure - :13:1 -
Old: Argument does not have asserted type `_ImmutableQueryDict`
New: Type `_ImmutableQueryDict` does not match asserted type `QueryDict`
[error] type-assertion-failure - :14:1 -
Old: Argument does not have asserted type `_ImmutableQueryDict`
New: Type `_ImmutableQueryDict` does not match asserted type `QueryDict`
[error] type-assertion-failure - :15:1 -
Old: Argument does not have asserted type `_ImmutableQueryDict`
New: Type `_ImmutableQueryDict` does not match asserted type `QueryDict`
[error] type-assertion-failure - :16:1 -
Old: Argument does not have asserted type `_ImmutableQueryDict`
New: Type `_ImmutableQueryDict` does not match asserted type `QueryDict`
[error] type-assertion-failure - :21:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `str | list[object]`
[error] type-assertion-failure - :24:1 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[str] | Unknown`
[error] type-assertion-failure - :33:1 -
Old: Argument does not have asserted type `list[str] | int`
New: Type `list[str] | int` does not match asserted type `list[str] | Literal[12]`

tests/assert_type/views/test_generic.py

[error] type-assertion-failure - :14:1 -
Old: Argument does not have asserted type `type[MyModel]`
New: Type `type[MyModel]` does not match asserted type `@Todo`
[error] type-assertion-failure - :15:1 -
Old: Argument does not have asserted type `QuerySet[MyModel, MyModel] | None`
New: Type `QuerySet[MyModel, MyModel] | None` does not match asserted type `@Todo | None`
[error] type-assertion-failure - :24:1 -
Old: Argument does not have asserted type `type[MyModel] | None`
New: Type `type[MyModel] | None` does not match asserted type `@Todo | None`

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

python/egglog/declarations.py

[error] type-assertion-failure - :247:9 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~FunctionRef & ~ConstantRef & ~MethodRef & ~ClassVariableRef & ~ClassMethodRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef` is not equivalent to `Never`

python/egglog/egraph.py

[error] type-assertion-failure - :1259:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~RewriteOrRule & ~Action` is not equivalent to `Never`

python/egglog/egraph_state.py

[error] type-assertion-failure - :136:21 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~LetSchedulerDecl & ~RunDecl & ~SaturateDecl & ~RepeatDecl & ~SequenceDecl` is not equivalent to `Never`
[error] type-assertion-failure - :165:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~SaturateDecl & ~RepeatDecl & ~SequenceDecl & ~RunDecl & ~LetSchedulerDecl` is not equivalent to `Never`
[error] type-assertion-failure - :229:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~RunDecl & ~SaturateDecl & ~RepeatDecl & ~SequenceDecl` is not equivalent to `Never`
[error] type-assertion-failure - :302:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~ActionCommandDecl & ~RewriteDecl & ~BiRewriteDecl & ~RuleDecl & ~DefaultRewriteDecl` is not equivalent to `Never`
[error] type-assertion-failure - :339:25 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~Literal["delete"] & ~Literal["subsume"]` is not equivalent to `Never`
[error] type-assertion-failure - :352:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~LetDecl & ~SetDecl & ~ExprActionDecl & ~ChangeDecl & ~UnionDecl & ~PanicDecl & ~SetCostDecl` is not equivalent to `Never`
[error] type-assertion-failure - :380:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~EqDecl & ~ExprFactDecl` is not equivalent to `Never`
[error] type-assertion-failure - :442:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~RelationDecl & ~ConstantDecl & ~FunctionDecl & ~ConstructorDecl` is not equivalent to `Never`
[error] type-assertion-failure - :598:25 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~None & ~int & ~float & ~str` is not equivalent to `Never`
[error] type-assertion-failure - :621:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo` is not equivalent to `Never`
[error] type-assertion-failure - :683:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~FunctionRef & ~ConstantRef & ~MethodRef & ~ClassMethodRef & ~ClassVariableRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef` is not equivalent to `Never`
[error] type-assertion-failure - :917:13 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~TermVar & ~TermLit & ~TermApp` is not equivalent to `Never`

python/egglog/pretty.py

[error] type-assertion-failure - :225:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~RewriteDecl & ~BiRewriteDecl & ~RuleDecl & ~SetDecl & ~UnionDecl & ~EqDecl & ~LetDecl & ~ExprActionDecl & ~ExprFactDecl & ~ChangeDecl & ~SaturateDecl & ~RepeatDecl & ~ActionCommandDecl & ~PanicDecl & ~UnboundVarDecl & ~LetRefDecl & ~LitDecl & ~PyObjectDecl & ~SequenceDecl & ~RulesetDecl & ~CallDecl & ~GetCostDecl & ~RunDecl & ~PartialCallDecl & ~CombinedRulesetDecl & ~DefaultRewriteDecl & ~SetCostDecl & ~BackOffDecl & ~ValueDecl & ~LetSchedulerDecl` is not equivalent to `Never`
[error] type-assertion-failure - :290:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~None & ~int & ~float & ~str` is not equivalent to `Never`
[error] type-assertion-failure - :378:9 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo` is not equivalent to `Never`
[error] type-assertion-failure - :492:9 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~ClassMethodRef & ~MethodRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef` is not equivalent to `Never`
[error] type-assertion-failure - :537:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef` is not equivalent to `Never`

python/egglog/runtime.py

[error] type-assertion-failure - :887:13 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~InitRef & ~FunctionRef & ~MethodRef & ~ClassMethodRef & ~PropertyRef & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef` is not equivalent to `Never`

python/egglog/type_constraint_solver.py

[error] type-assertion-failure - :99:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~TypeRefWithVars & ~ClassTypeVarRef` is not equivalent to `Never`
[error] type-assertion-failure - :111:9 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~ClassTypeVarRef & ~TypeRefWithVars` is not equivalent to `Never`

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

freqtrade/rpc/telegram.py

[error] invalid-key - :555:49 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "pair" - did you mean "data"?
New: Unknown key "pair" for TypedDict `RPCAnalyzedDFMsg` - did you mean "data"?
[error] invalid-key - :555:49 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "pair" - did you mean "data"?
New: Unknown key "pair" for TypedDict `RPCNewCandleMsg` - did you mean "data"?
[error] invalid-key - :555:49 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "pair"
New: Unknown key "pair" for TypedDict `RPCStatusMsg`
[error] invalid-key - :555:49 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "pair"
New: Unknown key "pair" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :555:49 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "pair" - did you mean "data"?
New: Unknown key "pair" for TypedDict `RPCWhitelistMsg` - did you mean "data"?
[error] invalid-key - :556:26 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "trade_id"
New: Unknown key "trade_id" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :556:26 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "trade_id"
New: Unknown key "trade_id" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :556:26 -
Old: Invalid key for TypedDict `RPCProtectionMsg`: Unknown key "trade_id"
New: Unknown key "trade_id" for TypedDict `RPCProtectionMsg`
[error] invalid-key - :556:26 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "trade_id"
New: Unknown key "trade_id" for TypedDict `RPCStatusMsg`
[error] invalid-key - :556:26 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "trade_id"
New: Unknown key "trade_id" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :556:26 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "trade_id"
New: Unknown key "trade_id" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :556:54 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :556:54 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCEntryMsg`
[error] invalid-key - :556:54 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCExitMsg`
[error] invalid-key - :556:54 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :556:54 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCStatusMsg`
[error] invalid-key - :556:54 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :556:54 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :561:54 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :561:54 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCEntryMsg`
[error] invalid-key - :561:54 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCExitMsg`
[error] invalid-key - :561:54 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :561:54 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCStatusMsg`
[error] invalid-key - :561:54 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :561:54 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :562:25 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "pair" - did you mean "data"?
New: Unknown key "pair" for TypedDict `RPCAnalyzedDFMsg` - did you mean "data"?
[error] invalid-key - :562:25 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "pair" - did you mean "data"?
New: Unknown key "pair" for TypedDict `RPCNewCandleMsg` - did you mean "data"?
[error] invalid-key - :562:25 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "pair"
New: Unknown key "pair" for TypedDict `RPCStatusMsg`
[error] invalid-key - :562:25 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "pair"
New: Unknown key "pair" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :562:25 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "pair" - did you mean "data"?
New: Unknown key "pair" for TypedDict `RPCWhitelistMsg` - did you mean "data"?
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCCancelMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCCancelMsg`
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCEntryMsg`
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCExitCancelMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCExitCancelMsg`
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCExitMsg`
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCStatusMsg`
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :562:62 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :567:54 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :567:54 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCEntryMsg`
[error] invalid-key - :567:54 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCExitMsg`
[error] invalid-key - :567:54 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :567:54 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCStatusMsg`
[error] invalid-key - :567:54 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :567:54 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "reason"
New: Unknown key "reason" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCCancelMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCCancelMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCEntryMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCExitCancelMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCExitCancelMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCExitMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCStatusMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :568:58 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "lock_end_time"
New: Unknown key "lock_end_time" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCCancelMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCCancelMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCEntryMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCExitCancelMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCExitCancelMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCExitMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCProtectionMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCProtectionMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :572:41 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCCancelMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCCancelMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCEntryMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCExitCancelMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCExitCancelMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCExitMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCProtectionMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCProtectionMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :575:59 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCCancelMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCCancelMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCEntryMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCExitCancelMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCExitCancelMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCExitMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCProtectionMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCProtectionMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :578:59 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCCancelMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCCancelMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCEntryMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCExitCancelMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCExitCancelMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCExitMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCProtectionMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCProtectionMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :581:30 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "status"
New: Unknown key "status" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "msg"
New: Unknown key "msg" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCCancelMsg`: Unknown key "msg"
New: Unknown key "msg" for TypedDict `RPCCancelMsg`
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "msg"
New: Unknown key "msg" for TypedDict `RPCEntryMsg`
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCExitCancelMsg`: Unknown key "msg"
New: Unknown key "msg" for TypedDict `RPCExitCancelMsg`
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCExitMsg`: Unknown key "msg"
New: Unknown key "msg" for TypedDict `RPCExitMsg`
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "msg"
New: Unknown key "msg" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCProtectionMsg`: Unknown key "msg" - did you mean "id"?
New: Unknown key "msg" for TypedDict `RPCProtectionMsg` - did you mean "id"?
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "msg"
New: Unknown key "msg" for TypedDict `RPCStatusMsg`
[error] invalid-key - :583:30 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "msg"
New: Unknown key "msg" for TypedDict `RPCWhitelistMsg`
[error] invalid-key - :605:46 -
Old: Invalid key for TypedDict `RPCAnalyzedDFMsg`: Unknown key "exit_reason"
New: Unknown key "exit_reason" for TypedDict `RPCAnalyzedDFMsg`
[error] invalid-key - :605:46 -
Old: Invalid key for TypedDict `RPCCancelMsg`: Unknown key "exit_reason"
New: Unknown key "exit_reason" for TypedDict `RPCCancelMsg`
[error] invalid-key - :605:46 -
Old: Invalid key for TypedDict `RPCEntryMsg`: Unknown key "exit_reason"
New: Unknown key "exit_reason" for TypedDict `RPCEntryMsg`
[error] invalid-key - :605:46 -
Old: Invalid key for TypedDict `RPCNewCandleMsg`: Unknown key "exit_reason"
New: Unknown key "exit_reason" for TypedDict `RPCNewCandleMsg`
[error] invalid-key - :605:46 -
Old: Invalid key for TypedDict `RPCProtectionMsg`: Unknown key "exit_reason"
New: Unknown key "exit_reason" for TypedDict `RPCProtectionMsg`
[error] invalid-key - :605:46 -
Old: Invalid key for TypedDict `RPCStatusMsg`: Unknown key "exit_reason"
New: Unknown key "exit_reason" for TypedDict `RPCStatusMsg`
[error] invalid-key - :605:46 -
Old: Invalid key for TypedDict `RPCStrategyMsg`: Unknown key "exit_reason"
New: Unknown key "exit_reason" for TypedDict `RPCStrategyMsg`
[error] invalid-key - :605:46 -
Old: Invalid key for TypedDict `RPCWhitelistMsg`: Unknown key "exit_reason"
New: Unknown key "exit_reason" for TypedDict `RPCWhitelistMsg`

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

hydpy/core/devicetools.py

[error] type-assertion-failure - :2401:9 -
Old: Argument does not have asserted type `Never`
New: Type `Literal["inlets", "outlets", "observers", "receivers", "senders", "inputs", "outputs"]` is not equivalent to `Never`

hydpy/core/hydpytools.py

[error] type-assertion-failure - :2723:17 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~Literal["oldsim"] & ~Literal["obs_oldsim"] & ~Literal["oldsim_bi"] & ~Literal["obs_oldsim_bi"] & ~Literal["newsim_update"] & ~Literal["obs_newsim_update"] & ~Literal["newsim"] & ~Literal["obs"] & ~Literal["obs_newsim"] & ~Literal["obs_bi"]` is not equivalent to `Never`
[error] type-assertion-failure - :2767:17 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~Literal["obs_newsim"] & ~Literal["obs_oldsim"] & ~Literal["obs_oldsim_bi"] & ~Literal["obs_newsim_update"] & ~Literal["newsim"] & ~Literal["oldsim"] & ~Literal["obs"] & ~Literal["oldsim_bi"] & ~Literal["obs_bi"] & ~Literal["newsim_update"]` is not equivalent to `Never`

hydpy/core/itemtools.py

[error] type-assertion-failure - :424:9 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~Literal["global"] & ~Literal["selection"] & ~Literal["device"] & ~Literal["subunit"]` is not equivalent to `Never`
[error] type-assertion-failure - :655:13 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~Literal["global"] & ~Literal["selection"] & ~Literal["device"] & ~Literal["subunit"]` is not equivalent to `Never`
[error] type-assertion-failure - :965:13 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~Literal["global"] & ~Literal["selection"] & ~Literal["device"] & ~Literal["subunit"]` is not equivalent to `Never`
[error] type-assertion-failure - :1356:13 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~Literal["device"] & ~Literal["subunit"] & ~Literal["selection"] & ~Literal["global"]` is not equivalent to `Never`

hydpy/core/modeltools.py

[error] type-assertion-failure - :3166:25 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never`

hydpy/models/sw1d_channel.py

[error] type-assertion-failure - :1688:21 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
[error] type-assertion-failure - :1696:21 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
[error] type-assertion-failure - :1792:21 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
[error] type-assertion-failure - :1878:21 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
[error] type-assertion-failure - :1885:21 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
[error] type-assertion-failure - :1983:21 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`

hydpy/models/sw1d_network.py

[error] type-assertion-failure - :1167:37 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo & ~None & ~RoutingModel_V2 & ~RoutingModel_V1 & ~RoutingModel_V3` is not equivalent to `Never`

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

tests/annotations/declarations.py

[error] type-assertion-failure - :945:5 -
Old: Argument does not have asserted type `PBuilds[@Todo]`
New: Type `PBuilds[@Todo]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1062:5 -
Old: Argument does not have asserted type `Any`
New: Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1063:5 -
Old: Argument does not have asserted type `Any`
New: Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1064:5 -
Old: Argument does not have asserted type `Any`
New: Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1065:5 -
Old: Argument does not have asserted type `Any`
New: Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1066:5 -
Old: Argument does not have asserted type `Any`
New: Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1067:5 -
Old: Argument does not have asserted type `Any`
New: Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1074:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1075:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1076:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1087:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1088:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1089:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1211:5 -
Old: Argument does not have asserted type `dict[tuple[str | None, str], Any]`
New: Type `dict[tuple[str | None, str], Any]` does not match asserted type `dict[tuple[@Todo, @Todo], @Todo]`
[error] type-assertion-failure - :1222:5 -
Old: Argument does not have asserted type `list[StoreEntry]`
New: Type `list[StoreEntry]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :1402:5 -
Old: Argument does not have asserted type `PBuilds[int]`
New: Type `PBuilds[int]` does not match asserted type `PBuilds[Unknown]`
[error] type-assertion-failure - :1409:5 -
Old: Argument does not have asserted type `FullBuilds[int]`
New: Type `FullBuilds[int]` does not match asserted type `FullBuilds[Unknown]`

tests/annotations/mypy_checks.py

[error] type-assertion-failure - :18:5 -
Old: Argument does not have asserted type `A`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:5 -
Old: Argument does not have asserted type `A`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:5 -
Old: Argument does not have asserted type `A`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:5 -
Old: Argument does not have asserted type `A`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:5 -
Old: Argument does not have asserted type `A`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:5 -
Old: Argument does not have asserted type `A`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`

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

jax/experimental/mosaic/gpu/layout_inference.py

[error] type-assertion-failure - :892:9 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo` is not equivalent to `Never`

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

mesonbuild/cargo/manifest.py

[error] invalid-key - :304:17 -
Old: Invalid key for TypedDict `FromWorkspace`: Unknown key "version"
New: Unknown key "version" for TypedDict `FromWorkspace`

mesonbuild/interpreter/interpreter.py

[error] invalid-key - :1759:98 -
Old: Invalid key for TypedDict `FindProgram`: Unknown key "version_argument"
New: Unknown key "version_argument" for TypedDict `FindProgram`
[error] invalid-key - :2272:29 -
Old: Invalid key for TypedDict `BaseTest`: Unknown key "args"
New: Unknown key "args" for TypedDict `BaseTest`
[error] invalid-key - :2277:29 -
Old: Invalid key for TypedDict `BaseTest`: Unknown key "protocol"
New: Unknown key "protocol" for TypedDict `BaseTest`
[error] invalid-key - :2279:29 -
Old: Invalid key for TypedDict `BaseTest`: Unknown key "verbose"
New: Unknown key "verbose" for TypedDict `BaseTest`
[error] invalid-key - :2322:19 -
Old: Invalid key for TypedDict `FuncInstallHeaders`: Unknown key "preserve_path"
New: Unknown key "preserve_path" for TypedDict `FuncInstallHeaders`
[error] invalid-key - :2512:23 -
Old: Invalid key for TypedDict `FuncInstallData`: Unknown key "preserve_path"
New: Unknown key "preserve_path" for TypedDict `FuncInstallData`
[error] invalid-key - :2518:90 -
Old: Invalid key for TypedDict `FuncInstallData`: Unknown key "install_tag" - did you mean "install_dir"?
New: Unknown key "install_tag" for TypedDict `FuncInstallData` - did you mean "install_dir"?
[error] invalid-key - :2519:60 -
Old: Invalid key for TypedDict `FuncInstallData`: Unknown key "preserve_path"
New: Unknown key "preserve_path" for TypedDict `FuncInstallData`
[error] invalid-key - :2586:32 -
Old: Invalid key for TypedDict `FuncInstallSubdir`: Unknown key "install_tag" - did you mean "install_dir"?
New: Unknown key "install_tag" for TypedDict `FuncInstallSubdir` - did you mean "install_dir"?
[error] invalid-key - :2767:21 -
Old: Invalid key for TypedDict `ConfigureFile`: Unknown key "copy"
New: Unknown key "copy" for TypedDict `ConfigureFile`
[error] invalid-key - :3452:16 -
Old: Invalid key for TypedDict `Executable`: Unknown key "dependencies"
New: Unknown key "dependencies" for TypedDict `Executable`
[error] invalid-key - :3452:16 -
Old: Invalid key for TypedDict `Jar`: Unknown key "dependencies"
New: Unknown key "dependencies" for TypedDict `Jar`
[error] invalid-key - :3452:16 -
Old: Invalid key for TypedDict `SharedLibrary`: Unknown key "dependencies"
New: Unknown key "dependencies" for TypedDict `SharedLibrary`
[error] invalid-key - :3452:16 -
Old: Invalid key for TypedDict `SharedModule`: Unknown key "dependencies"
New: Unknown key "dependencies" for TypedDict `SharedModule`
[error] invalid-key - :3452:16 -
Old: Invalid key for TypedDict `StaticLibrary`: Unknown key "dependencies"
New: Unknown key "dependencies" for TypedDict `StaticLibrary`
[error] invalid-key - :3461:24 -
Old: Invalid key for TypedDict `StaticLibrary`: Unknown key "language_args"
New: Unknown key "language_args" for TypedDict `StaticLibrary`
[error] invalid-key - :3470:24 -
Old: Invalid key for TypedDict `SharedLibrary`: Unknown key "language_args"
New: Unknown key "language_args" for TypedDict `SharedLibrary`
[error] invalid-key - :3484:20 -
Old: Invalid key for TypedDict `Jar`: Unknown key "d_import_dirs"
New: Unknown key "d_import_dirs" for TypedDict `Jar`
[error] invalid-key - :3486:48 -
Old: Invalid key for TypedDict `Jar`: Unknown key "c_pch"
New: Unknown key "c_pch" for TypedDict `Jar`
[error] invalid-key - :3486:71 -
Old: Invalid key for TypedDict `Jar`: Unknown key "cpp_pch"
New: Unknown key "cpp_pch" for TypedDict `Jar`
[error] invalid-key - :3528:16 -
Old: Invalid key for TypedDict `Executable`: Unknown key "include_directories"
New: Unknown key "include_directories" for TypedDict `Executable`
[error] invalid-key - :3528:16 -
Old: Invalid key for TypedDict `Jar`: Unknown key "include_directories"
New: Unknown key "include_directories" for TypedDict `Jar`
[error] invalid-key - :3528:16 -
Old: Invalid key for TypedDict `SharedLibrary`: Unknown key "include_directories"
New: Unknown key "include_directories" for TypedDict `SharedLibrary`
[error] invalid-key - :3528:16 -
Old: Invalid key for TypedDict `SharedModule`: Unknown key "include_directories"
New: Unknown key "include_directories" for TypedDict `SharedModule`
[error] invalid-key - :3528:16 -
Old: Invalid key for TypedDict `StaticLibrary`: Unknown key "include_directories"
New: Unknown key "include_directories" for TypedDict `StaticLibrary`

mesonbuild/modules/python.py

[error] invalid-key - :154:20 -
Old: Invalid key for TypedDict `ExtensionModuleKw`: Unknown key "install_dir"
New: Unknown key "install_dir" for TypedDict `ExtensionModuleKw`
[error] invalid-key - :169:42 -
Old: Invalid key for TypedDict `ExtensionModuleKw`: Unknown key "limited_api"
New: Unknown key "limited_api" for TypedDict `ExtensionModuleKw`
[error] invalid-key - :215:24 -
Old: Invalid key for TypedDict `ExtensionModuleKw`: Unknown key "link_args"
New: Unknown key "link_args" for TypedDict `ExtensionModuleKw`
[error] invalid-key - :217:16 -
Old: Invalid key for TypedDict `ExtensionModuleKw`: Unknown key "dependencies"
New: Unknown key "dependencies" for TypedDict `ExtensionModuleKw`
[error] invalid-key - :262:24 -
Old: Invalid key for TypedDict `DependencyObjectKWs`: Unknown key "build_config"
New: Unknown key "build_config" for TypedDict `DependencyObjectKWs`
[error] invalid-key - :309:34 -
Old: Invalid key for TypedDict `PyInstallKw`: Unknown key "preserve_path"
New: Unknown key "preserve_path" for TypedDict `PyInstallKw`

unittests/cargotests.py

[error] invalid-key - :377:68 -
Old: Invalid key for TypedDict `FromWorkspace`: Unknown key "optional"
New: Unknown key "optional" for TypedDict `FromWorkspace`
[error] invalid-key - :385:62 -
Old: Invalid key for TypedDict `FromWorkspace`: Unknown key "features"
New: Unknown key "features" for TypedDict `FromWorkspace`

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

test/mitmproxy/addons/test_dns_resolver.py

[error] type-assertion-failure - :155:17 -
Old: Argument does not have asserted type `Never`
New: Type `@Todo` is not equivalent to `Never`

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

mkdocs/tests/config/config_options_tests.py

[error] type-assertion-failure - :72:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :114:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:9 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :136:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :300:9 -
Old: Argument does not have asserted type `_IpAddressValue`
New: Type `_IpAddressValue` does not match asserted type `Unknown`
[error] type-assertion-failure - :301:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :302:9 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :401:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :461:9 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :490:9 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :491:9 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :533:9 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :587:9 -
Old: Argument does not have asserted type `list[int]`
New: Type `list[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :612:9 -
Old: Argument does not have asserted type `list[int]`
New: Type `list[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :636:9 -
Old: Argument does not have asserted type `list[str] | None`
New: Type `list[str] | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :650:9 -
Old: Argument does not have asserted type `list[int | None]`
New: Type `list[int | None]` does not match asserted type `Unknown`
[error] type-assertion-failure - :694:9 -
Old: Argument does not have asserted type `list[ExtraScriptValue | str]`
New: Type `list[ExtraScriptValue | str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :712:9 -
Old: Argument does not have asserted type `list[ExtraScriptValue | str]`
New: Type `list[ExtraScriptValue | str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :753:9 -
Old: Argument does not have asserted type `dict[str, int]`
New: Type `dict[str, int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :778:9 -
Old: Argument does not have asserted type `dict[str, int]`
New: Type `dict[str, int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :802:9 -
Old: Argument does not have asserted type `dict[str, str] | None`
New: Type `dict[str, str] | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :816:9 -
Old: Argument does not have asserted type `dict[str, int | None]`
New: Type `dict[str, int | None]` does not match asserted type `Unknown`
[error] type-assertion-failure - :862:17 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :874:17 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :886:17 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1017:9 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1043:9 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1124:9 -
Old: Argument does not have asserted type `Theme`
New: Type `Theme` does not match asserted type `Unknown`
[error] type-assertion-failure - :1125:9 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1440:9 -
Old: Argument does not have asserted type `Sub`
New: Type `Sub` does not match asserted type `Unknown`
[error] type-assertion-failure - :1442:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1462:9 -
Old: Argument does not have asserted type `list[Sub]`
New: Type `list[Sub]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1464:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1481:9 -
Old: Argument does not have asserted type `list[Sub] | None`
New: Type `list[Sub] | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1484:9 -
Old: Argument does not have asserted type `int | None`
New: Type `int | None` does not match asserted type `@Todo`
[error] type-assertion-failure - :1513:9 -
Old: Argument does not have asserted type `list[Sub]`
New: Type `list[Sub]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1515:9 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :1542:9 -
Old: Argument does not have asserted type `list[Sub]`
New: Type `list[Sub]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1669:9 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1670:9 -
Old: Argument does not have asserted type `dict[str, dict[Unknown, Unknown]]`
New: Type `dict[str, dict[Unknown, Unknown]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1971:9 -
Old: Argument does not have asserted type `PluginCollection`
New: Type `PluginCollection` does not match asserted type `Unknown`
[error] type-assertion-failure - :1976:9 -
Old: Argument does not have asserted type `BasePlugin[Unknown]`
New: Type `BasePlugin[Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2405:9 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :2407:9 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :2409:9 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2418:9 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`

mkdocs/tests/plugin_tests.py

[error] type-assertion-failure - :78:9 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :80:9 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown | str | None`

mypy-protobuf (https://github.com/dropbox/mypy-protobuf)

test/test_generated_mypy.py

[error] type-assertion-failure - :487:5 -
Old: Argument does not have asserted type `UserId`
New: Type `UserId` does not match asserted type `Unknown`
[error] type-assertion-failure - :488:5 -
Old: Argument does not have asserted type `Email`
New: Type `Email` does not match asserted type `Unknown`
[error] type-assertion-failure - :489:5 -
Old: Argument does not have asserted type `ScalarMap[UserId, Email]`
New: Type `ScalarMap[UserId, Email]` does not match asserted type `Unknown`
[error] type-assertion-failure - :498:5 -
Old: Argument does not have asserted type `UserId`
New: Type `UserId` does not match asserted type `Unknown`
[error] type-assertion-failure - :499:5 -
Old: Argument does not have asserted type `Email`
New: Type `Email` does not match asserted type `Unknown`
[error] type-assertion-failure - :500:5 -
Old: Argument does not have asserted type `ScalarMap[UserId, Email]`
New: Type `ScalarMap[UserId, Email]` does not match asserted type `Unknown`

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

tests/arrays/test_arrays.py

[error] type-assertion-failure - :11:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :12:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`

tests/arrays/test_cumul.py

[error] type-assertion-failure - :13:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :14:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :15:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:9 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:9 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:9 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:9 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`

tests/arrays/test_extension_array.py

[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:9 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:9 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `ExtensionArray`
New: Type `ExtensionArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `IntegerArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `signedinteger[@Todo]`
New: Type `signedinteger[@Todo]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `signedinteger[@Todo]`
New: Type `signedinteger[@Todo]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `signedinteger[@Todo]`
New: Type `signedinteger[@Todo]` does not match asserted type `Unknown`

tests/indexes/arithmetic/bool/test_add.py

[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :80:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/bool/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :118:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/arithmetic/bool/test_sub.py

[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :68:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :95:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/bool/test_truediv.py

[error] type-assertion-failure - :20:18 -
Old: Argument does not have asserted type `Index[bool]`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :65:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :95:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`

tests/indexes/arithmetic/complex/test_add.py

[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/complex/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :118:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/arithmetic/complex/test_sub.py

[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :80:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/complex/test_truediv.py

[error] type-assertion-failure - :14:18 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`

tests/indexes/arithmetic/float/test_add.py

[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :80:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/float/test_floordiv.py

[error] type-assertion-failure - :25:18 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :90:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`

tests/indexes/arithmetic/float/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/arithmetic/float/test_sub.py

[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/float/test_truediv.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Timedelta`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`

tests/indexes/arithmetic/int/test_add.py

[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :80:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/int/test_floordiv.py

[error] type-assertion-failure - :25:18 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :90:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`

tests/indexes/arithmetic/int/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :118:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/arithmetic/int/test_sub.py

[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/int/test_truediv.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Timedelta`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`

tests/indexes/arithmetic/str/test_add.py

[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :57:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/str/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Never`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Never`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Never`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `@Todo`
[error] type-assertion-failure - :91:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :92:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :93:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :94:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Unknown`

tests/indexes/arithmetic/test_add.py

[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :102:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :111:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`

tests/indexes/arithmetic/test_floordiv.py

[error] type-assertion-failure - :25:18 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :90:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :137:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :138:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`

tests/indexes/arithmetic/test_mul.py

[error] type-assertion-failure - :18:18 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`

tests/indexes/arithmetic/test_sub.py

[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`

tests/indexes/arithmetic/test_truediv.py

[error] type-assertion-failure - :19:18 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :102:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :103:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :104:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Path`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Path`

tests/indexes/arithmetic/timedeltaindex/test_floordiv.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :85:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :90:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :115:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`

tests/indexes/arithmetic/timedeltaindex/test_mul.py

[error] type-assertion-failure - :20:18 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :69:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :73:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :102:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :103:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :109:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/arithmetic/timedeltaindex/test_truediv.py

[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :85:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :90:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :115:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Never`

tests/indexes/test_categoricalindex.py

[error] type-assertion-failure - :17:9 -
Old: Argument does not have asserted type `CategoricalIndex[str]`
New: Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `CategoricalIndex[str]`
New: Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`
[error] type-assertion-failure - :34:9 -
Old: Argument does not have asserted type `CategoricalIndex[str]`
New: Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`

tests/indexes/test_datetime_index.py

[error] type-assertion-failure - :26:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :76:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `DatetimeIndex | list[Unknown | Timestamp]`

tests/indexes/test_indexes.py

[error] type-assertion-failure - :70:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :76:9 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :82:9 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117:9 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :120:9 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:9 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:9 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:9 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `list[int]`
New: Type `list[int]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `list[int]`
New: Type `list[int]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Index[str]`
[error] type-assertion-failure - :159:11 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :162:11 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :172:9 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :181:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any] | list[Unknown | int | None]`
[error] type-assertion-failure - :183:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any] | list[Unknown | int]`
[error] type-assertion-failure - :186:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any] | list[Unknown | int | None]`
[error] type-assertion-failure - :187:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any] | list[Unknown | int]`
[error] type-assertion-failure - :218:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :232:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :233:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :237:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :244:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :276:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :288:9 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any] | list[Unknown | str]`
[error] type-assertion-failure - :295:9 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any] | list[Unknown | str]`
[error] type-assertion-failure - :473:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int | float]]`
New: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :481:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timestamp]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :491:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
New: Type `IntervalIndex[Interval[Timedelta]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :508:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int | float]]`
New: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :527:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timestamp]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :544:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
New: Type `IntervalIndex[Interval[Timedelta]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :560:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int | float]]`
New: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :569:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timestamp]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :577:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timestamp]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :603:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int | float]]`
New: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :622:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int | float]]`
New: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :651:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timestamp]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :672:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int | float]]`
New: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :692:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timestamp]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :700:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timestamp]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :724:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :822:11 -
Old: Argument does not have asserted type `list[int]`
New: Type `list[int]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :823:11 -
Old: Argument does not have asserted type `list[int]`
New: Type `list[int]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :831:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :832:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :833:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `int`
[error] type-assertion-failure - :834:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :835:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :836:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :837:11 -
Old: Argument does not have asserted type `tuple[Index[int], Index[int]]`
New: Type `tuple[Index[int], Index[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :838:11 -
Old: Argument does not have asserted type `tuple[Index[int], Index[int]]`
New: Type `tuple[Index[int], Index[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :839:11 -
Old: Argument does not have asserted type `tuple[Index[int], Index[int]]`
New: Type `tuple[Index[int], Index[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :842:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :857:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :872:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :893:11 -
Old: Argument does not have asserted type `Period`
New: Type `Period` does not match asserted type `PeriodIndex`
[error] type-assertion-failure - :898:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - :903:11 -
Old: Argument does not have asserted type `Timedelta`
New: Type `Timedelta` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :914:11 -
Old: Argument does not have asserted type `Interval[int]`
New: Type `Interval[int]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :927:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `IntervalIndex[Interval[int | float]]`
[error] type-assertion-failure - :943:11 -
Old: Argument does not have asserted type `Interval[Timestamp]`
New: Type `Interval[Timestamp]` does not match asserted type `IntervalIndex[Interval[Timestamp]]`
[error] type-assertion-failure - :959:11 -
Old: Argument does not have asserted type `Interval[Timedelta]`
New: Type `Interval[Timedelta]` does not match asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :968:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :976:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :977:11 -
Old: Argument does not have asserted type `tuple[Unknown, ...]`
New: Type `tuple[Unknown, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - :978:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :981:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :982:11 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :983:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :991:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :992:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :994:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :995:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :996:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :998:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :999:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1000:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1001:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1008:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1009:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1010:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1017:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1018:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1019:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1031:11 -
Old: Argument does not have asserted type `Series[@Todo]`
New: Type `Series[@Todo]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1039:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1042:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1045:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1048:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1053:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1058:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1063:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1068:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1073:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1078:9 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1085:9 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1090:9 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1095:9 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1100:9 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1107:9 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1112:9 -
Old: Argument does not have asserted type `Index[int | float | complex]`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1152:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1153:11 -
Old: Argument does not have asserted type `Index[int | float]`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1155:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1160:9 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1165:9 -
Old: Argument does not have asserted type `PeriodIndex`
New: Type `PeriodIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1170:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[Timestamp]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1182:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :1183:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1187:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1249:11 -
Old: Argument does not have asserted type `CategoricalIndex[Any]`
New: Type `CategoricalIndex[Any]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1272:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1290:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1302:9 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1333:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1338:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1363:11 -
Old: Argument does not have asserted type `signedinteger[@Todo]`
New: Type `signedinteger[@Todo]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1372:11 -
Old: Argument does not have asserted type `signedinteger[@Todo]`
New: Type `signedinteger[@Todo]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1373:11 -
Old: Argument does not have asserted type `signedinteger[@Todo]`
New: Type `signedinteger[@Todo]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1374:11 -
Old: Argument does not have asserted type `signedinteger[@Todo]`
New: Type `signedinteger[@Todo]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1401:9 -
Old: Argument does not have asserted type `Categorical`
New: Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - :1424:11 -
Old: Argument does not have asserted type `ExtensionArray`
New: Type `ExtensionArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :1461:9 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1463:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1465:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1470:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1474:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1482:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1483:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1489:11 -
Old: Argument does not have asserted type `MultiIndex`
New: Type `MultiIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1497:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1500:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Index[Any] | Series[Any]`
[error] type-assertion-failure - :1508:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `DatetimeIndex | TimedeltaIndex`
[error] type-assertion-failure - :1513:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `DatetimeIndex | Series[Timedelta]`
[error] type-assertion-failure - :1516:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `DatetimeIndex | Index[Any]`
[error] type-assertion-failure - :1519:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `DatetimeIndex | Series[Any]`

tests/indexes/test_rangeindex.py

[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Index[int]`
New: Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `list[int]`
New: Type `list[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:9 -
Old: Argument does not have asserted type `tuple[Index[Any], @Todo | None, @Todo | None]`
New: Type `tuple[Index[Any], @Todo | None, @Todo | None]` does not match asserted type `Unknown`

tests/scalars/test_scalars.py

[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :68:9 -
Old: Argument does not have asserted type `Literal["left", "right", "both", "neither"]`
New: Type `Literal["left", "right", "both", "neither"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :81:9 -
Old: Argument does not have asserted type `Literal["left", "right", "both", "neither"]`
New: Type `Literal["left", "right", "both", "neither"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `float`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `float`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `float`
[error] type-assertion-failure - :94:9 -
Old: Argument does not have asserted type `Literal["left", "right", "both", "neither"]`
New: Type `Literal["left", "right", "both", "neither"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :108:9 -
Old: Argument does not have asserted type `Literal["left", "right", "both", "neither"]`
New: Type `Literal["left", "right", "both", "neither"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :134:9 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :161:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :168:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :169:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :184:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :185:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :193:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :209:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :216:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :217:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :226:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :239:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :252:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :253:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :259:9 -
Old: Argument does not have asserted type `Interval[Timestamp]`
New: Type `Interval[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :267:9 -
Old: Argument does not have asserted type `Interval[Timedelta]`
New: Type `Interval[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :271:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :272:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :273:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :274:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :280:9 -
Old: Argument does not have asserted type `Interval[Timestamp]`
New: Type `Interval[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :288:9 -
Old: Argument does not have asserted type `Interval[Timedelta]`
New: Type `Interval[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :534:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :535:11 -
Old: Argument does not have asserted type `PeriodIndex`
New: Type `PeriodIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :536:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :542:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :545:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `datetime64[date | int | None]`
[error] type-assertion-failure - :586:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :593:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `datetime64[date | int | None]`
[error] type-assertion-failure - :613:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :641:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `@Todo`
[error] type-assertion-failure - :659:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Timedelta`
[error] type-assertion-failure - :660:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Timedelta`
[error] type-assertion-failure - :697:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :700:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :704:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :707:9 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :711:11 -
Old: Argument does not have asserted type `Timedelta`
New: Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - :768:17 -
Old: Argument does not have asserted type `Literal[False]`
New: Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :769:17 -
Old: Argument does not have asserted type `Literal[True]`
New: Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :771:17 -
Old: Argument does not have asserted type `Literal[False]`
New: Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :772:17 -
Old: Argument does not have asserted type `Literal[True]`
New: Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :789:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :790:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :797:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :798:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :805:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :806:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1033:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1039:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1042:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1045:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1046:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1048:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :1052:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1057:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1072:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1075:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1103:17 -
Old: Argument does not have asserted type `bool[bool]`
New: Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1104:17 -
Old: Argument does not have asserted type `bool[bool]`
New: Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1120:17 -
Old: Argument does not have asserted type `bool[bool]`
New: Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1121:17 -
Old: Argument does not have asserted type `bool[bool]`
New: Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1134:17 -
Old: Argument does not have asserted type `Literal[False]`
New: Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1135:17 -
Old: Argument does not have asserted type `Literal[True]`
New: Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1137:17 -
Old: Argument does not have asserted type `Literal[False]`
New: Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1138:17 -
Old: Argument does not have asserted type `Literal[True]`
New: Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1153:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1156:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1157:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1164:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1165:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1172:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1173:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1344:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1346:9 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1349:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1351:9 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1536:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1564:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1565:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1566:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1567:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1568:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1581:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1593:9 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1687:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1689:11 -
Old: Argument does not have asserted type `Series[Period]`
New: Type `Series[Period]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1702:11 -
Old: Argument does not have asserted type `PeriodIndex`
New: Type `PeriodIndex` does not match asserted type `Period`
[error] type-assertion-failure - :1704:11 -
Old: Argument does not have asserted type `Series[Period]`
New: Type `Series[Period]` does not match asserted type `Period`
[error] type-assertion-failure - :1705:11 -
Old: Argument does not have asserted type `PeriodIndex`
New: Type `PeriodIndex` does not match asserted type `Period`
[error] type-assertion-failure - :1706:11 -
Old: Argument does not have asserted type `NaTType`
New: Type `NaTType` does not match asserted type `Period`
[error] type-assertion-failure - :1708:11 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1709:11 -
Old: Argument does not have asserted type `Series[Period]`
New: Type `Series[Period]` does not match asserted type `Period`
[error] type-assertion-failure - :1715:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Period`
[error] type-assertion-failure - :1716:11 -
Old: Argument does not have asserted type `BaseOffset`
New: Type `BaseOffset` does not match asserted type `Period`
[error] type-assertion-failure - :1717:11 -
Old: Argument does not have asserted type `Series[Period]`
New: Type `Series[Period]` does not match asserted type `Period`
[error] type-assertion-failure - :1718:11 -
Old: Argument does not have asserted type `PeriodIndex`
New: Type `PeriodIndex` does not match asserted type `Period`
[error] type-assertion-failure - :1719:11 -
Old: Argument does not have asserted type `NaTType`
New: Type `NaTType` does not match asserted type `Period`
[error] type-assertion-failure - :1731:11 -
Old: Argument does not have asserted type `Period`
New: Type `Period` does not match asserted type `timedelta64[timedelta | int | None]`
[error] type-assertion-failure - :1734:11 -
Old: Argument does not have asserted type `Period`
New: Type `Period` does not match asserted type `signedinteger[_64Bit] | Period`
[error] type-assertion-failure - :1740:11 -
Old: Argument does not have asserted type `Series[Period]`
New: Type `Series[Period]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1744:11 -
Old: Argument does not have asserted type `NaTType`
New: Type `NaTType` does not match asserted type `Period`
[error] type-assertion-failure - :1745:11 -
Old: Argument does not have asserted type `NaTType`
New: Type `NaTType` does not match asserted type `Period`
[error] type-assertion-failure - :1747:11 -
Old: Argument does not have asserted type `Period`
New: Type `Period` does not match asserted type `@Todo`
[error] type-assertion-failure - :1771:17 -
Old: Argument does not have asserted type `Literal[False]`
New: Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1772:17 -
Old: Argument does not have asserted type `Literal[True]`
New: Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1781:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1782:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1789:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1790:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1797:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1798:17 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1845:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1846:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1848:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1849:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1851:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1852:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1866:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1867:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1869:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1870:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1872:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1873:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1887:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1888:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1890:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1891:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1893:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`
[error] type-assertion-failure - :1894:20 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `bool`

tests/series/arithmetic/bool/test_add.py

[error] type-assertion-failure - :15:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :73:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :95:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :98:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :109:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :110:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :115:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :128:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :149:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :155:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :158:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/bool/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Never`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :103:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :124:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :125:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :171:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :172:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :173:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :180:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :181:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :186:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :187:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :188:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :189:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :194:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :195:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :196:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :198:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :214:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :215:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :216:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :217:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :222:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :224:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :225:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :230:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :231:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :232:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :233:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :239:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :240:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :242:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/bool/test_sub.py

[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :96:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :107:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :108:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :109:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :113:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :116:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :137:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :150:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :164:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :165:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :171:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :175:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :176:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :181:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :182:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :184:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/bool/test_truediv.py

[error] type-assertion-failure - :20:18 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :47:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :65:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :73:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :98:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :106:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :112:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :121:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :133:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :153:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :164:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :165:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :172:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :180:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :182:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :195:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :196:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :197:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :202:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :203:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :207:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :208:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :210:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :217:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :218:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :219:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :224:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :226:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :233:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :234:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :236:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :249:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :250:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :251:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :255:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :256:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :257:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :261:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :262:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :264:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :271:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :272:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :273:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :277:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :278:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :280:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :287:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :288:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :290:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/arithmetic/complex/test_add.py

[error] type-assertion-failure - :15:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :103:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :104:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :105:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :106:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :109:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :112:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :115:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :118:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :137:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :145:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :148:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :151:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :165:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :166:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :167:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :168:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :171:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :172:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :173:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :175:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :176:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :181:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :184:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :187:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :190:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/complex/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :59:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :65:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :68:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :106:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :109:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :112:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :115:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :136:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :137:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :157:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :158:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :159:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :165:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :168:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :171:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :174:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :190:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :191:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :193:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :198:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :199:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :200:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :206:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :207:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :208:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :209:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :215:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :218:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :221:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :224:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :240:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :241:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :242:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :243:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :248:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :249:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :250:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :251:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :256:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :257:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :258:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :259:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :265:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :268:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :271:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :274:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/complex/test_sub.py

[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :105:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :106:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :107:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :108:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :111:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :114:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :117:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :120:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :137:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :138:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :150:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :153:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :167:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :168:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :172:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :173:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :174:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :175:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :180:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :183:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :186:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :189:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :192:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/complex/test_truediv.py

[error] type-assertion-failure - :14:18 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :32:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :47:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :58:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :63:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :68:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :73:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :79:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :82:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :85:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :88:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :102:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :103:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :104:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :174:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :175:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :176:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :198:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :203:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :208:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :213:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :218:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :219:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :220:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :221:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :224:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :229:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :234:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :239:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :245:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :248:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :251:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :254:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :265:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :266:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :267:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :268:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :270:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :271:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :272:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :273:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :276:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :281:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :286:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :291:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :296:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :297:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :298:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :299:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :302:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :307:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :312:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :317:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :323:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :326:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :329:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :332:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :343:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :344:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :345:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :346:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :348:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :349:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :350:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :351:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :354:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :359:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :364:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :369:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :374:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :375:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :376:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :377:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :380:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :385:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :390:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :395:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :401:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :404:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :407:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :410:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/arithmetic/float/test_add.py

[error] type-assertion-failure - :15:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :73:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :95:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :98:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :109:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :110:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :115:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :128:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :149:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :155:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :158:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/float/test_floordiv.py

[error] type-assertion-failure - :25:18 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :64:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :107:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :128:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :129:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :130:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :153:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :155:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :160:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :175:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :176:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :183:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :184:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :185:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :189:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :191:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :193:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :199:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :200:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :206:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :221:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :222:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :223:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :229:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :230:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :231:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :235:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :237:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :239:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :245:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :246:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :247:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :252:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/float/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :62:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :103:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :124:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :158:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :170:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :171:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :172:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :173:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :176:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :180:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :181:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :184:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :186:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :187:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :188:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :194:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :195:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :196:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :198:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :202:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :214:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :215:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :216:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :217:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :220:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :222:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :224:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :225:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :228:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :230:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :231:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :232:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :233:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :236:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :239:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :240:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :242:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :246:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/float/test_sub.py

[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :100:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :113:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :118:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :130:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :149:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :153:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :157:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :158:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :160:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/float/test_truediv.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :54:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :74:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :81:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :90:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :103:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :104:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :105:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :106:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :113:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :123:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :143:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :150:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :159:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :163:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :180:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :182:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :183:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :200:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :202:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :204:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :212:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :213:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :214:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :215:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :220:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :221:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :222:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :224:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :231:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :236:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :237:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :240:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :244:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :257:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :270:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :277:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :289:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :290:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :291:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :292:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :297:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :298:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :299:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :300:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :303:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :305:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :306:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :307:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :309:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :317:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :318:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :319:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :320:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :325:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :326:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :327:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :329:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :336:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :341:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :342:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :343:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :345:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :349:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :361:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :362:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :363:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :364:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :369:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :370:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :371:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :372:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :375:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :377:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :378:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :379:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :381:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :389:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :390:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :391:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :392:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :397:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :398:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :399:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :401:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :408:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :413:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :414:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :415:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :417:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :421:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/int/test_add.py

[error] type-assertion-failure - :15:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :73:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :95:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :98:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :109:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :110:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :115:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :128:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :149:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :155:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :158:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/int/test_floordiv.py

[error] type-assertion-failure - :25:18 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :64:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - :102:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - :107:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int]`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :128:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :129:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :130:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :149:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :155:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :157:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :162:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :185:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :186:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :187:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :191:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :193:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :194:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :195:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :202:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :203:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :208:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :224:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :225:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :231:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :232:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :233:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :237:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :239:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :240:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :241:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :247:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :248:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :249:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :254:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/int/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :62:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :103:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :124:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :158:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :170:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :171:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :172:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :173:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :176:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :180:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :181:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :184:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :186:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :187:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :188:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :194:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :195:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :196:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :198:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :202:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :214:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :215:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :216:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :217:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :220:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :222:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :224:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :225:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :228:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :230:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :231:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :232:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :233:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :236:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :239:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :240:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :242:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :246:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/int/test_sub.py

[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :100:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :113:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :118:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :130:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :149:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :153:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :157:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :158:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :160:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/arithmetic/int/test_truediv.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :54:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :74:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :81:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :90:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :103:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :104:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :105:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :106:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :113:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :123:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :143:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :150:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :159:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :163:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :180:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `@Todo`
[error] type-assertion-failure - :182:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :183:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :200:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :202:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :204:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :212:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :213:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :214:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :215:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :220:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :221:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :222:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :224:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :231:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :236:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :237:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :240:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :245:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :261:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :274:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :281:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :293:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :294:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :295:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :296:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :301:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :302:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :303:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :304:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :307:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :309:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :310:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :311:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :313:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :321:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :322:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :323:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :324:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :329:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :330:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :331:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :333:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :340:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :345:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :346:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :347:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :349:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :353:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :365:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :366:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :367:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :368:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :373:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :374:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :375:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :376:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :379:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :381:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :382:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :383:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :385:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :393:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :394:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :395:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :396:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :401:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :402:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :403:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :405:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :412:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :417:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :418:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :419:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :421:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :425:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/period/test_sub.py

[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :17:11 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Period`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:11 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Unknown`

tests/series/arithmetic/str/test_add.py

[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `@Todo`
[error] type-assertion-failure - :96:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :110:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :118:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`

tests/series/arithmetic/str/test_mul.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Never`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Never`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Never`
[error] type-assertion-failure - :124:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `@Todo`
[error] type-assertion-failure - :127:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :128:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :129:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :130:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :155:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :174:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :183:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :220:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :229:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :247:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`

tests/series/arithmetic/test_add.py

[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :137:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :138:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Index[Any]`

tests/series/arithmetic/test_floordiv.py

[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :93:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :102:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :107:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :125:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :129:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :132:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :135:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :153:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :157:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :163:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :169:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :178:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :193:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :194:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :195:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :203:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :204:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :205:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :209:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :211:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :212:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :213:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :219:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :228:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :243:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :244:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :245:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :251:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :252:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :253:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :257:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :259:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :260:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :261:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :275:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`

tests/series/arithmetic/test_mul.py

[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :80:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`

tests/series/arithmetic/test_sub.py

[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :82:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :203:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :207:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :213:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :216:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :224:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :225:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :226:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :234:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :235:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :246:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `datetime64[date | int | None]`
[error] type-assertion-failure - :252:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `datetime64[date | int | None]`
[error] type-assertion-failure - :260:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :263:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :271:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :273:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :282:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :283:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :290:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :292:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :296:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :299:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :307:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :309:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`

tests/series/arithmetic/test_truediv.py

[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :50:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :92:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :103:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :105:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :107:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :108:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :113:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :115:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :149:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :151:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :154:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :155:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :181:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :182:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :183:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :184:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :191:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :193:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :194:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :199:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :228:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :229:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :230:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :231:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :232:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :237:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :239:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :240:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :241:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :244:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :246:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :247:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :248:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :249:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :250:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :255:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :257:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :258:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :259:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :260:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :261:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :266:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :297:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :298:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :299:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :300:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :301:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :306:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :307:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :308:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :309:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :310:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :313:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :315:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :316:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :317:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :318:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :319:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :324:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :325:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :326:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :327:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :328:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :359:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :360:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :361:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :365:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :366:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :375:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :376:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Path`
[error] type-assertion-failure - :378:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :379:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :381:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :382:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`

tests/series/arithmetic/timedelta/test_add.py

[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `datetime64[date | int | None]`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `timedelta64[timedelta | int | None]`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :108:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :109:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :126:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :138:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`

tests/series/arithmetic/timedelta/test_floordiv.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :54:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :59:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :114:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :135:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :137:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :139:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :140:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :141:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :157:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :162:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :186:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :190:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :194:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :198:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :211:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :212:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :216:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :224:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :229:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :234:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :241:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :249:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :262:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :263:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :267:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :275:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Never`
[error] type-assertion-failure - :280:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :285:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :292:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :300:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`

tests/series/arithmetic/timedelta/test_mul.py

[error] type-assertion-failure - :20:18 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :69:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :97:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :101:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :138:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :153:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :159:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :160:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :174:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :175:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :181:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :182:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :188:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :195:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :196:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/timedelta/test_sub.py

[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `datetime64[date | int | None]`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `timedelta64[timedelta | int | None]`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :110:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :120:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :135:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :153:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :155:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :160:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :162:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`

tests/series/arithmetic/timedelta/test_truediv.py

[error] type-assertion-failure - :26:18 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :54:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :57:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :66:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :87:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :97:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :98:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :102:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :110:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :115:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :118:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :123:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :127:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :128:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :140:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :161:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :162:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :163:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :165:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :166:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :167:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :183:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :186:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :191:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :195:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :196:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :200:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :208:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :216:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :225:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :229:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :233:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :237:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :241:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :245:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :258:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :259:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :263:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :271:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :276:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :279:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :284:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :288:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :289:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :293:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :301:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :309:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :322:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :323:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :327:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :335:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :340:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :343:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :348:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :352:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :353:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :357:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :365:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :373:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`

tests/series/arithmetic/timestamp/test_add.py

[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `timedelta64[timedelta | int | None]`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :77:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :103:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :107:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `@Todo`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :134:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :166:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :174:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`

tests/series/arithmetic/timestamp/test_sub.py

[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `datetime64[date | int | None]`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :107:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :116:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :119:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :137:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :139:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :149:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :150:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :157:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :159:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`

tests/series/test_agg.py

[error] type-assertion-failure - :14:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :15:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :16:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `int | float | complex`
New: Type `int | float | complex` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:15 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:15 -
Old: Argument does not have asserted type `float64`
New: Type `float64` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :76:11 -
Old: Argument does not have asserted type `Timedelta`
New: Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :83:11 -
Old: Argument does not have asserted type `Timedelta`
New: Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:11 -
Old: Argument does not have asserted type `Timedelta`
New: Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:11 -
Old: Argument does not have asserted type `Timedelta`
New: Type `Timedelta` does not match asserted type `Unknown`

tests/series/test_cumul.py

[error] type-assertion-failure - :13:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :18:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :56:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`

tests/series/test_properties.py

[error] type-assertion-failure - :37:9 -
Old: Argument does not have asserted type `TimestampProperties`
New: Type `TimestampProperties` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:9 -
Old: Argument does not have asserted type `TimedeltaProperties`
New: Type `TimedeltaProperties` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:9 -
Old: Argument does not have asserted type `Categorical`
New: Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:9 -
Old: Argument does not have asserted type `IntervalArray`
New: Type `IntervalArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:9 -
Old: Argument does not have asserted type `DatetimeArray`
New: Type `DatetimeArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :76:9 -
Old: Argument does not have asserted type `TimedeltaArray`
New: Type `TimedeltaArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :80:11 -
Old: Argument does not have asserted type `ExtensionArray`
New: Type `ExtensionArray` does not match asserted type `Unknown`

tests/series/test_series.py

[error] type-assertion-failure - :156:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :161:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :199:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :212:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :237:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :238:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :239:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :248:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :250:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :308:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :309:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :310:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :316:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :319:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :350:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :358:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :367:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :381:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Any`
[error] type-assertion-failure - :384:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :389:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :390:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :392:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :397:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :399:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :404:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :409:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :411:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :417:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :427:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :435:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :438:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :440:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :446:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :451:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :461:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :514:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :518:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :519:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :525:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :529:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :530:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :547:10 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :548:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :549:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :550:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :551:5 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :553:10 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :554:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :555:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :556:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :557:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :559:10 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :560:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :561:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :562:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :563:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :565:10 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :566:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :567:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :568:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :569:5 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :602:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :622:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :627:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :630:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :635:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :640:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :647:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :656:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :661:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :666:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :681:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :682:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :684:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :689:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :691:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :696:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :707:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :708:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :709:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :711:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :717:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :721:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :723:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :728:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :801:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :828:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :830:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :832:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :835:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :846:11 -
Old: Argument does not have asserted type `tuple[Series[int], Series[int]]`
New: Type `tuple[Series[int], Series[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :852:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :854:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :856:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :859:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :864:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :899:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :900:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :904:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :925:5 -
Old: Argument does not have asserted type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]`
New: Type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :927:5 -
Old: Argument does not have asserted type `tuple[tuple[Unknown, ...], Series[int]]`
New: Type `tuple[tuple[Unknown, ...], Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :930:15 -
Old: Argument does not have asserted type `tuple[Unknown, ...]`
New: Type `tuple[Unknown, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - :932:15 -
Old: Argument does not have asserted type `tuple[Unknown, ...]`
New: Type `tuple[Unknown, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - :934:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :937:5 -
Old: Argument does not have asserted type `Iterator[tuple[@Todo, Series[int]]]`
New: Type `Iterator[tuple[@Todo, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :939:5 -
Old: Argument does not have asserted type `tuple[@Todo, Series[int]]`
New: Type `tuple[@Todo, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :942:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :947:5 -
Old: Argument does not have asserted type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]`
New: Type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :949:5 -
Old: Argument does not have asserted type `tuple[tuple[Unknown, ...], Series[int]]`
New: Type `tuple[tuple[Unknown, ...], Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :951:11 -
Old: Argument does not have asserted type `tuple[Unknown, ...]`
New: Type `tuple[Unknown, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - :952:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :956:5 -
Old: Argument does not have asserted type `Iterator[tuple[@Todo, Series[int]]]`
New: Type `Iterator[tuple[@Todo, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :958:5 -
Old: Argument does not have asserted type `tuple[@Todo, Series[int]]`
New: Type `tuple[@Todo, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :961:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :988:5 -
Old: Argument does not have asserted type `Iterator[tuple[Period, Series[int]]]`
New: Type `Iterator[tuple[Period, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :990:5 -
Old: Argument does not have asserted type `tuple[Period, Series[int]]`
New: Type `tuple[Period, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :992:11 -
Old: Argument does not have asserted type `Period`
New: Type `Period` does not match asserted type `Unknown`
[error] type-assertion-failure - :993:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :997:5 -
Old: Argument does not have asserted type `Iterator[tuple[Timestamp, Series[int]]]`
New: Type `Iterator[tuple[Timestamp, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :999:5 -
Old: Argument does not have asserted type `tuple[Timestamp, Series[int]]`
New: Type `tuple[Timestamp, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :1001:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1002:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1006:5 -
Old: Argument does not have asserted type `Iterator[tuple[Timedelta, Series[int]]]`
New: Type `Iterator[tuple[Timedelta, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :1008:5 -
Old: Argument does not have asserted type `tuple[Timedelta, Series[int]]`
New: Type `tuple[Timedelta, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :1010:11 -
Old: Argument does not have asserted type `Timedelta`
New: Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - :1011:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1019:5 -
Old: Argument does not have asserted type `Iterator[tuple[Interval[Timestamp], Series[int]]]`
New: Type `Iterator[tuple[Interval[Timestamp], Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :1023:5 -
Old: Argument does not have asserted type `tuple[Interval[Timestamp], Series[int]]`
New: Type `tuple[Interval[Timestamp], Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :1025:11 -
Old: Argument does not have asserted type `Interval[Timestamp]`
New: Type `Interval[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1026:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1046:5 -
Old: Argument does not have asserted type `Iterator[tuple[Any, Series[int]]]`
New: Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :1048:5 -
Old: Argument does not have asserted type `tuple[Any, Series[int]]`
New: Type `tuple[Any, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :1051:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1062:9 -
Old: Argument does not have asserted type `Iterator[tuple[Any, Series[int]]]`
New: Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
[error] type-assertion-failure - :1064:9 -
Old: Argument does not have asserted type `tuple[Any, Series[int]]`
New: Type `tuple[Any, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :1067:15 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1087:13 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1105:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1113:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1151:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1156:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1161:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1182:13 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1205:9 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :1208:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1229:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1242:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1298:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :1299:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1300:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1301:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :1307:15 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :1308:15 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1309:15 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1319:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :1321:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1325:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1331:15 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :1333:13 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1337:15 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1342:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1343:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1344:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1345:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1347:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1350:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1352:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1353:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1382:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :1383:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1389:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :1404:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1405:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1406:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1409:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1410:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1411:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1413:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1416:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1459:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1462:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1466:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1473:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1477:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1480:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1489:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1512:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1513:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1515:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1562:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1563:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1565:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1575:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :1586:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1610:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :1611:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :1612:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :1613:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :1621:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :1622:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :1644:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1646:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1648:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1654:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1660:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1662:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1673:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1674:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1676:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1680:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1684:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1688:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1691:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1693:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1696:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1697:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1699:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1701:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1703:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1705:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1707:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1774:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1775:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1776:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1777:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1779:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1780:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1781:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1782:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1824:11 -
Old: Argument does not have asserted type `Iterator[int]`
New: Type `Iterator[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1825:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :1830:11 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :1831:11 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :1836:5 -
Old: Argument does not have asserted type `dict[Any, str]`
New: Type `dict[Any, str]` does not match asserted type `dict[Any, Any]`
[error] type-assertion-failure - :1846:11 -
Old: Argument does not have asserted type `Series[CategoricalDtype]`
New: Type `Series[CategoricalDtype]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1932:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1933:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1935:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1937:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1938:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1939:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1940:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1941:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1942:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1943:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1944:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1946:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1954:9 -
Old: Argument does not have asserted type `Series[int] | @Todo`
New: Type `Series[int] | @Todo` does not match asserted type `Series[Any] | @Todo`
[error] type-assertion-failure - :1959:11 -
Old: Argument does not have asserted type `Series[int] | @Todo`
New: Type `Series[int] | @Todo` does not match asserted type `Series[Any] | @Todo`
[error] type-assertion-failure - :1971:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1972:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1978:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :2090:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any] | Literal[0]`
[error] type-assertion-failure - :2095:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any] | Literal[0]`
[error] type-assertion-failure - :2098:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any] | Literal[0]`
[error] type-assertion-failure - :2106:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2107:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2109:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2110:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2112:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2113:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2115:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2116:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2118:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2119:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2121:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2122:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2215:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2216:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2633:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2634:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2636:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2637:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2639:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2640:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2642:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2643:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2645:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2646:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2648:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2649:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2650:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2651:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2652:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2654:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2655:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2656:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2657:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2658:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2660:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2661:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2662:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2663:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2664:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2666:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2667:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2668:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2669:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2670:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2671:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2673:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2674:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2675:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2677:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2678:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2679:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2680:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2690:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2691:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2693:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2694:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2696:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2697:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2699:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2700:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2702:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2703:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2704:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2705:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2706:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2708:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2709:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2710:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2711:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2712:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2714:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2715:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2716:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2717:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2718:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2720:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2721:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2722:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2723:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2724:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2725:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2727:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2728:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2729:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2731:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2732:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2733:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2734:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2759:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2760:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2762:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2763:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2765:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2766:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2768:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2769:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2770:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2771:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2772:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2774:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2775:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2776:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2777:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2778:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2780:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2781:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2782:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2783:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2784:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2786:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2787:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2788:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2789:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2790:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2792:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2793:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2795:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2796:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2820:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2821:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2823:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2824:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2825:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2826:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2827:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2829:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2830:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2831:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2832:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2833:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2835:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2836:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2837:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2838:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2839:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2854:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2855:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2856:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2857:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2858:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2859:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2860:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2861:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2862:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2863:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2864:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2865:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2866:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2867:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2869:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2870:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2871:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2872:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2873:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2874:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2875:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2876:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2877:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2878:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2879:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2880:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2881:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2882:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2884:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2885:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2886:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2887:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2888:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2889:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2890:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2891:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2892:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2893:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2894:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2895:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2896:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2897:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2899:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2900:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2901:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2902:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2904:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2905:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2914:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2915:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2916:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2917:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2918:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2919:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2920:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2921:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2922:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2923:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2924:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2925:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2926:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2927:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2929:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2930:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2931:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2932:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2933:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2934:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2935:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2936:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2937:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2938:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2939:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2940:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2941:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2942:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2944:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2945:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2946:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2947:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2948:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2949:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2950:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2951:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2952:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2953:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2954:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2955:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2956:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2957:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2959:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2960:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2961:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2962:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2972:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2973:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2975:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2976:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2978:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2979:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2980:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2981:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2983:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2993:9 -
Old: Argument does not have asserted type `Series[bytes]`
New: Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2994:9 -
Old: Argument does not have asserted type `Series[bytes]`
New: Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2996:9 -
Old: Argument does not have asserted type `Series[bytes]`
New: Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2997:9 -
Old: Argument does not have asserted type `Series[bytes]`
New: Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2998:9 -
Old: Argument does not have asserted type `Series[bytes]`
New: Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3000:9 -
Old: Argument does not have asserted type `Series[bytes]`
New: Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3010:9 -
Old: Argument does not have asserted type `Series[CategoricalDtype]`
New: Type `Series[CategoricalDtype]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3011:9 -
Old: Argument does not have asserted type `Series[CategoricalDtype]`
New: Type `Series[CategoricalDtype]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3021:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3022:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3024:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3027:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3037:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3038:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3039:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3051:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3058:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3139:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3152:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3157:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3162:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3167:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3180:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3186:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3198:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :3218:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3223:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3234:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3279:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3285:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3291:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3294:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3295:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3340:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3341:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3347:11 -
Old: Argument does not have asserted type `int | None`
New: Type `int | None` does not match asserted type `Any | None`
[error] type-assertion-failure - :3348:11 -
Old: Argument does not have asserted type `int | None`
New: Type `int | None` does not match asserted type `Any | None`
[error] type-assertion-failure - :3349:11 -
Old: Argument does not have asserted type `int | None`
New: Type `int | None` does not match asserted type `Any | None`
[error] type-assertion-failure - :3350:11 -
Old: Argument does not have asserted type `int | None`
New: Type `int | None` does not match asserted type `Any | None`
[error] type-assertion-failure - :3351:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :3352:11 -
Old: Argument does not have asserted type `int | str`
New: Type `int | str` does not match asserted type `Any`
[error] type-assertion-failure - :3356:11 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Any | None`
[error] type-assertion-failure - :3357:11 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Any | None`
[error] type-assertion-failure - :3358:11 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Any | None`
[error] type-assertion-failure - :3359:11 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Any | None`
[error] type-assertion-failure - :3360:11 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Any`
[error] type-assertion-failure - :3361:11 -
Old: Argument does not have asserted type `str | bool`
New: Type `str | bool` does not match asserted type `Any`
[error] type-assertion-failure - :3372:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3385:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3401:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3406:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3427:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3495:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3533:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3535:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3537:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3540:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3553:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3560:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3574:17 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3586:13 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3598:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3619:5 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3620:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3623:9 -
Old: Argument does not have asserted type `Series[int | float | complex]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3638:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :3645:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3650:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3655:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3660:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3671:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :3680:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :3687:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :3701:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :3709:9 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :3713:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :3739:11 -
Old: Argument does not have asserted type `DatetimeArray`
New: Type `DatetimeArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :3745:11 -
Old: Argument does not have asserted type `TimedeltaArray`
New: Type `TimedeltaArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :3758:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :3772:9 -
Old: Argument does not have asserted type `Series[BaseOffset]`
New: Type `Series[BaseOffset]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3783:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :3806:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3814:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :3815:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Any`
[error] type-assertion-failure - :3836:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3837:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3848:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3850:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3855:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3862:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3864:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3873:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3904:13 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3959:11 -
Old: Argument does not have asserted type `tuple[Hashable, int]`
New: Type `tuple[Hashable, int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3960:11 -
Old: Argument does not have asserted type `Iterator[tuple[Hashable, int]]`
New: Type `Iterator[tuple[Hashable, int]]` does not match asserted type `Iterator[tuple[Hashable, Any]]`
[error] type-assertion-failure - :3965:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3967:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :3990:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3995:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4035:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`

tests/test_api_types.py

[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :24:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :25:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :26:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :27:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :45:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :46:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :48:9 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :51:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :143:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :144:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :145:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :148:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :176:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :177:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :178:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :179:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :181:9 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :184:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`

tests/test_api_typing.py

[error] type-assertion-failure - :157:15 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`

tests/test_dtypes.py

[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `bool | None`
New: Type `bool | None` does not match asserted type `@Todo`

tests/test_extension.py

[error] type-assertion-failure - :35:11 -
Old: Argument does not have asserted type `list[Unknown]`
New: Type `list[Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 -
Old: Argument does not have asserted type `list[Unknown]`
New: Type `list[Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :78:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :79:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :80:11 -
Old: Argument does not have asserted type `BooleanArray`
New: Type `BooleanArray` does not match asserted type `Unknown`

tests/test_frame.py

[error] type-assertion-failure - :253:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :254:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :255:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :256:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :257:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :258:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :272:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :273:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :277:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :278:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :311:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :316:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :322:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :323:11 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :330:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :331:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :335:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :336:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :337:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :338:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :339:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :340:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :471:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :802:11 -
Old: Argument does not have asserted type `tuple[Hashable, Series[Any]]`
New: Type `tuple[Hashable, Series[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :803:11 -
Old: Argument does not have asserted type `tuple[Hashable, Series[Any]]`
New: Type `tuple[Hashable, Series[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :804:11 -
Old: Argument does not have asserted type `_PandasNamedTuple`
New: Type `_PandasNamedTuple` does not match asserted type `Unknown`
[error] type-assertion-failure - :837:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :1122:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1132:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1135:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1141:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1147:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1152:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1156:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1162:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1170:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1190:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1195:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1196:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1202:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1209:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1215:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1221:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1229:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1238:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1312:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1317:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1324:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1329:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1336:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1386:9 -
Old: Argument does not have asserted type `tuple[DataFrame, DataFrame]`
New: Type `tuple[DataFrame, DataFrame]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1688:21 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :1828:9 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :1832:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :1985:11 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `None`
[error] type-assertion-failure - :1986:11 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `None`
[error] type-assertion-failure - :2034:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2042:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2050:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2053:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2062:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2069:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2071:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2076:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2079:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2226:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2235:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2242:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2249:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2256:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2262:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2272:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2291:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2297:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2303:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2310:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2317:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2375:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2377:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2382:11 -
Old: Argument does not have asserted type `Styler`
New: Type `Styler` does not match asserted type `Unknown`
[error] type-assertion-failure - :2387:11 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :2401:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2463:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2639:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :2642:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :2871:9 -
Old: Argument does not have asserted type `tuple[Index[int], slice[None, None, None]]`
New: Type `tuple[Index[int], slice[None, None, None]]` does not match asserted type `tuple[Index[Any], slice[None, None, None]]`
[error] type-assertion-failure - :2876:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2877:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2879:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2882:11 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2884:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2889:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2897:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :2923:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2924:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2926:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2932:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2939:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3338:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3388:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3390:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3391:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3392:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3393:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3394:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3395:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3396:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3397:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3398:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3399:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3400:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3414:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3421:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3428:5 -
Old: Argument does not have asserted type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]`
New: Type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3430:5 -
Old: Argument does not have asserted type `tuple[tuple[Unknown, ...], DataFrame]`
New: Type `tuple[tuple[Unknown, ...], DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3433:15 -
Old: Argument does not have asserted type `tuple[Unknown, ...]`
New: Type `tuple[Unknown, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3435:15 -
Old: Argument does not have asserted type `tuple[Unknown, ...]`
New: Type `tuple[Unknown, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3437:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3442:5 -
Old: Argument does not have asserted type `tuple[@Todo, DataFrame]`
New: Type `tuple[@Todo, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3445:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3451:5 -
Old: Argument does not have asserted type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]`
New: Type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3453:5 -
Old: Argument does not have asserted type `tuple[tuple[Unknown, ...], DataFrame]`
New: Type `tuple[tuple[Unknown, ...], DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3455:11 -
Old: Argument does not have asserted type `tuple[Unknown, ...]`
New: Type `tuple[Unknown, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3456:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3475:5 -
Old: Argument does not have asserted type `Iterator[tuple[Period, DataFrame]]`
New: Type `Iterator[tuple[Period, DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3477:5 -
Old: Argument does not have asserted type `tuple[Period, DataFrame]`
New: Type `tuple[Period, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3479:11 -
Old: Argument does not have asserted type `Period`
New: Type `Period` does not match asserted type `Unknown`
[error] type-assertion-failure - :3480:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3484:5 -
Old: Argument does not have asserted type `Iterator[tuple[Timestamp, DataFrame]]`
New: Type `Iterator[tuple[Timestamp, DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3486:5 -
Old: Argument does not have asserted type `tuple[Timestamp, DataFrame]`
New: Type `tuple[Timestamp, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3488:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :3489:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3493:5 -
Old: Argument does not have asserted type `Iterator[tuple[Timedelta, DataFrame]]`
New: Type `Iterator[tuple[Timedelta, DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3495:5 -
Old: Argument does not have asserted type `tuple[Timedelta, DataFrame]`
New: Type `tuple[Timedelta, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3497:11 -
Old: Argument does not have asserted type `Timedelta`
New: Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - :3498:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3506:5 -
Old: Argument does not have asserted type `Iterator[tuple[Interval[Timestamp], DataFrame]]`
New: Type `Iterator[tuple[Interval[Timestamp], DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3508:5 -
Old: Argument does not have asserted type `tuple[Interval[Timestamp], DataFrame]`
New: Type `tuple[Interval[Timestamp], DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3510:11 -
Old: Argument does not have asserted type `Interval[Timestamp]`
New: Type `Interval[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3511:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3533:5 -
Old: Argument does not have asserted type `tuple[Any, DataFrame]`
New: Type `tuple[Any, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3536:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3550:9 -
Old: Argument does not have asserted type `tuple[Any, DataFrame]`
New: Type `tuple[Any, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3553:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3610:13 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3621:15 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3632:15 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3644:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3658:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3721:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3722:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3841:11 -
Old: Argument does not have asserted type `OrderedDict[Unknown, Unknown]`
New: Type `OrderedDict[Unknown, Unknown]` does not match asserted type `<class 'OrderedDict'>`
[error] type-assertion-failure - :3855:9 -
Old: Argument does not have asserted type `list[OrderedDict[Unknown, Unknown]]`
New: Type `list[OrderedDict[Unknown, Unknown]]` does not match asserted type `list[<class 'OrderedDict'>]`
[error] type-assertion-failure - :3894:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3903:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3905:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3975:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4098:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4099:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :4130:11 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4150:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4151:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4156:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4161:11 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4164:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4185:11 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `list[str | Unknown]`
[error] type-assertion-failure - :4186:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4187:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4200:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4295:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4298:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4303:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4387:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4388:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4389:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4390:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4391:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4393:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4397:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4401:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4405:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4474:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4482:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4528:11 -
Old: Argument does not have asserted type `Series[Any] | int`
New: Type `Series[Any] | int` does not match asserted type `Series[Any] | Literal[1]`
[error] type-assertion-failure - :4529:11 -
Old: Argument does not have asserted type `Series[Any] | int`
New: Type `Series[Any] | int` does not match asserted type `Series[Any] | Literal[1]`
[error] type-assertion-failure - :4532:11 -
Old: Argument does not have asserted type `DataFrame | None`
New: Type `DataFrame | None` does not match asserted type `Series[Any] | None`
[error] type-assertion-failure - :4533:11 -
Old: Argument does not have asserted type `DataFrame | None`
New: Type `DataFrame | None` does not match asserted type `Series[Any] | None`
[error] type-assertion-failure - :4534:11 -
Old: Argument does not have asserted type `DataFrame | None`
New: Type `DataFrame | None` does not match asserted type `Series[Any] | None`
[error] type-assertion-failure - :4536:9 -
Old: Argument does not have asserted type `DataFrame | None`
New: Type `DataFrame | None` does not match asserted type `Series[Any] | None`
[error] type-assertion-failure - :4539:11 -
Old: Argument does not have asserted type `DataFrame | None`
New: Type `DataFrame | None` does not match asserted type `Series[Any] | None`
[error] type-assertion-failure - :4541:9 -
Old: Argument does not have asserted type `DataFrame | int`
New: Type `DataFrame | int` does not match asserted type `Series[Any] | Literal[1]`
[error] type-assertion-failure - :4544:11 -
Old: Argument does not have asserted type `DataFrame | int`
New: Type `DataFrame | int` does not match asserted type `Series[Any] | Literal[1]`
[error] type-assertion-failure - :4572:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4585:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4587:11 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4588:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4613:11 -
Old: Argument does not have asserted type `MyClass`
New: Type `MyClass` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4614:11 -
Old: Argument does not have asserted type `MyClass`
New: Type `MyClass` does not match asserted type `Series[Any] | MyClass`
[error] type-assertion-failure - :4615:11 -
Old: Argument does not have asserted type `MyClass`
New: Type `MyClass` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4753:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4758:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4767:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4776:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4786:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4795:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4805:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4814:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4820:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4829:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4840:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4853:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4869:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4882:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4886:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4890:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4896:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4902:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4906:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`

tests/test_groupby.py

[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :83:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :87:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :90:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :91:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :92:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :93:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :96:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :98:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :101:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :106:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :107:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :111:13 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :113:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :116:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :117:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :118:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :137:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :140:19 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :141:19 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :143:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :149:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :155:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :162:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :180:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :233:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :255:19 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :257:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :266:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :272:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :286:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :292:15 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :298:15 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `@Todo`
[error] type-assertion-failure - :304:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :316:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :319:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :320:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :321:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :322:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :323:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :324:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :325:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :326:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :327:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :328:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :329:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :333:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :336:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :341:9 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :348:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :349:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :352:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :353:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :356:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :357:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :358:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :371:13 -
Old: Argument does not have asserted type `DataFrame | Series[Any]`
New: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :375:13 -
Old: Argument does not have asserted type `DataFrame | Series[Any]`
New: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :379:13 -
Old: Argument does not have asserted type `DataFrame | Series[Any]`
New: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :383:13 -
Old: Argument does not have asserted type `DataFrame | Series[Any]`
New: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :390:13 -
Old: Argument does not have asserted type `DataFrame | Series[Any]`
New: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :397:13 -
Old: Argument does not have asserted type `DataFrame | Series[Any]`
New: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :407:11 -
Old: Argument does not have asserted type `DataFrame | Series[Any]`
New: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :410:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :415:13 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :433:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `@Todo`
[error] type-assertion-failure - :439:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :476:11 -
Old: Argument does not have asserted type `Literal["single", "table"]`
New: Type `Literal["single", "table"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :478:15 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `@Todo`
[error] type-assertion-failure - :586:11 -
Old: Argument does not have asserted type `Iterator[DataFrame]`
New: Type `Iterator[DataFrame]` does not match asserted type `Unknown`
[error] type-assertion-failure - :587:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :588:11 -
Old: Argument does not have asserted type `list[DataFrame]`
New: Type `list[DataFrame]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :629:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :633:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :637:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :655:11 -
Old: Argument does not have asserted type `Iterator[Series[int | float]]`
New: Type `Iterator[Series[int | float]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :656:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :657:11 -
Old: Argument does not have asserted type `list[Series[int | float]]`
New: Type `list[Series[int | float]]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :671:11 -
Old: Argument does not have asserted type `Literal["single", "table"]`
New: Type `Literal["single", "table"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :673:15 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `@Todo`
[error] type-assertion-failure - :785:11 -
Old: Argument does not have asserted type `Iterator[DataFrame]`
New: Type `Iterator[DataFrame]` does not match asserted type `Unknown`
[error] type-assertion-failure - :786:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :787:11 -
Old: Argument does not have asserted type `list[DataFrame]`
New: Type `list[DataFrame]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :828:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :832:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :836:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :854:11 -
Old: Argument does not have asserted type `Iterator[Series[int | float]]`
New: Type `Iterator[Series[int | float]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :855:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :856:11 -
Old: Argument does not have asserted type `list[Series[int | float]]`
New: Type `list[Series[int | float]]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :870:11 -
Old: Argument does not have asserted type `Literal["single", "table"]`
New: Type `Literal["single", "table"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :872:15 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `@Todo`
[error] type-assertion-failure - :963:11 -
Old: Argument does not have asserted type `Iterator[DataFrame]`
New: Type `Iterator[DataFrame]` does not match asserted type `Unknown`
[error] type-assertion-failure - :964:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :965:11 -
Old: Argument does not have asserted type `list[DataFrame]`
New: Type `list[DataFrame]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :999:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1003:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1007:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1015:11 -
Old: Argument does not have asserted type `Iterator[Series[int | float]]`
New: Type `Iterator[Series[int | float]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1016:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1017:11 -
Old: Argument does not have asserted type `list[Series[int | float]]`
New: Type `list[Series[int | float]]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :1037:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1086:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`

tests/test_interval.py

[error] type-assertion-failure - :102:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :104:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Interval[float]`
[error] type-assertion-failure - :110:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `float`
[error] type-assertion-failure - :111:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `float`
[error] type-assertion-failure - :112:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `float`
[error] type-assertion-failure - :117:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :118:11 -
Old: Argument does not have asserted type `Interval[int | float]`
New: Type `Interval[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`

tests/test_interval_index.py

[error] type-assertion-failure - :53:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:9 -
Old: Argument does not have asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:11 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`

tests/test_io.py

[error] type-assertion-failure - :451:15 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :528:15 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :978:13 -
Old: Argument does not have asserted type `dict[str, DataFrame]`
New: Type `dict[str, DataFrame]` does not match asserted type `dict[Unknown, DataFrame]`
[error] type-assertion-failure - :989:13 -
Old: Argument does not have asserted type `dict[int, DataFrame]`
New: Type `dict[int, DataFrame]` does not match asserted type `dict[Unknown, DataFrame]`
[error] type-assertion-failure - :993:13 -
Old: Argument does not have asserted type `dict[int | str, DataFrame]`
New: Type `dict[int | str, DataFrame]` does not match asserted type `dict[Unknown, DataFrame]`
[error] type-assertion-failure - :1124:13 -
Old: Argument does not have asserted type `dict[str, DataFrame]`
New: Type `dict[str, DataFrame]` does not match asserted type `dict[Unknown, DataFrame]`
[error] type-assertion-failure - :1131:13 -
Old: Argument does not have asserted type `dict[int, DataFrame]`
New: Type `dict[int, DataFrame]` does not match asserted type `dict[Unknown, DataFrame]`
[error] type-assertion-failure - :1201:17 -
Old: Argument does not have asserted type `Literal["openpyxl", "odf", "xlsxwriter"]`
New: Type `Literal["openpyxl", "odf", "xlsxwriter"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1210:17 -
Old: Argument does not have asserted type `Literal["openpyxl", "odf", "xlsxwriter"]`
New: Type `Literal["openpyxl", "odf", "xlsxwriter"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1219:17 -
Old: Argument does not have asserted type `Literal["openpyxl", "odf", "xlsxwriter"]`
New: Type `Literal["openpyxl", "odf", "xlsxwriter"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1547:15 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`

tests/test_natype.py

[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Index[int]`
[error] type-assertion-failure - :43:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :69:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :70:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :101:9 -
Old: Argument does not have asserted type `tuple[NAType, NAType]`
New: Type `tuple[NAType, NAType]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:11 -
Old: Argument does not have asserted type `tuple[NAType, NAType]`
New: Type `tuple[NAType, NAType]` does not match asserted type `Unknown`
[error] type-assertion-failure - :161:11 -
Old: Argument does not have asserted type `NAType`
New: Type `NAType` does not match asserted type `int`
[error] type-assertion-failure - :185:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[bool]`

tests/test_pandas.py

[error] type-assertion-failure - :76:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :83:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :87:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :91:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :112:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :139:9 -
Old: Argument does not have asserted type `Never`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :146:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :147:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :149:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :156:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :164:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :174:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :183:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :185:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :187:9 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :199:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :200:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :201:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :239:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :251:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :271:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :273:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :278:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :286:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :483:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :484:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :486:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :487:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :489:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :490:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :492:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :493:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :497:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :498:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :501:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :502:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :505:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :506:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :509:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :510:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :513:18 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :514:22 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `@Todo`
[error] type-assertion-failure - :521:15 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :523:15 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :525:9 -
Old: Argument does not have asserted type `NaTType | NAType | None`
New: Type `NaTType | NAType | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :527:9 -
Old: Argument does not have asserted type `NaTType | NAType | None`
New: Type `NaTType | NAType | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :531:15 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :533:15 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :535:15 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :537:15 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :541:15 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :543:15 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :545:9 -
Old: Argument does not have asserted type `NAType | None`
New: Type `NAType | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :547:9 -
Old: Argument does not have asserted type `NAType | None`
New: Type `NAType | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :728:9 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :731:9 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :736:9 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :741:9 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :749:9 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :756:9 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :761:9 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :768:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `int | float`
[error] type-assertion-failure - :770:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `int | float`
[error] type-assertion-failure - :777:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `int | float`
[error] type-assertion-failure - :781:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `int | float`
[error] type-assertion-failure - :787:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `int | float`
[error] type-assertion-failure - :791:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `int | float`
[error] type-assertion-failure - :913:11 -
Old: Argument does not have asserted type `Categorical`
New: Type `Categorical` does not match asserted type `@Todo`
[error] type-assertion-failure - :917:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :921:11 -
Old: Argument does not have asserted type `Index[Any]`
New: Type `Index[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :955:9 -
Old: Argument does not have asserted type `@Todo | DatetimeIndex`
New: Type `@Todo | DatetimeIndex` does not match asserted type `@Todo | Index[Any]`
[error] type-assertion-failure - :1007:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[CategoricalDtype]`
[error] type-assertion-failure - :1008:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1009:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Series[CategoricalDtype]`
[error] type-assertion-failure - :1037:11 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - :1038:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1041:11 -
Old: Argument does not have asserted type `@Todo`
New: Type `@Todo` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - :1058:9 -
Old: Argument does not have asserted type `Series[CategoricalDtype]`
New: Type `Series[CategoricalDtype]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1066:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1067:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1069:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1070:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :1072:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1073:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1101:9 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Categorical`
[error] type-assertion-failure - :1110:11 -
Old: Argument does not have asserted type `Categorical`
New: Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - :1112:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1127:11 -
Old: Argument does not have asserted type `Categorical`
New: Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - :1129:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`

tests/test_resampler.py

[error] type-assertion-failure - :47:5 -
Old: Argument does not have asserted type `Iterator[tuple[Hashable, DataFrame]]`
New: Type `Iterator[tuple[Hashable, DataFrame]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :175:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :181:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :187:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :193:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :208:9 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :267:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :382:11 -
Old: Argument does not have asserted type `Series[Any]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :388:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :394:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :471:9 -
Old: Argument does not have asserted type `DataFrameGroupBy[Unknown, Unknown]`
New: Type `DataFrameGroupBy[Unknown, Unknown]` does not match asserted type `SeriesGroupBy[Unknown, Unknown]`

tests/test_string_accessors.py

[error] type-assertion-failure - :22:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :23:11 -
Old: Argument does not have asserted type `Series[bytes]`
New: Type `Series[bytes]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :29:11 -
Old: Argument does not have asserted type `Index[str]`
New: Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :30:11 -
Old: Argument does not have asserted type `Index[bytes]`
New: Type `Index[bytes]` does not match asserted type `Index[Any]`

tests/test_styler.py

[error] type-assertion-failure - :62:9 -
Old: Argument does not have asserted type `Styler`
New: Type `Styler` does not match asserted type `Unknown`
[error] type-assertion-failure - :153:11 -
Old: Argument does not have asserted type `Styler`
New: Type `Styler` does not match asserted type `Unknown`
[error] type-assertion-failure - :257:11 -
Old: Argument does not have asserted type `Styler`
New: Type `Styler` does not match asserted type `Unknown`

tests/test_testing.py

[error] type-assertion-failure - :63:15 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`

tests/test_timefuncs.py

[error] type-assertion-failure - :101:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :129:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :131:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :132:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :133:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :168:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :169:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :192:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :197:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :207:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Never`
[error] type-assertion-failure - :209:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `TimedeltaIndex | Series[Timestamp]`
[error] type-assertion-failure - :211:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Never`
[error] type-assertion-failure - :213:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :219:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :229:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :231:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :233:11 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :238:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :252:11 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :255:11 -
Old: Argument does not have asserted type `int | float`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :295:9 -
Old: Argument does not have asserted type `Timestamp | NaTType`
New: Type `Timestamp | NaTType` does not match asserted type `Timestamp`
[error] type-assertion-failure - :302:9 -
Old: Argument does not have asserted type `Timestamp | NaTType`
New: Type `Timestamp | NaTType` does not match asserted type `Timestamp`
[error] type-assertion-failure - :316:11 -
Old: Argument does not have asserted type `Series[date]`
New: Type `Series[date]` does not match asserted type `Unknown`
[error] type-assertion-failure - :317:11 -
Old: Argument does not have asserted type `Series[time]`
New: Type `Series[time]` does not match asserted type `Unknown`
[error] type-assertion-failure - :318:11 -
Old: Argument does not have asserted type `Series[time]`
New: Type `Series[time]` does not match asserted type `Unknown`
[error] type-assertion-failure - :319:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :320:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :321:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :322:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :323:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :324:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :325:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :326:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :327:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :328:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :329:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :330:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :331:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :332:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :333:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :334:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :335:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :336:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :337:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :338:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :339:11 -
Old: Argument does not have asserted type `Series[bool]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :340:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :341:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :342:11 -
Old: Argument does not have asserted type `tzinfo | None`
New: Type `tzinfo | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :343:11 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :344:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :346:9 -
Old: Argument does not have asserted type `Series[Period]`
New: Type `Series[Period]` does not match asserted type `Unknown`
[error] type-assertion-failure - :360:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :362:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :367:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :372:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :380:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :387:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :392:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :397:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :402:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :407:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :414:11 -
Old: Argument does not have asserted type `tzinfo | None`
New: Type `tzinfo | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :415:11 -
Old: Argument does not have asserted type `tzinfo | None`
New: Type `tzinfo | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :417:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :421:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :423:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :430:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :435:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :442:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :447:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :454:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :458:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :459:11 -
Old: Argument does not have asserted type `Series[str]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :462:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :467:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :472:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :477:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :488:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :490:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :495:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :507:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :508:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :509:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :510:11 -
Old: Argument does not have asserted type `Series[int]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :511:11 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :531:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :534:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :539:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :544:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :549:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :558:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :561:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :566:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :571:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :576:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :585:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :590:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :595:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :600:9 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :786:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :787:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :788:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :789:11 -
Old: Argument does not have asserted type `datetime`
New: Type `datetime` does not match asserted type `Unknown`
[error] type-assertion-failure - :790:11 -
Old: Argument does not have asserted type `datetime`
New: Type `datetime` does not match asserted type `Unknown`
[error] type-assertion-failure - :791:11 -
Old: Argument does not have asserted type `datetime`
New: Type `datetime` does not match asserted type `Unknown`
[error] type-assertion-failure - :841:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :843:11 -
Old: Argument does not have asserted type `Timestamp`
New: Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1174:9 -
Old: Argument does not have asserted type `TimedeltaIndex`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1352:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Timestamp`
[error] type-assertion-failure - :1353:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Timestamp`
[error] type-assertion-failure - :1388:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1390:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1393:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1406:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1419:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1424:11 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1426:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1429:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1442:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1455:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1461:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1476:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1483:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1490:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1496:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1500:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1507:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1514:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1521:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1626:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[int]`
[error] type-assertion-failure - :1629:11 -
Old: Argument does not have asserted type `Series[int | float]`
New: Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :1640:11 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1826:9 -
Old: Argument does not have asserted type `DatetimeIndex`
New: Type `DatetimeIndex` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :1844:11 -
Old: Argument does not have asserted type `Series[Timedelta]`
New: Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1866:11 -
Old: Argument does not have asserted type `list[Timestamp]`
New: Type `list[Timestamp]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :1872:9 -
Old: Argument does not have asserted type `Series[Timestamp]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`

tests/test_windowing.py

[error] type-assertion-failure - :211:15 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :213:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :217:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :329:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :333:13 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :390:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :394:17 -
Old: Argument does not have asserted type `DataFrame`
New: Type `DataFrame` does not match asserted type `Series[Any]`

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

tests/pool/test_pool.py

[error] type-assertion-failure - :73:5 -
Old: Argument does not have asserted type `MyRow`
New: Type `MyRow` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:5 -
Old: Argument does not have asserted type `MyConnection`
New: Type `MyConnection` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:5 -
Old: Argument does not have asserted type `MyRow`
New: Type `MyRow` does not match asserted type `Unknown`

tests/pool/test_pool_async.py

[error] type-assertion-failure - :71:5 -
Old: Argument does not have asserted type `MyRow`
New: Type `MyRow` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:5 -
Old: Argument does not have asserted type `MyConnection`
New: Type `MyConnection` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:5 -
Old: Argument does not have asserted type `MyRow`
New: Type `MyRow` does not match asserted type `Unknown`

tests/pool/test_pool_null.py

[error] type-assertion-failure - :67:5 -
Old: Argument does not have asserted type `MyRow`
New: Type `MyRow` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:5 -
Old: Argument does not have asserted type `MyConnection`
New: Type `MyConnection` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:5 -
Old: Argument does not have asserted type `MyRow`
New: Type `MyRow` does not match asserted type `Unknown`

tests/pool/test_pool_null_async.py

[error] type-assertion-failure - :66:5 -
Old: Argument does not have asserted type `MyRow`
New: Type `MyRow` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:5 -
Old: Argument does not have asserted type `MyConnection`
New: Type `MyConnection` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:5 -
Old: Argument does not have asserted type `MyRow`
New: Type `MyRow` does not match asserted type `Unknown`

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

pydantic/_internal/_discriminated_union.py

[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :177:50 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :179:30 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :183:50 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :185:33 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AnySchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BoolSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BytesSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallableSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ChainSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ComplexSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CustomErrorSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DateSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DatetimeSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DecimalSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionsSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DictSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `EnumSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FloatSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FrozenSetSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `GeneratorSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IntSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `InvalidSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsInstanceSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsSubclassSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ListSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LiteralSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NoneSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NullableSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `SetSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `StringSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimeSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimedeltaSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TupleSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TypedDictSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UrlSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UuidSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WithDefaultSchema`
[error] invalid-key - :196:80 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AnySchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BoolSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BytesSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallableSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ChainSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ComplexSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CustomErrorSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DateSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DatetimeSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DecimalSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DictSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `EnumSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FloatSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FrozenSetSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `GeneratorSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IntSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `InvalidSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsInstanceSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsSubclassSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ListSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LiteralSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NoneSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NullableSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `SetSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `StringSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimeSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimedeltaSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TupleSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TypedDictSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UnionSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UrlSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UuidSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WithDefaultSchema`
[error] invalid-key - :238:23 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AnySchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BoolSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BytesSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallableSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ChainSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ComplexSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CustomErrorSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DateSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DatetimeSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DecimalSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DictSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `EnumSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FloatSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FrozenSetSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `GeneratorSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IntSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `InvalidSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsInstanceSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsSubclassSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ListSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LiteralSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NoneSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NullableSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `SetSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `StringSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimeSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimedeltaSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TupleSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TypedDictSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UnionSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UrlSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UuidSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WithDefaultSchema`
[error] invalid-key - :239:59 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :244:40 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :247:40 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AnySchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BoolSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BytesSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallableSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ChainSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ComplexSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CustomErrorSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DateSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DatetimeSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DecimalSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionsSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DictSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `EnumSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FloatSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FrozenSetSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `GeneratorSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IntSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `InvalidSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsInstanceSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsSubclassSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ListSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LiteralSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NoneSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NullableSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `SetSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `StringSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimeSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimedeltaSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TupleSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TypedDictSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UrlSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UuidSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WithDefaultSchema`
[error] invalid-key - :250:84 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AnySchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BoolSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BytesSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallableSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ChainSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ComplexSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CustomErrorSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DateSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DatetimeSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DecimalSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionsSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DictSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `EnumSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FloatSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FrozenSetSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `GeneratorSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IntSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `InvalidSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsInstanceSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsSubclassSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ListSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LiteralSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NoneSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NullableSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `SetSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `StringSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimeSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimedeltaSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TupleSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TypedDictSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UrlSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UuidSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WithDefaultSchema`
[error] invalid-key - :273:49 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :301:71 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :304:71 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `AnySchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `BoolSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `BytesSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `CallSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `CallableSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `ChainSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `ComplexSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `CustomErrorSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `DataclassSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `DateSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `DecimalSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `DefinitionsSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `DictSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `EnumSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `FloatSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `IntSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `InvalidSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `JsonSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `ListSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `LiteralSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `ModelSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `NoneSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `NullableSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `SetSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `StringSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `TimeSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `TupleSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `UnionSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `UrlSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `UuidSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `WithDefaultSchema`
[error] invalid-key - :309:72 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "lax_schema"
New: Unknown key "lax_schema" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `AnySchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `BoolSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `BytesSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `CallSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `CallableSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `ChainSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `ComplexSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `CustomErrorSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `DataclassSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `DateSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `DecimalSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `DefinitionsSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `DictSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `EnumSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `FloatSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `IntSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `InvalidSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `JsonSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `ListSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `LiteralSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `ModelSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `NoneSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `NullableSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `SetSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `StringSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `TimeSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `TupleSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `UnionSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `UrlSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `UuidSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `WithDefaultSchema`
[error] invalid-key - :310:74 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "strict_schema"
New: Unknown key "strict_schema" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AnySchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BoolSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BytesSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallableSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ChainSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ComplexSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CustomErrorSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DateSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DatetimeSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DecimalSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionsSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DictSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `EnumSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FloatSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FrozenSetSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `GeneratorSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IntSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `InvalidSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsInstanceSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsSubclassSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ListSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LiteralSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NoneSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NullableSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `SetSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `StringSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimeSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimedeltaSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TupleSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TypedDictSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UrlSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UuidSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WithDefaultSchema`
[error] invalid-key - :317:45 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AnySchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BoolSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BytesSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallableSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ChainSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ComplexSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CustomErrorSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DateSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DatetimeSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DecimalSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionsSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DictSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `EnumSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FloatSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FrozenSetSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `GeneratorSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IntSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `InvalidSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsInstanceSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsSubclassSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ListSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LiteralSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NoneSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NullableSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `SetSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `StringSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimeSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimedeltaSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TupleSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TypedDictSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UrlSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UuidSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WithDefaultSchema`
[error] invalid-key - :325:37 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :333:71 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :336:71 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `AfterValidatorFunctionSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `AnySchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ArgumentsSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ArgumentsV3Schema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `BeforeValidatorFunctionSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `BoolSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `BytesSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `CallSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `CallableSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ChainSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ComplexSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `CustomErrorSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `DataclassArgsSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `DateSchema` - did you mean "le"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `DatetimeSchema` - did you mean "le"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `DecimalSchema` - did you mean "le"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `DefinitionReferenceSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "cls"
New: Unknown key "cls" for TypedDict `DefinitionsSchema`
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `DictSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `FloatSchema` - did you mean "le"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `FrozenSetSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `GeneratorSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `IntSchema` - did you mean "le"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `InvalidSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `JsonOrPythonSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `JsonSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `LaxOrStrictSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ListSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `LiteralSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "cls"
New: Unknown key "cls" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ModelFieldsSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `MultiHostUrlSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `NoneSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `NullableSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `PlainValidatorFunctionSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `SetSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `StringSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `TaggedUnionSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `TimeSchema` - did you mean "le"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `TimedeltaSchema` - did you mean "le"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `TupleSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `UnionSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `UrlSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `UuidSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `WithDefaultSchema` - did you mean "ref"?
[error] invalid-key - :336:101 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `WrapValidatorFunctionSchema` - did you mean "ref"?
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :339:71 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `AfterValidatorFunctionSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `AnySchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ArgumentsSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ArgumentsV3Schema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `BeforeValidatorFunctionSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `BoolSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `BytesSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `CallSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `CallableSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ChainSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ComplexSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `CustomErrorSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `DataclassArgsSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `DateSchema` - did you mean "le"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `DatetimeSchema` - did you mean "le"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `DecimalSchema` - did you mean "le"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `DefinitionReferenceSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "cls"
New: Unknown key "cls" for TypedDict `DefinitionsSchema`
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `DictSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `FloatSchema` - did you mean "le"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `FrozenSetSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `GeneratorSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `IntSchema` - did you mean "le"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `InvalidSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `JsonOrPythonSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `JsonSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `LaxOrStrictSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ListSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `LiteralSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "cls"
New: Unknown key "cls" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `ModelFieldsSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `MultiHostUrlSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `NoneSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `NullableSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `PlainValidatorFunctionSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `SetSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `StringSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `TaggedUnionSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `TimeSchema` - did you mean "le"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "cls" - did you mean "le"?
New: Unknown key "cls" for TypedDict `TimedeltaSchema` - did you mean "le"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `TupleSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `UnionSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `UrlSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `UuidSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `WithDefaultSchema` - did you mean "ref"?
[error] invalid-key - :339:101 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "cls" - did you mean "ref"?
New: Unknown key "cls" for TypedDict `WrapValidatorFunctionSchema` - did you mean "ref"?
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AnySchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BoolSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BytesSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallableSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ChainSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ComplexSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CustomErrorSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DateSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DatetimeSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DecimalSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DictSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `EnumSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FloatSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FrozenSetSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `GeneratorSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IntSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `InvalidSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsInstanceSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsSubclassSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ListSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LiteralSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NoneSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NullableSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `SetSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `StringSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimeSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimedeltaSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TupleSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TypedDictSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UnionSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UrlSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UuidSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WithDefaultSchema`
[error] invalid-key - :351:33 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :419:72 -
Old: Invalid key for TypedDict `ComputedField`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComputedField`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `AnySchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `ArgumentsSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `BoolSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `BytesSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `CallSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `CallableSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `ChainSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `ComplexSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `CustomErrorSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `DataclassSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `DateSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `DatetimeSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `DecimalSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `DefinitionsSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `DictSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `EnumSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `FloatSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `FrozenSetSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `GeneratorSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `IntSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `InvalidSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `IsInstanceSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `IsSubclassSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `JsonSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `ListSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `ModelSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `NoneSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `NullableSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `SetSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `StringSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `TimeSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `TimedeltaSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `TupleSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `TypedDictSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `UnionSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `UrlSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `UuidSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `WithDefaultSchema`
[error] invalid-key - :428:27 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "expected"
New: Unknown key "expected" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AnySchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BoolSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BytesSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallableSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ChainSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ComplexSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CustomErrorSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DateSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DatetimeSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DecimalSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionsSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DictSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `EnumSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FloatSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FrozenSetSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `GeneratorSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IntSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `InvalidSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsInstanceSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsSubclassSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ListSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LiteralSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NoneSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NullableSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `SetSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `StringSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimeSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimedeltaSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TupleSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TypedDictSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UrlSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UuidSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WithDefaultSchema`
[error] invalid-key - :435:34 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :443:77 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :447:77 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`

pydantic/_internal/_generate_schema.py

[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :260:16 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :260:62 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `AnySchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BoolSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BytesSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CallSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CallableSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ChainSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ComplexSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CustomErrorSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DataclassSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DateSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DecimalSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DefinitionsSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "items_schema" - did you mean "keys_schema"?
New: Unknown key "items_schema" for TypedDict `DictSchema` - did you mean "keys_schema"?
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `EnumSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `FloatSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IntSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `InvalidSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `JsonSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `LiteralSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ModelSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `NoneSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `NullableSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `StringSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TimeSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UnionSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UrlSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UuidSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `WithDefaultSchema`
[error] invalid-key - :264:20 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `AnySchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BoolSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BytesSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CallSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CallableSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ChainSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ComplexSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CustomErrorSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DataclassSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DateSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DecimalSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DefinitionsSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "items_schema" - did you mean "keys_schema"?
New: Unknown key "items_schema" for TypedDict `DictSchema` - did you mean "keys_schema"?
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `EnumSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `FloatSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IntSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `InvalidSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `JsonSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `LiteralSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ModelSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `NoneSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `NullableSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `StringSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TimeSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UnionSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UrlSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UuidSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `WithDefaultSchema`
[error] invalid-key - :265:24 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `AnySchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BoolSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `BytesSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CallSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CallableSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ChainSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ComplexSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `CustomErrorSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DataclassSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DateSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DecimalSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `DefinitionsSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "items_schema" - did you mean "keys_schema"?
New: Unknown key "items_schema" for TypedDict `DictSchema` - did you mean "keys_schema"?
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `EnumSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `FloatSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IntSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `InvalidSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `JsonSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `LiteralSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `ModelSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `NoneSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `NullableSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `StringSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TimeSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UnionSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UrlSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `UuidSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `WithDefaultSchema`
[error] invalid-key - :270:16 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "items_schema"
New: Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `AnySchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `BoolSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `BytesSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `CallSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `CallableSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `ChainSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `ComplexSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `CustomErrorSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `DataclassSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `DateSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `DecimalSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `DefinitionsSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `EnumSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `FloatSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `IntSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `InvalidSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `JsonSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `ListSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `LiteralSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `ModelSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `NoneSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `NullableSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `SetSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `StringSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `TimeSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `TupleSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `UnionSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `UrlSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `UuidSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `WithDefaultSchema`
[error] invalid-key - :273:16 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "values_schema"
New: Unknown key "values_schema" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :2283:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :2293:20 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ref"
New: Unknown key "ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2293:20 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ref"
New: Unknown key "ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AnySchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BoolSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BytesSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallableSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ChainSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ComplexSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DateSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DatetimeSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DecimalSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DictSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `EnumSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FloatSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `GeneratorSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IntSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `InvalidSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ListSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LiteralSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NoneSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NullableSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `SetSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `StringSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimeSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TupleSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TypedDictSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UnionSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UrlSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UuidSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2295:26 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2301:24 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ref"
New: Unknown key "ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2301:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ref"
New: Unknown key "ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :2384:39 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :2385:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AnySchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BoolSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BytesSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallableSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ChainSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ComplexSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DateSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DatetimeSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DecimalSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DictSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `EnumSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FloatSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `GeneratorSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IntSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `InvalidSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ListSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LiteralSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NoneSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NullableSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `SetSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `StringSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimeSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TupleSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TypedDictSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UnionSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UrlSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UuidSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2653:55 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :2655:23 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :2747:22 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ref"
New: Unknown key "ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2747:22 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ref"
New: Unknown key "ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2754:42 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ref"
New: Unknown key "ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2754:42 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ref"
New: Unknown key "ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `AnySchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BoolSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `BytesSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CallableSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ChainSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ComplexSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DataclassSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DateSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DatetimeSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DecimalSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `DictSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `EnumSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FloatSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `GeneratorSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IntSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `InvalidSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `JsonSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ListSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `LiteralSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `ModelSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NoneSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `NullableSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `SetSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `StringSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimeSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TupleSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `TypedDictSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UnionSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UrlSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `UuidSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2824:37 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "schema_ref"
New: Unknown key "schema_ref" for TypedDict `WrapValidatorFunctionSchema`

pydantic/_internal/_schema_generation_shared.py

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

pydantic/experimental/pipeline.py

[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `AnySchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `ArgumentsSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `BoolSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `BytesSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `CallSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `CallableSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `ChainSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `ComplexSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `CustomErrorSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `DataclassSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `DateSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `DatetimeSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `DecimalSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `DefinitionsSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `DictSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `EnumSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `FloatSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `FrozenSetSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `GeneratorSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `IntSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `InvalidSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `IsInstanceSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `IsSubclassSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `JsonSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `ListSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `LiteralSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `ModelSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `NoneSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `NullableSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `SetSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `TimeSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `TimedeltaSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `TupleSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `TypedDictSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `UnionSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `UrlSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `UuidSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `WithDefaultSchema`
[error] invalid-key - :420:15 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "strip_whitespace"
New: Unknown key "strip_whitespace" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `AnySchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `ArgumentsSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `BoolSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `BytesSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `CallSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `CallableSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `ChainSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `ComplexSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `CustomErrorSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `DataclassSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `DateSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `DatetimeSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `DecimalSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `DefinitionsSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `DictSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `EnumSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `FloatSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `FrozenSetSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `GeneratorSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `IntSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `InvalidSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `IsInstanceSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `IsSubclassSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `JsonSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `ListSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `LiteralSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `ModelSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `NoneSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `NullableSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `SetSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `TimeSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `TimedeltaSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `TupleSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `TypedDictSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `UnionSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `UrlSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `UuidSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `WithDefaultSchema`
[error] invalid-key - :424:15 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "to_lower"
New: Unknown key "to_lower" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `AnySchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `ArgumentsSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `BoolSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `BytesSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `CallSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `CallableSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `ChainSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `ComplexSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `CustomErrorSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `DataclassSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `DateSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `DatetimeSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `DecimalSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `DefinitionsSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `DictSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `EnumSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `FloatSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `FrozenSetSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `GeneratorSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `IntSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `InvalidSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `IsInstanceSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `IsSubclassSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `JsonSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `ListSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `LiteralSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `ModelSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `NoneSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `NullableSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `SetSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `TimeSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `TimedeltaSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `TupleSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `TypedDictSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `UnionSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `UrlSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `UuidSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `WithDefaultSchema`
[error] invalid-key - :428:15 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "to_upper"
New: Unknown key "to_upper" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `AnySchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ArgumentsSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BoolSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BytesSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CallSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CallableSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ChainSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ComplexSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CustomErrorSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DataclassSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DefinitionsSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DictSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `EnumSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `FrozenSetSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `GeneratorSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `InvalidSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `IsInstanceSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `IsSubclassSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `JsonSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ListSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `LiteralSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ModelSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `NoneSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `NullableSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `SetSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `StringSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TupleSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TypedDictSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UnionSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UrlSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UuidSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `WithDefaultSchema`
[error] invalid-key - :443:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `AnySchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ArgumentsSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BoolSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BytesSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CallSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CallableSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ChainSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ComplexSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CustomErrorSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DataclassSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DefinitionsSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DictSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `EnumSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `FrozenSetSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `GeneratorSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `InvalidSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `IsInstanceSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `IsSubclassSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `JsonSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ListSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `LiteralSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ModelSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `NoneSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `NullableSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `SetSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `StringSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TupleSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TypedDictSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UnionSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UrlSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UuidSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `WithDefaultSchema`
[error] invalid-key - :445:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `AnySchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ArgumentsSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BoolSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `BytesSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CallSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CallableSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ChainSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ComplexSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `CustomErrorSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DataclassSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DefinitionsSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `DictSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `EnumSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `FrozenSetSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `GeneratorSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `InvalidSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `IsInstanceSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `IsSubclassSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `JsonSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ListSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `LiteralSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `ModelSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `NoneSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `NullableSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `SetSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `StringSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TupleSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `TypedDictSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UnionSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UrlSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `UuidSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `WithDefaultSchema`
[error] invalid-key - :447:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "gt"
New: Unknown key "gt" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `AnySchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ArgumentsSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BoolSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BytesSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CallSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CallableSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ChainSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ComplexSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CustomErrorSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DataclassSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DefinitionsSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DictSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `EnumSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `FrozenSetSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `GeneratorSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `InvalidSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `IsInstanceSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `IsSubclassSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `JsonSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ListSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `LiteralSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ModelSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `NoneSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `NullableSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `SetSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `StringSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TupleSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TypedDictSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UnionSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UrlSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UuidSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `WithDefaultSchema`
[error] invalid-key - :459:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `AnySchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ArgumentsSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BoolSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BytesSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CallSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CallableSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ChainSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ComplexSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CustomErrorSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DataclassSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DefinitionsSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DictSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `EnumSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `FrozenSetSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `GeneratorSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `InvalidSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `IsInstanceSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `IsSubclassSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `JsonSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ListSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `LiteralSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ModelSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `NoneSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `NullableSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `SetSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `StringSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TupleSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TypedDictSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UnionSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UrlSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UuidSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `WithDefaultSchema`
[error] invalid-key - :461:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `AnySchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ArgumentsSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BoolSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `BytesSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CallSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CallableSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ChainSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ComplexSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `CustomErrorSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DataclassSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DefinitionsSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `DictSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `EnumSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `FrozenSetSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `GeneratorSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `InvalidSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `IsInstanceSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `IsSubclassSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `JsonSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ListSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `LiteralSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `ModelSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `NoneSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `NullableSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `SetSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `StringSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TupleSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `TypedDictSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UnionSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UrlSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `UuidSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `WithDefaultSchema`
[error] invalid-key - :463:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "ge"
New: Unknown key "ge" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `AnySchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ArgumentsSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BoolSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BytesSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CallSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CallableSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ChainSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ComplexSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CustomErrorSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DataclassSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DefinitionsSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DictSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `EnumSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `FrozenSetSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `GeneratorSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `InvalidSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `IsInstanceSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `IsSubclassSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `JsonSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ListSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `LiteralSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ModelSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `NoneSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `NullableSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `SetSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `StringSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TupleSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TypedDictSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UnionSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UrlSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UuidSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `WithDefaultSchema`
[error] invalid-key - :474:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `AnySchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ArgumentsSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BoolSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BytesSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CallSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CallableSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ChainSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ComplexSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CustomErrorSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DataclassSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DefinitionsSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DictSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `EnumSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `FrozenSetSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `GeneratorSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `InvalidSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `IsInstanceSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `IsSubclassSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `JsonSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ListSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `LiteralSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ModelSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `NoneSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `NullableSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `SetSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `StringSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TupleSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TypedDictSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UnionSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UrlSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UuidSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `WithDefaultSchema`
[error] invalid-key - :476:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `AnySchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ArgumentsSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BoolSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `BytesSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CallSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CallableSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ChainSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ComplexSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `CustomErrorSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DataclassSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DefinitionsSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `DictSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `EnumSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `FrozenSetSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `GeneratorSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `InvalidSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `IsInstanceSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `IsSubclassSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `JsonSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ListSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `LiteralSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `ModelSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `NoneSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `NullableSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `SetSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `StringSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TupleSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `TypedDictSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UnionSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UrlSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `UuidSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `WithDefaultSchema`
[error] invalid-key - :478:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "lt"
New: Unknown key "lt" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `AnySchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ArgumentsSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BoolSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BytesSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CallSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CallableSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ChainSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ComplexSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CustomErrorSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DataclassSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DefinitionsSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DictSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `EnumSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `FrozenSetSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `GeneratorSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `InvalidSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `IsInstanceSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `IsSubclassSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `JsonSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ListSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `LiteralSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ModelSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `NoneSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `NullableSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `SetSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `StringSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TupleSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TypedDictSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UnionSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UrlSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UuidSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `WithDefaultSchema`
[error] invalid-key - :489:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `AnySchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ArgumentsSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BoolSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BytesSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CallSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CallableSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ChainSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ComplexSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CustomErrorSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DataclassSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DefinitionsSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DictSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `EnumSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `FrozenSetSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `GeneratorSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `InvalidSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `IsInstanceSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `IsSubclassSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `JsonSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ListSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `LiteralSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ModelSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `NoneSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `NullableSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `SetSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `StringSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TupleSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TypedDictSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UnionSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UrlSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UuidSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `WithDefaultSchema`
[error] invalid-key - :491:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `AnySchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ArgumentsSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BoolSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `BytesSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CallSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CallableSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ChainSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ComplexSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `CustomErrorSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DataclassSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DefinitionsSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `DictSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `EnumSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `FrozenSetSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `GeneratorSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `InvalidSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `IsInstanceSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `IsSubclassSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `JsonSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ListSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `LiteralSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `ModelSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `NoneSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `NullableSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `SetSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `StringSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TupleSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `TypedDictSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UnionSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UrlSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `UuidSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `WithDefaultSchema`
[error] invalid-key - :493:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "le"
New: Unknown key "le" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `AnySchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `ArgumentsSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `BoolSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `CallSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `CallableSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `ChainSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `ComplexSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `CustomErrorSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `DataclassSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `DateSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `DatetimeSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `DecimalSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `DefinitionsSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `EnumSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `FloatSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `IntSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `InvalidSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `IsInstanceSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `IsSubclassSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `JsonSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `LiteralSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `ModelSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "min_length" - did you mean "max_length"?
New: Unknown key "min_length" for TypedDict `MultiHostUrlSchema` - did you mean "max_length"?
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `NoneSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `NullableSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `TimeSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `TimedeltaSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `TypedDictSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `UnionSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "min_length" - did you mean "max_length"?
New: Unknown key "min_length" for TypedDict `UrlSchema` - did you mean "max_length"?
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `UuidSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `WithDefaultSchema`
[error] invalid-key - :514:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "min_length"
New: Unknown key "min_length" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `AnySchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `ArgumentsSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `BoolSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `CallSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `CallableSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `ChainSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `ComplexSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `CustomErrorSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `DataclassSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `DateSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `DatetimeSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `DecimalSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `DefinitionsSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `EnumSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `FloatSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `IntSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `InvalidSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `IsInstanceSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `IsSubclassSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `JsonSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `LiteralSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `ModelSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `NoneSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `NullableSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `TimeSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `TimedeltaSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `TypedDictSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `UnionSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `UuidSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `WithDefaultSchema`
[error] invalid-key - :516:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "max_length"
New: Unknown key "max_length" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `AnySchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ArgumentsSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BoolSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BytesSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CallSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CallableSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ChainSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ComplexSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CustomErrorSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DataclassSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DateSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DatetimeSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DefinitionsSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DictSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `EnumSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `FrozenSetSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `GeneratorSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `InvalidSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `IsInstanceSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `IsSubclassSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `JsonSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ListSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `LiteralSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ModelSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `NoneSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `NullableSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `SetSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `StringSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TimeSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TimedeltaSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TupleSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TypedDictSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UnionSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UrlSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UuidSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `WithDefaultSchema`
[error] invalid-key - :529:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `AnySchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ArgumentsSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BoolSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BytesSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CallSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CallableSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ChainSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ComplexSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CustomErrorSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DataclassSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DateSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DatetimeSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DefinitionsSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DictSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `EnumSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `FrozenSetSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `GeneratorSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `InvalidSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `IsInstanceSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `IsSubclassSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `JsonSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ListSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `LiteralSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ModelSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `NoneSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `NullableSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `SetSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `StringSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TimeSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TimedeltaSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TupleSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TypedDictSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UnionSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UrlSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UuidSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `WithDefaultSchema`
[error] invalid-key - :531:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `AnySchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ArgumentsSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BoolSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `BytesSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CallSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CallableSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ChainSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ComplexSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `CustomErrorSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DataclassSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DateSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DatetimeSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DefinitionsSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `DictSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `EnumSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `FrozenSetSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `GeneratorSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `InvalidSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `IsInstanceSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `IsSubclassSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `JsonSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ListSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `LiteralSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `ModelSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `NoneSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `NullableSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `SetSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `StringSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TimeSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TimedeltaSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TupleSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `TypedDictSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UnionSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UrlSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `UuidSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `WithDefaultSchema`
[error] invalid-key - :533:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "multiple_of"
New: Unknown key "multiple_of" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `AnySchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ArgumentsSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BoolSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BytesSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CallSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CallableSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ChainSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ComplexSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CustomErrorSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DataclassSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DateSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DecimalSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DefinitionsSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DictSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `EnumSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `FloatSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `FrozenSetSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `GeneratorSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IntSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `InvalidSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IsInstanceSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IsSubclassSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `JsonSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ListSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `LiteralSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ModelSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `NoneSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `NullableSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `SetSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `StringSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TimedeltaSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TupleSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TypedDictSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UnionSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UrlSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UuidSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `WithDefaultSchema`
[error] invalid-key - :545:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `AnySchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ArgumentsSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BoolSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BytesSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CallSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CallableSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ChainSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ComplexSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CustomErrorSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DataclassSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DateSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DecimalSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DefinitionsSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DictSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `EnumSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `FloatSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `FrozenSetSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `GeneratorSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IntSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `InvalidSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IsInstanceSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IsSubclassSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `JsonSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ListSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `LiteralSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ModelSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `NoneSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `NullableSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `SetSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `StringSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TimedeltaSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TupleSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TypedDictSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UnionSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UrlSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UuidSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `WithDefaultSchema`
[error] invalid-key - :556:19 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `AnySchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `ArgumentsSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `BoolSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `BytesSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `CallSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `CallableSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `ChainSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `ComplexSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `CustomErrorSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `DataclassSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `DateSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `DatetimeSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `DecimalSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `DefinitionsSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `DictSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `EnumSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `FloatSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `FrozenSetSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `GeneratorSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `IntSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `InvalidSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `IsInstanceSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `IsSubclassSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `JsonSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `ListSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `LiteralSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `ModelSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `NoneSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `NullableSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `SetSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `TimeSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `TimedeltaSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `TupleSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `TypedDictSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `UnionSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `UrlSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `UuidSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `WithDefaultSchema`
[error] invalid-key - :625:15 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "pattern"
New: Unknown key "pattern" for TypedDict `WrapValidatorFunctionSchema`

pydantic/functional_serializers.py

[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :447:53 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`

pydantic/json_schema.py

[error] type-assertion-failure - :1547:13 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~str & ~Top[list[Unknown]]` is not equivalent to `Never`
[error] invalid-key - :2130:47 -
Old: Invalid key for TypedDict `FormatSerSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FormatSerSchema`
[error] invalid-key - :2130:47 -
Old: Invalid key for TypedDict `IncExDictSerSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IncExDictSerSchema`
[error] invalid-key - :2130:47 -
Old: Invalid key for TypedDict `IncExSeqSerSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IncExSeqSerSchema`
[error] invalid-key - :2130:47 -
Old: Invalid key for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema`
[error] invalid-key - :2130:47 -
Old: Invalid key for TypedDict `SimpleSerSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SimpleSerSchema`
[error] invalid-key - :2130:47 -
Old: Invalid key for TypedDict `ToStringSerSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ToStringSerSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `AnySchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `BoolSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `BytesSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `CallableSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `ChainSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `ComplexSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DataclassField`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DataclassField`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DataclassSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DateSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DecimalSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `DictSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `EnumSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `FloatSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `IntSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `InvalidSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `JsonSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `ListSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `LiteralSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `ModelField`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `ModelField`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `ModelSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `NoneSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `NullableSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `SetSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `StringSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `TimeSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `TupleSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `TypedDictField`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `TypedDictField`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `UnionSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `UrlSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `UuidSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2176:39 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "return_schema"
New: Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `ComputedField`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComputedField`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :2178:39 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `ComputedField`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComputedField`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :2187:62 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :2859:57 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`

pydantic/networks.py

[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :116:35 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :340:36 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - :526:36 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "schema"
New: Unknown key "schema" for TypedDict `UuidSchema`

pydantic/types.py

[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `AnySchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BoolSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BytesSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CallSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CallableSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ChainSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ComplexSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DataclassSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DecimalSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DictSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `EnumSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `FloatSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `GeneratorSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IntSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `InvalidSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `JsonSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ListSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `LiteralSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ModelSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `NoneSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `NullableSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `SetSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `StringSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TimeSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TupleSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TypedDictSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UnionSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UrlSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UuidSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2211:24 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `AnySchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BoolSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BytesSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CallSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CallableSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ChainSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ComplexSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DataclassSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DecimalSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DictSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `EnumSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `FloatSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `GeneratorSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IntSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `InvalidSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `JsonSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ListSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `LiteralSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ModelSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `NoneSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `NullableSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `SetSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `StringSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TimeSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TupleSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TypedDictSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UnionSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UrlSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UuidSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2230:24 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `AnySchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BoolSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BytesSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CallSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CallableSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ChainSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ComplexSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DataclassSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DateSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DecimalSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DictSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `EnumSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `FloatSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `GeneratorSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IntSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `InvalidSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `JsonSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ListSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `LiteralSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ModelSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `NoneSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `NullableSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `SetSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `StringSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TupleSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TypedDictSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UnionSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UrlSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UuidSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2287:24 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `AnySchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BoolSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `BytesSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CallSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CallableSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ChainSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ComplexSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DataclassSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DateSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DecimalSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `DictSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `EnumSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `FloatSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `GeneratorSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IntSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `InvalidSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `JsonSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ListSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `LiteralSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `ModelSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `NoneSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `NullableSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `SetSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `StringSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TupleSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `TypedDictSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UnionSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UrlSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `UuidSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2306:24 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "tz_constraint"
New: Unknown key "tz_constraint" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `AnySchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BoolSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BytesSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CallSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CallableSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ChainSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ComplexSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DataclassSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DecimalSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DictSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `EnumSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `FloatSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `GeneratorSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IntSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `InvalidSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `JsonSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ListSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `LiteralSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ModelSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `NoneSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `NullableSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `SetSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `StringSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TimeSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TupleSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TypedDictSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UnionSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UrlSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UuidSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2325:24 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `AnySchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ArgumentsSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BoolSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `BytesSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CallSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CallableSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ChainSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ComplexSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `CustomErrorSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DataclassSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DecimalSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DefinitionsSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `DictSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `EnumSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `FloatSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `FrozenSetSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `GeneratorSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IntSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `InvalidSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IsInstanceSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `IsSubclassSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `JsonSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ListSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `LiteralSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `ModelSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `NoneSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `NullableSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `SetSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `StringSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `TaggedUnionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TaggedUnionSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TimeSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TimedeltaSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TupleSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `TypedDictSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `UnionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UnionSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UrlSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `UuidSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `WithDefaultSchema`
[error] invalid-key - :2344:24 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "now_op"
New: Unknown key "now_op" for TypedDict `WrapValidatorFunctionSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `AnySchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `AnySchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `ArgumentsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `BoolSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BoolSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `BytesSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `BytesSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `CallSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `CallableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CallableSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `ChainSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ChainSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `ComplexSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ComplexSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `CustomErrorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `CustomErrorSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `DataclassArgsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassArgsSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `DataclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DataclassSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `DateSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DateSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `DatetimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DatetimeSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `DecimalSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DecimalSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `DefinitionsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DefinitionsSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `DictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `DictSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `EnumSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `EnumSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `FloatSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FloatSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `FrozenSetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `FrozenSetSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `GeneratorSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `GeneratorSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `IntSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IntSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `InvalidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `InvalidSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `IsInstanceSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsInstanceSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `IsSubclassSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `IsSubclassSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `JsonSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `JsonSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `ListSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ListSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `LiteralSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `LiteralSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `MissingSentinelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MissingSentinelSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `ModelFieldsSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelFieldsSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `ModelSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `ModelSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `NoneSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NoneSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `NullableSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `NullableSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `SetSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `SetSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `StringSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `StringSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `TimeSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimeSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `TimedeltaSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TimedeltaSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `TupleSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TupleSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `TypedDictSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `TypedDictSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `UrlSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UrlSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `UuidSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `UuidSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `WithDefaultSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WithDefaultSchema`
[error] invalid-key - :3085:39 -
Old: Invalid key for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
New: Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`

pydantic/v1/networks.py

[error] invalid-key - :232:13 -
Old: Invalid key for TypedDict `Parts`: Unknown key "host" - did you mean "port"?
New: Unknown key "host" for TypedDict `Parts` - did you mean "port"?

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

src/tests/test_static_typing.py

[error] type-assertion-failure - :31:9 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:13 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `@Todo`
[error] type-assertion-failure - :58:9 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:9 -
Old: Argument does not have asserted type `list[tuple[int, str]]`
New: Type `list[tuple[int, str]]` does not match asserted type `Unknown`

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

testing/typing_checks.py

[error] type-assertion-failure - :54:5 -
Old: Argument does not have asserted type `ExceptionInfo[RuntimeError] | None`
New: Type `ExceptionInfo[RuntimeError] | None` does not match asserted type `ExceptionInfo[BaseException] | None`
[error] type-assertion-failure - :59:5 -
Old: Argument does not have asserted type `Literal["setup", "call", "teardown"]`
New: Type `Literal["setup", "call", "teardown"]` does not match asserted type `str | None`
[error] type-assertion-failure - :60:5 -
Old: Argument does not have asserted type `tuple[str, int | None, str]`
New: Type `tuple[str, int | None, str]` does not match asserted type `tuple[str, int | None, str] | None`

testing/typing_raises_group.py

[error] type-assertion-failure - :237:5 -
Old: Argument does not have asserted type `((...) -> bool) | None`
New: Type `((...) -> bool) | None` does not match asserted type `Unknown | ((@Todo, /) -> bool) | None`

starlette (https://github.com/encode/starlette)

tests/test_config.py

[error] type-assertion-failure - :20:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:5 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:5 -
Old: Argument does not have asserted type `str | None`
New: Type `str | None` does not match asserted type `None`
[error] type-assertion-failure - :23:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Literal[""]`
[error] type-assertion-failure - :25:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Literal[False]`
[error] type-assertion-failure - :27:5 -
Old: Argument does not have asserted type `bool | None`
New: Type `bool | None` does not match asserted type `None`

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

strawberry/channels/handlers/http_handler.py

[error] type-assertion-failure - :241:17 -
Old: Argument does not have asserted type `Never`
New: Type `Unknown & ~MultipartChannelsResponse & ~ChannelsResponse` is not equivalent to `Never`

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

src/trio/_core/_tests/type_tests/run.py

[error] type-assertion-failure - :39:1 -
Old: Argument does not have asserted type `list[int | float]`
New: Type `list[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:1 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:1 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:1 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`

src/trio/_tests/type_tests/check_wraps.py

[error] type-assertion-failure - :9:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown | int`

src/trio/_tests/type_tests/path.py

[error] type-assertion-failure - :64:5 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:5 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:5 -
Old: Argument does not have asserted type `stat_result`
New: Type `stat_result` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:5 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:5 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:9 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :79:9 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :80:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :82:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :83:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:9 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:5 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:5 -
Old: Argument does not have asserted type `stat_result`
New: Type `stat_result` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:5 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :93:9 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:5 -
Old: Argument does not have asserted type `bytes`
New: Type `bytes` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:5 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:5 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:5 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:5 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :101:9 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :103:9 -
Old: Argument does not have asserted type `Path`
New: Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:5 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:5 -
Old: Argument does not have asserted type `bool`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:5 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :107:5 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :108:5 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :109:5 -
Old: Argument does not have asserted type `None`
New: Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :111:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :119:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]`
New: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]`
New: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]`
New: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]`
New: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :123:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[FileIO]`
New: Type `AsyncIOWrapper[FileIO]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[BufferedRandom]`
New: Type `AsyncIOWrapper[BufferedRandom]` does not match asserted type `Unknown`
[error] type-assertion-failure - :125:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[BufferedWriter]`
New: Type `AsyncIOWrapper[BufferedWriter]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[BufferedReader[_BufferedReaderStream]]`
New: Type `AsyncIOWrapper[BufferedReader[_BufferedReaderStream]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[BinaryIO]`
New: Type `AsyncIOWrapper[BinaryIO]` does not match asserted type `Unknown`
[error] type-assertion-failure - :128:5 -
Old: Argument does not have asserted type `AsyncIOWrapper[IO[Any]]`
New: Type `AsyncIOWrapper[IO[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:5 -
Old: Argument does not have asserted type `bytes`
New: Type `bytes` does not match asserted type `Unknown`
[error] type-assertion-failure - :133:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :137:5 -
Old: Argument does not have asserted type `str`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :138:5 -
Old: Argument does not have asserted type `int`
New: Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:5 -
Old: Argument does not have asserted type `list[str]`
New: Type `list[str]` does not match asserted type `Unknown`

src/trio/_tests/type_tests/raisesgroup.py

[error] type-assertion-failure - :36:9 -
Old: Argument does not have asserted type `BaseExceptionGroup[KeyboardInterrupt]`
New: Type `BaseExceptionGroup[KeyboardInterrupt]` does not match asserted type `ExceptionGroup[ValueError]`
[error] type-assertion-failure - :48:9 -
Old: Argument does not have asserted type `ExceptionGroup[ValueError]`
New: Type `ExceptionGroup[ValueError]` does not match asserted type `BaseExceptionGroup[KeyboardInterrupt]`
[error] type-assertion-failure - :128:5 -
Old: Argument does not have asserted type `ExceptionGroup[ValueError]`
New: Type `ExceptionGroup[ValueError]` does not match asserted type `ExceptionGroup[Unknown]`
[error] type-assertion-failure - :215:9 -
Old: Argument does not have asserted type `ExceptionGroup[ExceptionGroup[ExceptionGroup[ValueError]]]`
New: Type `ExceptionGroup[ExceptionGroup[ExceptionGroup[ValueError]]]` does not match asserted type `ExceptionGroup[Unknown]`
[error] type-assertion-failure - :220:5 -
Old: Argument does not have asserted type `((BaseExceptionGroup[ValueError], /) -> bool) | None`
New: Type `((BaseExceptionGroup[ValueError], /) -> bool) | None` does not match asserted type `Unknown | ((BaseExceptionGroup[Unknown], /) -> bool) | None`