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

release version > 0.6.1 to Pypi to address import warnings #164

Open
markhu opened this issue Sep 28, 2020 · 0 comments
Open

release version > 0.6.1 to Pypi to address import warnings #164

markhu opened this issue Sep 28, 2020 · 0 comments

Comments

@markhu
Copy link

markhu commented Sep 28, 2020

The old 0.6.1 release from 2017 spits warnings due to old Python 2.x import syntax.

There are [at least] two ways to fix this: either...

  1. Update to Warrant to use a newer version than 1.3.2 of the forked dependency https://github.com/capless/python-jose-cryptodome/ after merging Importing ABC directly from collections was deprecated from 3.4 and will be removed in 3.10 python-jose-cryptodome#10 and bumping the version number.
    • or
  2. A cleaner fix would simply replace the local-forked lib with a newer version of the original http://github.com/mpdavis/python-jose which has since added CryptoDome as well as fixed the import syntax.
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

1 participant