Pr0Ger / PyAPNs2

Python library for interacting with the Apple Push Notification service (APNs) via HTTP/2 protocol
MIT License
349 stars 179 forks source link

Contradictory dependency version #160

Closed DanielssonP closed 2 months ago

DanielssonP commented 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?

DanielssonP commented 2 months ago

Sorry, saw now that there already was an issue on this.