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
Could you update the flanker codebase for python3.10+ where has been reported before: #260
Where collections.MutableMapping has been moved to collections.abc.MutableMapping
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.
Thanks
The text was updated successfully, but these errors were encountered:
yajo
added a commit
to moduon/doodba
that referenced
this issue
Nov 16, 2023
After merging Tecnativa#577, we started getting build failures due to mailgun/flanker#261.
We should better remove that dependency, which is very outdated and not much maintained, and is optional for Odoo.
@moduon MT-3948
Could you update the flanker codebase for python3.10+ where has been reported before:
#260
Where collections.MutableMapping has been moved to collections.abc.MutableMapping
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.
Thanks
The text was updated successfully, but these errors were encountered: