pydantic / pydantic-extra-types

Extra Pydantic types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add equality/hash check for phone numbers

clemlesne opened this issue · comments

Phone number are duplicated when putting multiple of them in Set or comparing equality.

Functions __eq__ and __hash__ should be used.