vintasoftware / django-role-permissions

A django app for role based permissions.
http://django-role-permissions.readthedocs.org/
MIT License
730 stars 115 forks source link

Fix import of Callable for Python 3.9 #123

Closed snmishra closed 4 years ago

snmishra commented 4 years ago

Python 3.3 moved Callable to collections.abc and Python 3.9 removes Callable from collections module

filipeximenes commented 4 years ago

Great, thank you!

filipeximenes commented 4 years ago

This is now live in the 3.1.1 release