]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.49.3 (#3062) 0.49.3
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 1 Nov 2025 15:10:48 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Nov 2025 15:10:48 +0000 (15:10 +0000)
docs/release-notes.md
starlette/__init__.py

index d2ff4ac70a9eee76329daca21af1c1818d0669b3..3d275fef2b71d12e3195324765ff78aa36cae862 100644 (file)
@@ -2,6 +2,14 @@
 toc_depth: 2
 ---
 
+## 0.49.3 (November 1, 2025)
+
+This is the last release that supports Python 3.9, which will be dropped in the next minor release.
+
+#### Fixed
+
+* Relax strictness on `Middleware` type [#3059](https://github.com/Kludex/starlette/pull/3059).
+
 ## 0.49.2 (November 1, 2025)
 
 #### Fixed
index 6cbe9ad59d1856cbbe228fd9b81b2566083b6646..839a08a650b4454817fd94feb32daf39c3bb3d48 100644 (file)
@@ -1 +1 @@
-__version__ = "0.49.2"
+__version__ = "0.49.3"