v2.0.11
- 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