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 c443396 commit de3ffecCopy full SHA for de3ffec
2 files changed
docs/release-notes.md
@@ -2,6 +2,14 @@
2
toc_depth: 2
3
---
4
5
+## 0.49.3 (November 1, 2025)
6
+
7
+This is the last release that supports Python 3.9, which will be dropped in the next minor release.
8
9
+#### Fixed
10
11
+* Relax strictness on `Middleware` type [#3059](https://github.com/Kludex/starlette/pull/3059).
12
13
## 0.49.2 (November 1, 2025)
14
15
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.49.2"
+__version__ = "0.49.3"
0 commit comments