We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7430a commit cb8f84fCopy full SHA for cb8f84f
docs/release-notes.md
@@ -2,6 +2,12 @@
2
toc_depth: 2
3
---
4
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
11
## 0.47.2 (July 20, 2025)
12
13
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.47.2"
+__version__ = "0.47.3"
0 commit comments