]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.47.3 (#2985) 0.47.3
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 24 Aug 2025 07:06:35 +0000 (08:06 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Aug 2025 07:06:35 +0000 (08:06 +0100)
docs/release-notes.md
starlette/__init__.py

index f9de6f92a49ca3bc4cadd2c69497ed98ce9a9e79..4bbcd9bbb8b630868169569943958a96a0560f39 100644 (file)
@@ -2,6 +2,12 @@
 toc_depth: 2
 ---
 
+## 0.47.3 (August 24, 2025)
+
+#### Fixed
+
+* Use `asyncio.iscoroutinefunction` for Python 3.12 and older [#2984](https://github.com/encode/starlette/pull/2984).
+
 ## 0.47.2 (July 20, 2025)
 
 #### Fixed
index 56f6de799b5ee55e3943ba41447bead4e8fb99de..1eb5f6030a524975426e2807daf3c395ecdbd185 100644 (file)
@@ -1 +1 @@
-__version__ = "0.47.2"
+__version__ = "0.47.3"