]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 31 Aug 2024 09:38:41 +0000 (09:38 +0000)
committergithub-actions <github-actions@github.com>
Sat, 31 Aug 2024 09:38:41 +0000 (09:38 +0000)
docs/release-notes.md

index ebf22b86096af7982b2622ad8c79a04f511d69ec..a58974acd2817cac3ff66b6b5e242400984e0af5 100644 (file)
@@ -2,6 +2,10 @@
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix support for types with `Optional[Annoated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]`. PR [#1093](https://github.com/fastapi/sqlmodel/pull/1093) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * ✏️ Fix a typo in `docs/virtual-environments.md`. PR [#1085](https://github.com/fastapi/sqlmodel/pull/1085) by [@tiangolo](https://github.com/tiangolo).