Skip to content

Commit b30cca8

Browse files
committed
🔖 Release 0.31.0, upgrading Pydantic to 0.29
1 parent 3906777 commit b30cca8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest changes
22

3+
## 0.31.0
4+
35
* Upgrade Pydantic supported version to `0.29.0`.
46
* New supported version range is `"pydantic >=0.28,<=0.29.0"`.
57
* This adds support for Pydantic [Generic Models](https://pydantic-docs.helpmanual.io/#generic-models), kudos to [@dmontagu](https://github.com/dmontagu).

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.30.1"
3+
__version__ = "0.31.0"
44

55
from starlette.background import BackgroundTasks
66

0 commit comments

Comments
 (0)