Use another email validation library in Python? #1084
Labels
Enhancement
Extend or improve functionality
Good First Issue
Newcomer-friendly issue
Python
Python language support
The current library which is used for validating emails in Python hasn't been updated in 9 years (https://pypi.org/project/validate_email/) and it doesn't ship a wheel which causes some other issues, for example in a Bazel workspace I can't use
download_only = True
withpip_parse
. I don't have any opinions on the best alternative, but https://pypi.org/project/email-validator/ seems to be up to date?The text was updated successfully, but these errors were encountered: