- Added support pydantic v2. If you need pydantic v1 you need to use an older version of the library. - Drop support Python 3.7 and below. - Minor fixes.
4.2.1
- Fixed check of success statuses.
4.2.0
- Added linters, mypy and pre-commit hooks. - Added CI for tests, pre-commit and release. - Migrate to PDM. - Optional support orjson and ujson when available. - Optional dependencies xml and pydantic mixins. - Replaced setup.py to pyproject.toml.