v0.2.25
Changes in this Release
Release/pydantic v2 model (#126)
- Update minor dependencies
- Change Log config to use the
BaseModel
and set the const variablePYDANTIC_IS_V1
- Create a new parse to use in the v1 and v2 model from Pydantic
- Change parse to use model_dump when use Pydantic v2
- Remove
Config class
from BaseRow. - Add NoneType in Union for field types
- Update pyproject.toml version and classifiers