I am using the new python syntax to describe what types my methods return e.g.,: def method(unpacked_message: dict) -> dict:
def method(unpacked_message: dict) -> dict:
This seems to break the