So I updated the `glasgow` software using `git pull`, `pipx reinstall`. And now I am getting this: ```  glasgow --version Traceback (most recent call last): File "/home/esdentem/.local/bin/glasgow", line 5, in from glasgow.cli import main File "/home/esdentem/.local/pipx/venvs/glasgow/lib/python3.10/site-packages/glasgow/cli.py", line 20, in from .support.logging import * File "/home/esdentem/.local/pipx/venvs/glasgow/lib/python3.10/site-packages/glasgow/support/logging.py", line 4, in from .bits import bits File "/home/esdentem/.local/pipx/venvs/glasgow/lib/python3.10/site-packages/glasgow/support/bits.py", line 5, in from typing_extensions import Self ImportError: cannot import name 'Self' from 'typing_extensions' (/usr/lib/python3/dist-packages/typing_extensions.py) ``` What am I forgetting/doing wrong?