Skip to content

Commit fc89eb8

Browse files
committed
🔖 Release version 0.23.0
1 parent 6fca104 commit fc89eb8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Next release
22

3+
## 0.23.0
4+
35
* Upgrade the compatible version of Starlette to `0.12.0`.
46
* This includes support for ASGI 3 (the latest version of the standard).
57
* It's now possible to use [Starlette's `StreamingResponse`](https://www.starlette.io/responses/#streamingresponse) with iterators, like [file-like](https://docs.python.org/3/glossary.html#term-file-like-object) objects (as those returned by `open()`).

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.22.0"
3+
__version__ = "0.23.0"
44

55
from starlette.background import BackgroundTasks
66

0 commit comments

Comments
 (0)