From: github-actions Date: Fri, 28 Feb 2025 14:04:48 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.0.23~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94d47ac784618189b7d4ed2e0392228152cd0249;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes [skip ci] --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 9581a64f..b72c2199 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ ### Fixes +* 🐛 Fix type annotation in `Field` constructor. PR [#1304](https://github.com/fastapi/sqlmodel/pull/1304) by [@AlanBogarin](https://github.com/AlanBogarin). * 🐛 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