- mashumaro version: 3.7
- Python version: 3.9.0
- Operating System: macOS 13.2.1
Description
Function is_literal doesn't return True for typing.Literal[42] on Python 3.9.0. Type of typing.Literal instances has been changed from _GenericAlias to _LiteralGenericAlias since 3.9.1.
Description
Function
is_literaldoesn't returnTruefortyping.Literal[42]on Python 3.9.0. Type oftyping.Literalinstances has been changed from_GenericAliasto_LiteralGenericAliassince 3.9.1.