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 a0499f6 commit 4941b4aCopy full SHA for 4941b4a
2 files changed
docs/release-notes.md
@@ -2,6 +2,10 @@
2
toc_depth: 2
3
---
4
5
+## 0.50.0 (November 1, 2025)
6
+
7
+* Drop Python 3.9 support [#3061](https://github.com/Kludex/starlette/pull/3061).
8
9
## 0.49.3 (November 1, 2025)
10
11
This is the last release that supports Python 3.9, which will be dropped in the next minor release.
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.49.3"
+__version__ = "0.50.0"
0 commit comments