Skip to content

Commit bfde8f3

Browse files
committed
🔖 Release version 0.103.1
1 parent ce8ee14 commit bfde8f3

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.103.1
7+
58
### Fixes
69

710
* 📌 Pin AnyIO to < 4.0.0 to handle an incompatibility while upgrading to Starlette 0.31.1. PR [#10194](https://github.com/tiangolo/fastapi/pull/10194) 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.103.0"
3+
__version__ = "0.103.1"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)