Change8

0.0.32

Breaking Changes
📦 sqlmodelView on GitHub →
1 breaking🐛 1 fixes🔧 1 symbols

Summary

This release primarily focuses on internal maintenance, dependency bumps, and migrating to uv, alongside fixing an issue with Annotated fields compatibility in newer Pydantic versions.

⚠️ Breaking Changes

  • Removed conditional logic for Pydantic v1 in tests, which might affect compatibility if older Pydantic versions were relied upon heavily in testing setups, although this is primarily an internal change.

Migration Steps

  1. No explicit migration steps required for end-users based on these notes, other than ensuring Pydantic is up-to-date if using Annotated fields.

🐛 Bug Fixes

  • Fixed support for Annotated fields when using Pydantic 2.12 or newer.

Affected Symbols