]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.140.4 (#16070) 0.140.4
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 Jul 2026 15:45:50 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2026 15:45:50 +0000 (15:45 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 6eebffe9550470fb1d6e6865ebe06fbde17e32d9..af743ce56c1bf003b01db96a215af568f4e339bd 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.4 (2026-07-27)
+
 ### Refactors
 
 * ⚡️ Skip unused dependency repeat bookkeeping. PR [#16069](https://github.com/fastapi/fastapi/pull/16069) by [@tiangolo](https://github.com/tiangolo).
index b7e61744d3ac5606337e57d0d01c6e8f5d6da8b5..56e455542e9cb136398439528ad55a8340757189 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.3"
+__version__ = "0.140.4"
 
 from starlette import status as status