mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-31 21:21:56 -04:00
🔖 Release version 0.68.1
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
|
||||
## 0.68.1
|
||||
|
||||
* ✨ Add support for `read_with_orm_mode`, to support [SQLModel](https://sqlmodel.tiangolo.com/) relationship attributes. PR [#3757](https://github.com/tiangolo/fastapi/pull/3757) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
||||
### Translations
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.68.0"
|
||||
__version__ = "0.68.1"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user