- Drop support for Python 3.8. Now only 3.9+ is supported ( https://github.com/tomwojcik/starlette-context/pull/152/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R29 )
- Drop support for Starlette versions below 0.27.0 ( released May 16, 2023) ( https://github.com/tomwojcik/starlette-context/pull/152/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R30 )
- Drop
ContextMiddleware
deprecation warning as Starlette no longer plans to deprecate it ( encode/starlette#2160 (comment) ) - Fix
starlette-context
potentially breaking ifContextMiddleware
is used along withstarlette>=0.41.3
( #151 )