v3.3
Changes
- Added ability to use annotations inside
SerializableType
to simplify dealing with generic types (see updated documentation) - Added support for user-defined variadic generic types and dataclasses,
TypeVarTuple
andUnpack
from PEP 646 - Fixed serialization / deserialization of
Tuple[()]
on python 3.11 - Changed type name for
Tuple[T, ...]
from"Tuple[T, Ellipsis]"
to"Tuple[T, ...]"