You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
The command pipenv lock fail because there are incompatible version in the resolved dependencies.
To Reproduce
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
The text was updated successfully, but these errors were encountered: