mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-17 03:48:31 +08:00
✏️ Fix typo in the release notes of v0.0.22 (#1195)
Fix typo in release-notes.md
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
### Fixes
|
### 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
|
### Docs
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user