]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release FastAPI version 0.65.1 0.65.1
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 11 May 2021 21:19:14 +0000 (23:19 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 11 May 2021 21:19:14 +0000 (23:19 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a9e4c9d0ad3d31ddf3fa5ad9ec54dbd1ea718538..25c8d03ca5d022ad8f0d71e3c5e388a89049039c 100644 (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
 
index 52a3b01e6c19ff552f51710f3fceee50605443ed..80f61d9f44177fe657985011554461144c68b278 100644 (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