Skip to content

v0.6 - New methods, types, authentication flows and more

Latest
Compare
Choose a tag to compare
@CyanBook CyanBook released this 09 Aug 18:15
· 13 commits to master since this release
fde051b

New features

Changes

  • Simplified types are removed, normal types have some fields with None as the default value
  • All types are now @dataclass objects
  • More control on JSON to types conversion (new auto_conversion & recursive_conversion parameters)

Full Changelog: v0.5...v0.6