Skip to content

v1.1.6

Choose a tag to compare

@RobertoPrevato RobertoPrevato released this 29 Mar 16:02
· 5 commits to main since this release
9038f8f
  • Drop Python 3.6 and Python 3.7 support.
  • Use obj.model_dump instead of obj.dict for Pydantic V2.
  • Add support for Decimal in FriendlyEncoder.
  • Apply black, flake8, isort, mypy.
  • Replace setup.py with pyproject.toml.
  • Workflow maintenance.

Contributors: @waketzheng, @tyzhnenko, @RobertoPrevato