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
no idea how to solve this, tried adjusting the timeout to no avail.
lib is installed via pydantic (pydantic = {extras = ["email"], version = "==2.8.2"}) and the resolved email_validator version is 2.2.0 (latest at the time of this writing)
in
validate_email, the result of the following deliverability check is always :{'unknown-deliverability': 'timeout'}for this call:
and this is the case whatever the email
no idea how to solve this, tried adjusting the timeout to no avail.
lib is installed via pydantic
(pydantic = {extras = ["email"], version = "==2.8.2"})and the resolvedemail_validatorversion is2.2.0(latest at the time of this writing)