📝 Update release notes

[skip ci]
This commit is contained in:
github-actions
2025-02-28 14:01:34 +00:00
parent 69a4504a33
commit 850dd745f8

View File

@@ -2,6 +2,10 @@
## Latest Changes
### Fixes
* 🐛 Fix Pydantic version check for version 2.10.x onwards. PR [#1255](https://github.com/fastapi/sqlmodel/pull/1255) by [@asiunov](https://github.com/asiunov).
### Refactors
* 🚨 Fix types for new Pydantic. PR [#1131](https://github.com/fastapi/sqlmodel/pull/1131) by [@tiangolo](https://github.com/tiangolo).