You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2026. It is now read-only.
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 with pip_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 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 = Truewithpip_parse. I don't have any opinions on the best alternative, but https://pypi.org/project/email-validator/ seems to be up to date?