Skip to content

Commit

Permalink
馃敄 Release FastAPI version 0.65.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 11, 2021
1 parent eaa49eb commit 43df5d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/en/docs/release-notes.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 43df5d0

Please sign in to comment.