Introduced unconditional hard dependency on typing_extensions
(Starlette 0.35)
#2407
-
Hi, Starlette 0.35 cannot be used with Python> 3.9 because of hard dependency on not installed typed_extensions. The However, application.py requires it unconditionally: I suggest to follow how it is imported in authentication.py: The error:
The bug (I think that can be classified as such) was introduced: My application is a fairly "vanilla" small Startlette-based API running in docker with Python 3.12.1 A possible workaround is installing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
PR welcome. |
Beta Was this translation helpful? Give feedback.
Released: #2410
Sorry for the trouble.