Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.8 Deprecation Warning #158

Closed
Syntactical01 opened this issue Dec 5, 2019 · 4 comments
Closed

Python 3.8 Deprecation Warning #158

Syntactical01 opened this issue Dec 5, 2019 · 4 comments

Comments

@Syntactical01
Copy link

Syntactical01 commented Dec 5, 2019

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.

@kkozmic
Copy link

kkozmic commented Dec 6, 2019

This looks like it might be a duplicate of #124

@Syntactical01
Copy link
Author

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).

@kkozmic
Copy link

kkozmic commented Dec 6, 2019

No, it isn't yet

@Syntactical01
Copy link
Author

Closing, as this appears to have a duplicate, though hoping this is merged soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants