singer_sdk.singerlib.messages.exclude_null_dict¶ singer_sdk.singerlib.messages.exclude_null_dict(pairs)[source]¶ Exclude null values from a dictionary. Parameters: pairs (list[tuple[str, Any]]) – The dictionary key-value pairs. Returns: The filtered key-value pairs. Return type: dict[str, Any]