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 <module> from glasgow.cli import main File "/home/esdentem/.local/pipx/venvs/glasgow/lib/python3.10/site-packages/glasgow/cli.py", line 20, in <module> from .support.logging import * File "/home/esdentem/.local/pipx/venvs/glasgow/lib/python3.10/site-packages/glasgow/support/logging.py", line 4, in <module> from .bits import bits File "/home/esdentem/.local/pipx/venvs/glasgow/lib/python3.10/site-packages/glasgow/support/bits.py", line 5, in <module> 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?