You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make typing_extensions conditional to Python < 3.8
All the typing features used by redis-py are available in Python 3.8+,
so typing_extensions is not used at all in newer versions of Python.
Adjust the dependencies accordingly.
0 commit comments