-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Description
I am getting a Deprecation warning from pylint with the latest version of python-jose==3.0.1
:
env/lib/python3.7/site-packages/jose/jws.py:6
/Users/me/Repos/webapp/env/lib/python3.7/site-packages/jose/jws.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Mapping, Iterable
I am currently using Python 3.7, so I can ignore the warning, but I am hoping to upgrade to Python 3.8 in the future.
Metadata
Metadata
Assignees
Labels
No labels