Skip to content

v1.17

Compare
Choose a tag to compare
@Fatal1ty Fatal1ty released this 22 Dec 09:58
· 1041 commits to master since this release

Changes

  • Support for all types from pathlib
  • Variable annotated with a class derived from os.PathLike will be deserialized into an instance of that class
  • Variable annotated with os.PathLike will be deserialized into an instance of PurePath class: PurePosixClass on posix, PureWindowsPath in windows