pydantic / pydantic-extra-types

Extra Pydantic types.
MIT License
176 stars 47 forks source link

Add equality/hash check for phone numbers #170

Closed clemlesne closed 3 months ago

clemlesne commented 4 months ago

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

Functions __eq__ and __hash__ should be used.