Skip to content

📦 Migrate to pydantic v2

Compare
Choose a tag to compare
@azogue azogue released this 07 Apr 12:21
· 13 commits to master since this release
3746a02

Move to recent versions of pydantic, and also upgrade internal linters, moving to ruff-format

Changes
  • 📦️ env: Bump version and upgrade deps, requiring pydantic v2
  • ♻️ Migrate pydantic v2 syntax for validators, parsers, serializers, model load/dump methods, etc.
  • 🎨 lint: pre-commit update, moving to ruff-format
  • 🎨 lint: Apply format changes and lint fixes
  • 📝 Update CHANGELOG
  • 👷 ci: Split actions for tests on PRs and publish package on main