- Bumped minimal pydantic version from 2.8 to 2.11.
- Added new constant:
UNSET. Used for differentiating None from missing (or unset) values.UnsetField/UnsetOrNoneFieldwere also added as annotated pydantic fields. - Now all requests can also pass request header as argument (see Clopos).
- Added function
_build_request_lambdato enable subclasses to override without overriding whole__getattribute__. Can be used to enforce some arguments.
- Fixed and made integrify-core a namespace package.
- Refactored old library to new style.