coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
632 stars 91 forks source link

DeprecationWarning `collections` #99

Closed mjepronk closed 3 years ago

mjepronk commented 3 years ago

Hi,

I've noticed some DeprecationWarnings with Python 3.9 / Django 2.2.18 / Micawber 0.5.2:

$ python -Wd manage.py runserver
/home/mp/.../venv/lib/python3.9/site-packages/micawber/contrib/mcdjango/__init__.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
  from collections import Callable
/home/mp/.../venv/lib/python3.9/site-packages/micawber/contrib/mcdjango/__init__.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
  from collections import Callable
mjepronk commented 3 years ago

That was fast! :-) Thanks!