- feat: Abstract Loader "state" from the loader. This enables supplying state once at load-time in order to customize load-wide settings.
- fix: Bad field reference for pydantic inspection.
- feat: Adopt type-lens library to better handle 3.12-style annotations which were incorrectly identified by typing_inspect
- fix: Ignore
ClassVarannotated fields
- fix: Mapping error for loaders that return types other than strings.
- fix: Closure error in nested msgspec implementation.