Whether to allow dangerous deserialization of the data which involves loading data using pickle.
If the data has been modified by a malicious actor, it can deliver a malicious payload that results in execution of arbitrary code on the target machine.
allow_dangerous_deserialization: bool = False