From: Sebastián Ramírez Date: Sat, 3 Feb 2024 12:42:30 +0000 (+0100) Subject: 🔖 Release version 0.109.1 X-Git-Tag: 0.109.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7633d1571cc0c2792b766f67172edb9427c66899;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.109.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index bad1686fd2..91627ef62d 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.109.1 + ### Security fixes * ⬆️ Upgrade minimum version of `python-multipart` to `>=0.0.7` to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade `python-multipart`. diff --git a/fastapi/__init__.py b/fastapi/__init__.py index f457fafd4a..fedd8b4191 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -1,6 +1,6 @@ """FastAPI framework, high performance, easy to learn, fast to code, ready for production""" -__version__ = "0.109.0" +__version__ = "0.109.1" from starlette import status as status