Skip to content

Commit 1ce16c2

Browse files
committed
🔖 Release version 0.74.0
1 parent 03d4d4c commit 1ce16c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/en/docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Latest Changes
44

5+
6+
## 0.74.0
7+
58
### Breaking Changes
69

710
* ✨ Update internal `AsyncExitStack` to fix context for dependencies with `yield`. PR [#4575](https://github.com/tiangolo/fastapi/pull/4575) by [@tiangolo](https://github.com/tiangolo).

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.73.0"
3+
__version__ = "0.74.0"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)