The command pipenv lock fail because there are incompatible version in the resolved dependencies.
To Reproduce
Install fastapi-jwt-auth[asymmetric] and fastapi-users[sqlalchemy]
pipenv lock
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
Describe the bug
The command pipenv lock fail because there are incompatible version in the resolved dependencies.
To Reproduce
Expected behavior
pipenv must be lock normally without dependencies conflict