Skip to content

Commit de3ffec

Browse files
authored
Version 0.49.3 (#3062)
1 parent c443396 commit de3ffec

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/release-notes.md

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

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+
513
## 0.49.2 (November 1, 2025)
614

715
#### Fixed

starlette/__init__.py

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

0 commit comments

Comments
 (0)