🔖 Release FastAPI version 0.65.1

This commit is contained in:
Sebastián Ramírez 2021-05-11 23:19:14 +02:00
parent eaa49ebd20
commit 43df5d05ed
2 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,12 @@
## Latest Changes
* 📌 Upgrade pydantic pin, to handle security vulnerability CVE-2021-29510. PR [#3213](https://github.com/tiangolo/fastapi/pull/3213) by [@tiangolo](https://github.com/tiangolo).
## 0.65.1
### Security fixes
* 📌 Upgrade pydantic pin, to handle security vulnerability [CVE-2021-29510](https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh). PR [#3213](https://github.com/tiangolo/fastapi/pull/3213) by [@tiangolo](https://github.com/tiangolo).
## 0.65.0

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.65.0"
__version__ = "0.65.1"
from starlette import status as status