]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.109.1 0.109.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Feb 2024 12:42:30 +0000 (13:42 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Feb 2024 12:42:30 +0000 (13:42 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index bad1686fd262a00b35c99595346aaa401ea0081a..91627ef62d3f814b143befc428066b400a3e5a6b 100644 (file)
@@ -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`.
index f457fafd4aa6448a70a4c3dad49e4518620fad70..fedd8b419166485f313886d18bec82f845421ada 100644 (file)
@@ -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