Skip to content

Release 3.8.0

Compare
Choose a tag to compare
@faph faph released this 02 Sep 13:22
· 7 commits to main since this release
5147bc3

Add support for Python typing.Literal types, e.g. Literal[""].

Mixing Literal types, e.g. Literal["", 42] is NOT supported.