IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
627 stars 143 forks source link

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

Open gikpro opened 2 years ago

gikpro commented 2 years ago

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