python-email-validator icon indicating copy to clipboard operation
python-email-validator copied to clipboard

Make dnspython package is optional

Open artofhuman opened this issue 2 years ago • 1 comments

This PR make dnspython package optional, due to deliverability is optional as well.

It reduces installed dependencies if we don't check deliverability. Probably CHECK_DELIVERABILITY constant also should be changed to False, but it's change default behavior.

artofhuman avatar Sep 07 '23 06:09 artofhuman

I'm not opposed to the idea, but it would have to wait for the next major version update (e.g. a 3.x) since it would change default behavior, and at this time I don't really foresee a 3.x because I don't see any other changes motivated for it.

JoshData avatar Sep 12 '23 10:09 JoshData