Skip to content

v1.5.6

Compare
Choose a tag to compare
@matthewwardrop matthewwardrop released this 13 Jan 20:03
· 1 commit to main since this release

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: UnionTypes from Python 3.10+ are show the nested types, and both Union and UnionType types are now formatted in the Python 3.10 style: e.g. "int | str".