Skip to content

Commit cb8f84f

Browse files
authored
Version 0.47.3 (#2985)
1 parent 3d7430a commit cb8f84f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
toc_depth: 2
33
---
44

5+
## 0.47.3 (August 24, 2025)
6+
7+
#### Fixed
8+
9+
* Use `asyncio.iscoroutinefunction` for Python 3.12 and older [#2984](https://github.com/encode/starlette/pull/2984).
10+
511
## 0.47.2 (July 20, 2025)
612

713
#### Fixed

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.47.2"
1+
__version__ = "0.47.3"

0 commit comments

Comments
 (0)