Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Version 0.4.0

Compare
Choose a tag to compare
@pappasam pappasam released this 23 Nov 03:34
· 44 commits to master since this release

Added

  • Keywords and classifiers to pyproject.toml.

Changed

  • Lists and Dicts in deserialize.load have been generalized into the generic protocols typing.Sequence and typing.Mapping.
  • typing.get_origin and typing.get_args are now call called only once in the Deserialize constructor.