Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 00:02
· 80 commits to master since this release

Hotfix release, made model_validate_file a classmethod

v0.1.0 Changelog

Breaking changes

  • Updated the library to use Pydantic v2
  • The dict method has been renamed to model_dump
  • The json method has been renamed to model_dump_json
  • The parse_obj method has been renamed to model_validate
  • The parse_raw method has been renamed to model_validate_json
  • The parse_file method has been renamed to model_validate_file

What's Changed

  • Updated endpoint for server information

New Contributors

Full Changelog: v0.0.5...v0.1.0