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
This commit 81b897b changed your requirements from "PyJWT==2.0.*" to "PyJWT>=2.0.0 ,<=2.3.0", but even still that's IMO overly restrictive. PyJWT follows semantic versioning, so it appears to me that this project would be best off using "PyJWT>=2.0.0 ,<3.0.0" as it's dependency range.
The text was updated successfully, but these errors were encountered:
Just using github code search, it doesn't seem like pyjwt is directly imported anywhere. I get why this project would want to use pyjwt, but it seems like it's not using it.
Python projects don't need to require transitive dependencies, so pyjwt could perhaps even be removed
This commit 81b897b changed your requirements from
"PyJWT==2.0.*"
to"PyJWT>=2.0.0 ,<=2.3.0"
, but even still that's IMO overly restrictive. PyJWT follows semantic versioning, so it appears to me that this project would be best off using"PyJWT>=2.0.0 ,<3.0.0"
as it's dependency range.The text was updated successfully, but these errors were encountered: