Browse Source

🔖 Release FastAPI version 0.65.1

pull/3236/head 0.65.1
Sebastián Ramírez 4 years ago
parent
commit
43df5d05ed
  1. 7
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

7
docs/en/docs/release-notes.md

@ -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

2
fastapi/__init__.py

@ -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

Loading…
Cancel
Save