python-vector
python-vector copied to clipboard
Fix subscriptable type error for Python 3.8 and below
Changed the type hinting from dict and list to Dict and List from the typing module to fix a compatibility issue with Python 3.8 and earlier versions.