cattrs v1.7.0 Release Notes

Release Date: 2021-05-26 // almost 3 years ago
    • cattr.global_converter (which provides cattr.unstructure, cattr.structure etc.) is now an instance of cattr.GenConverter.
    • ๐Ÿ‘ Literal s are now supported and validated when structuring.
    • ๐Ÿ›  Fix dependency metadata information for attrs. (#147 <https://github.com/python-attrs/cattrs/issues/147>_)
    • ๐Ÿ›  Fix GenConverter mapping structuring for unannotated dicts. (#148 <https://github.com/python-attrs/cattrs/issues/148>_)