Expected Behavior
kb list
.... stuff
Actual Behavior
... yadda yadda yadda
from typing_extensions import Final, Literal, SupportsIndex # noqa: F401
ImportError: cannot import name 'SupportsIndex' frohm 'typing_extensions'
Steps to Reproduce the Problem
Specifications
- Version: 0.1.8
- Platform: Windows 10
- Subsystem:
Note: I did resolve this by upgrading typing_extensions from 3.7.4 to 3.10.0.2