v5.2.0
What's Changed
Dependency Updates
- Upgrade Pydantic to 1.10.17 by @leplatrem in #928
- Migrate to Pydantic v2 by @grahamalama in #942
- Run
poetry lock
, updating some transitive dependencies by @grahamalama in #947
Other Changes
- Change codeowner team from
ctms-reviewers
tosyseng
by @grahamalama in #943 - Remove
trace
feature for logs by @grahamalama in #944 - Refactor some canned fixtures for tests (minmal/maximal contacts, example contact) by @grahamalama in #946
- Replace
black
,isort
, andpylint
withruff
by @grahamalama in #948 - Configure factories to automatically commit when called by @grahamalama in #951
- Switch
docker-compose
todocker compose
by @grahamalama in #956 - Remove Sphinx from dev dependencies by @leplatrem in #955
Full Changelog: v5.1.0...v5.2.0