Skip to content

v0.2.25

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 17:36
6dccb80

Changes in this Release
Release/pydantic v2 model (#126)

  • Update minor dependencies
  • Change Log config to use the BaseModel and set the const variable PYDANTIC_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