https://github.com/Fantomas42/django-xmlrpc/blob/6cf59c555b207de7ecec75ac962751e8245cf8c9/django_xmlrpc/registry.py#L40 ImportError happens due to a change in Python3.10. Callable is now in `collections.abc` not in `collection`.