Set unsafe_hash parameter of dataclasses to true on types that need to be hashed. The __hash__ method won't be automatically generated since the types can't be declared as frozen.
Set unsafe_hash parameter of dataclasses to true on types that need to be hashed. The __hash__ method won't be automatically generated since the types can't be declared as frozen.