Skip to content

v2.0.11

Compare
Choose a tag to compare
@ruscoder ruscoder released this 30 Aug 06:45
· 4 commits to master since this release
b3cda90
  • Rename dump to dump_resource
  • Get rid of built-in dumping for dict-like structure
  • Get rid of built-in dumping for patch
  • Some breaking changes here, but the functional was introduced recently
    that's why the version has not increased according to semver
    • Migration guide for pydantic-users:
    • Pass dump_resource=lambda d: d.model_dump()
    • Manually dump your models for patch