Migrating to Starlette 0.50.0
Version 0.50.0 introduces 1 breaking change. This guide details how to update your code.
Released: 11/1/2025
1
Breaking Changes
0
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
Support for Python 3.9 has been removed. Projects running on Python 3.9 must upgrade to Python 3.10 or later.
Release Summary
Version 0.50.0 drops Python 3.9 support, requiring Python 3.10+.
Need More Details?
View the full release notes and all changes for Starlette 0.50.0.
View Full Changelog