v1.17
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 ofPurePath
class:PurePosixClass
on posix,PureWindowsPath
in windows