Skip to content

v1.6.1

Compare
Choose a tag to compare
@ramonhagenaars ramonhagenaars released this 09 Jan 16:52
· 4 commits to master since this release
  • Bugfix: Loading dicts with hashed keys could cause an error due to being loaded twice (thanks to georgeharker).
  • Bugfix: IntEnums were not serialized with their names when use_enum_name=True (thanks to georgeharker).
  • Bugfix: Named tuples did not use typing.get_type_hints for getting the types, causing trouble in future annotations (thanks to georgeharker).