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

Update pyjwt version requirement - There are incompatible version with fastapi-users[sqlalchemy] #70

Open
gikpro opened this issue Dec 8, 2021 · 0 comments

Comments

@gikpro
Copy link

gikpro commented Dec 8, 2021

Describe the bug

The command pipenv lock fail because there are incompatible version in the resolved dependencies.

To Reproduce

  1. Install fastapi-jwt-auth[asymmetric] and fastapi-users[sqlalchemy]
  2. pipenv lock
  3. I got this error There are incompatible version in the resolved dependencies
    pyjwt<2.0.0, >=1.7.1(from fastapi-jwt-auth[asymmetric]==0.5.0 ....
    pyjwt==2.30(from fastapi-users[sqlalchemy]==8.1.3

Expected behavior

pipenv must be lock normally without dependencies conflict

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