pydantic-extra-types
pydantic-extra-types copied to clipboard
Add equality/hash check for phone numbers
Phone number are duplicated when putting multiple of them in Set or comparing equality.
Functions __eq__
and __hash__
should be used.