v2.0.0
2.0.0 (2023-09-13)
⚠ BREAKING CHANGES
- Saving entities will upsert if the id is present
- deps: Moving to Pydantic V2
- deps: Python 3.7 will no longer be supported since it reached EOL
Features
- Enhance existing repo with improved meta data (#8) (9c234d1)
- Implement save_many method in repositories (8824622)
Bug Fixes
- Uses upsert in save method (1a89b5b)