]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.137.1 (#15766) 0.137.1
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 15 Jun 2026 11:26:48 +0000 (13:26 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2026 11:26:48 +0000 (11:26 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index e2a29ea8a45c7a33fbbbc8bb730975ce88a32843..9effecd9eb7a939bae7bd32cbe7c908a87752834 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.137.1 (2026-06-15)
+
 ### Fixes
 
 * ðŸš¨ Fix typing checks for APIRoute. PR [#15765](https://github.com/fastapi/fastapi/pull/15765) by [@tiangolo](https://github.com/tiangolo).
index 808f6b294b9026fda4511df8315f1db3a94a486e..fdd584b405b5729d7381c2f0cf0abb81eba395a8 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.137.0"
+__version__ = "0.137.1"
 
 from starlette import status as status