mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

AttributeError: module 'collections' has no attribute 'MutableMapping' #260

Closed subhashb314e closed 1 year ago

subhashb314e commented 1 year ago

When I try to validate an email address using flanker.addresslib.address.validate_address, I'm getting AttributeError: module 'collections' has no attribute 'MutableMapping' in flanker/addresslib/drivers/redis_driver.py.

MutableMapping has to be imported from collections.abc. Please do the needful.