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
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.
The text was updated successfully, but these errors were encountered:
Is it just not pushed in an official release yet? My version matches the latest release (at least it appears to be the latest release according to pip).
I am getting a Deprecation warning from pylint with the latest version of
python-jose==3.0.1
: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.
The text was updated successfully, but these errors were encountered: