Skip to content

Python 3.8 Deprecation Warning #158

@Syntactical01

Description

@Syntactical01

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions