]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.112.3 0.112.3
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 5 Sep 2024 09:13:32 +0000 (11:13 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 5 Sep 2024 09:13:32 +0000 (11:13 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index c54971b73941cb7861af567942183e10e71b9060..cdd6cdc904e73f125d4f5acd8a1eb8fe3cdd5ba3 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+## 0.112.3
+
+This release is mainly internal refactors, it shouldn't affect apps using FastAPI in any way. You don't even have to upgrade to this version yet. There are a few bigger releases coming right after. 🚀
+
 ### Refactors
 
 * ♻️ Refactor internal `check_file_field()`, rename to `ensure_multipart_is_installed()` to clarify its purpose. PR [#12106](https://github.com/fastapi/fastapi/pull/12106) by [@tiangolo](https://github.com/tiangolo).
index ac2508d89d9192d6c91e1301f4b0676d3a14412c..1bc1bfd829dd7f8c54d22641a74c74bc79c8caff 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.112.2"
+__version__ = "0.112.3"
 
 from starlette import status as status