[Python Documentation - Deprecated Aliases](https://docs.python.org/3/library/typing.html#deprecated-aliases) `typing.List[]` to be replaced with `list[]`, `typing.Optional[]` to be replaced with `x | None`