mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.83.0
This commit is contained in:
parent
22a155efc1
commit
ed0fcba7cb
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## Latest Changes
|
||||
|
||||
|
||||
## 0.83.0
|
||||
|
||||
### Features
|
||||
|
||||
* ✨ Add support in `jsonable_encoder` for include and exclude with dataclasses. PR [#4923](https://github.com/tiangolo/fastapi/pull/4923) by [@DCsunset](https://github.com/DCsunset).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.82.0"
|
||||
__version__ = "0.83.0"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue