mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
🔖 Release 0.31.0, upgrading Pydantic to 0.29
This commit is contained in:
parent
3906777065
commit
b30cca8e9e
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
## Latest changes
|
## Latest changes
|
||||||
|
|
||||||
|
## 0.31.0
|
||||||
|
|
||||||
* Upgrade Pydantic supported version to `0.29.0`.
|
* Upgrade Pydantic supported version to `0.29.0`.
|
||||||
* New supported version range is `"pydantic >=0.28,<=0.29.0"`.
|
* New supported version range is `"pydantic >=0.28,<=0.29.0"`.
|
||||||
* This adds support for Pydantic [Generic Models](https://pydantic-docs.helpmanual.io/#generic-models), kudos to [@dmontagu](https://github.com/dmontagu).
|
* This adds support for Pydantic [Generic Models](https://pydantic-docs.helpmanual.io/#generic-models), kudos to [@dmontagu](https://github.com/dmontagu).
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||||
|
|
||||||
__version__ = "0.30.1"
|
__version__ = "0.31.0"
|
||||||
|
|
||||||
from starlette.background import BackgroundTasks
|
from starlette.background import BackgroundTasks
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue