Closed DanielssonP closed 2 months ago
I may have misunderstood this, but I thought I should point it out in any case. The pyproject.toml file says pyjwt = ">=2.0.0" while the changelog from the latest release says "Added upper constraint for PyJWT (<2.0.0)". Which one should it be?
pyproject.toml
pyjwt = ">=2.0.0"
Sorry, saw now that there already was an issue on this.
I may have misunderstood this, but I thought I should point it out in any case. The
pyproject.toml
file sayspyjwt = ">=2.0.0"
while the changelog from the latest release says "Added upper constraint for PyJWT (<2.0.0)". Which one should it be?