From: github-actions Date: Fri, 28 Feb 2025 14:01:34 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.0.23~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=850dd745f82deb3f69543afff0ea353c7ba89c92;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes [skip ci] --- diff --git a/docs/release-notes.md b/docs/release-notes.md index a7c68735..9581a64f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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).