v1.5.6
This a minor release that improves to minor things:
functools.cached_property
is now correctly detected as a descriptor and skipped during attribute default preparation.- In
type_label
:UnionType
s from Python 3.10+ are show the nested types, and bothUnion
andUnionType
types are now formatted in the Python 3.10 style: e.g. "int | str".