]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 2 Apr 2026 20:58:46 +0000 (20:58 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 2 Apr 2026 20:58:46 +0000 (20:58 +0000)
[skip ci]

docs/release-notes.md

index a497ee0df5139736fe46156de652a9e332581578..e9e9b57c97255bc8a2c97fc182cc200b84dacd10 100644 (file)
@@ -4,6 +4,7 @@
 
 ### Fixes
 
+* 🐛 Fix type annotation in `SQLModel.__new__`, avoid explicitly returning `Any`. PR [#1846](https://github.com/fastapi/sqlmodel/pull/1846) by [@carljm](https://github.com/carljm).
 * 🐛 Fix `tuple_` return type annotation. PR [#1639](https://github.com/fastapi/sqlmodel/pull/1639) by [@kakeruzoku](https://github.com/kakeruzoku).
 
 ### Docs