From: Evgeniy Lupashin <34810566+PipeKnight@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:27:23 +0000 (+0200) Subject: ✏️ Fix typo in the release notes of v0.0.22 (#1195) X-Git-Tag: 0.0.23~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab3d19f0ac4cb4f00b1a851a1e2153b962a11db2;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏️ Fix typo in the release notes of v0.0.22 (#1195) Fix typo in release-notes.md --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 581e7cc9..7c59a514 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -36,7 +36,7 @@ ### 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). +* 🐛 Fix support for types with `Optional[Annotated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]`. PR [#1093](https://github.com/fastapi/sqlmodel/pull/1093) by [@tiangolo](https://github.com/tiangolo). ### Docs