The SDK would benefit from PEP 561 compliance and more complete type hints.
What needs to happen:
- Add
py.typed marker file
- Review and improve type hints on public API methods
- Ensure mypy passes with strict mode
Good for contributors familiar with Python typing.