]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.139.0 (#15910) 0.139.0
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 1 Jul 2026 16:24:47 +0000 (18:24 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 16:24:47 +0000 (16:24 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 07a8307f2e6fe439d4c042fe3b9e875656d70f4a..2e42ba00fa40f80426e0e32021d2f1a340072b49 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.139.0 (2026-07-01)
+
 ### Features
 
 * âœ¨ Support dependencies in `app.frontend()`, e.g. for automatic cookie authentication for the frontend. PR [#15908](https://github.com/fastapi/fastapi/pull/15908) by [@tiangolo](https://github.com/tiangolo).
index af5117aecf1a9bdc8ec061174630db9f3de3f6b1..df55e7a6c8ebbd1b6b05721e4b7c8dab5f76b38a 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.138.2"
+__version__ = "0.139.0"
 
 from starlette import status as status