- Fixed missing default value for `target_object` in container converters.
2.1
- Added support for Python 3.11. - Updated `Manager.get()` to be more flexible with positional arguments. - Added support for passing `frozen=True` to the underlying `dataclass`. - Added `py.typed` to tell type checkers that `datafiles` has types.
2.0
- Dropped support for Python 3.7.
1.4.3
- Fixed handling of invalid YAML files in manager methods.
1.4.2
- Fixed exception when `Union[int, float]` or `Union[str, ...]` is used.
1.4.1
- Fixed exception when `TypedDict` is used, but schema is not yet supported.