* Support Path (and other already initialized class instances to be used as properties) ([`f500095`](https://github.com/trialandsuccess/configuraptor/commit/f500095285fbf9f7b4475ca29251a41ba9e5fd72))
1.26.2
Fix
* Add _skip_none to also skip None values for optional fields (set to False by default for backwards compat) ([`a2169a6`](https://github.com/trialandsuccess/configuraptor/commit/a2169a66ba85e4987c2d3b6b956e2c2421d086fd)) * Improved pyproject.toml detection handling (swapped out black implementation by custom one) ([`85433ff`](https://github.com/trialandsuccess/configuraptor/commit/85433ff989cd3b3de3bd88109bd079056df8e6bf))
1.26.1
Fix
* Explicly add typing-extensions as a dependency ([`4bfba65`](https://github.com/trialandsuccess/configuraptor/commit/4bfba65df2993190ebca6c0e97c4da0731cffe5c))
1.26.0
Feature * beautify is now automatically applied to subclassses of TypedConfig, unless beautify=False is added. ([`ab72585`](https://github.com/trialandsuccess/configuraptor/commit/ab725858ea291aa87059e118026ec04fa3308a43))
1.25.2
Fix
* Updating an optional field to None via _update or normal attribute was ignored ([`b9b8cec`](https://github.com/trialandsuccess/configuraptor/commit/b9b8cecd5935b0d626bc614a6fa04c7dfb559b77))
1.25.1
Fix * **beautify:** Minor tweaks and cleanup ([`fdfe1fe`](https://github.com/trialandsuccess/configuraptor/commit/fdfe1fe42f51d639076ff8515e90b86d84bcbd5b))