Skip to content

Commit 4941b4a

Browse files
authored
Version 0.50.0 (#3063)
1 parent a0499f6 commit 4941b4a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/release-notes.md

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

5+
## 0.50.0 (November 1, 2025)
6+
7+
* Drop Python 3.9 support [#3061](https://github.com/Kludex/starlette/pull/3061).
8+
59
## 0.49.3 (November 1, 2025)
610

711
This is the last release that supports Python 3.9, which will be dropped in the next minor release.

starlette/__init__.py

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

0 commit comments

Comments
 (0)