]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Fri, 28 Feb 2025 14:04:48 +0000 (14:04 +0000)
committergithub-actions <github-actions@github.com>
Fri, 28 Feb 2025 14:04:48 +0000 (14:04 +0000)
[skip ci]

docs/release-notes.md

index 9581a64fd4e4a8802c7b9f0e28c6e111746fc6c8..b72c2199247d90f164f68bed2ea0869ff8e67563 100644 (file)
@@ -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