-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apns2 0.7.2 requires PyJWT<2.0.0,>=1.4.0, but you have pyjwt 2.1.0 which is incompatible. #133
Comments
@aabanaag Did you install from pypi or master branch? The changes from master branch are not yet released in pypi. I'm too waiting for the author to release the same. |
@Pr0Ger Can you please release the master? |
from pypi |
Can someone help with a work-around here? I got the same issue. |
Hey @Pr0Ger, please release an update to PyPi |
Same issue. Please push update to pypi! |
You can pin your dependencies to specific commit. For example, using poetry: https://python-poetry.org/docs/dependency-specification/#git-dependencies |
Bump. Can you push a new release to PyPI please? |
@andrewsanchez do you by chance know how to specify a specific commit as a dependency when using a |
output:
|
Any status on this issue? We were using Django Push notifications which depends on this library but have another library that requires a PyJWT greater than 2.0. Any thoughts or suggestions on how to proceed and have everything compatible? |
there have some strange the latest version 0.7.2 required pyjwt = ">=2.0.0" in toml file but 0.7.2 release note and pypi required pyjwt < 2.0.0 |
apns2 https://github.com/Pr0Ger/PyAPNs2/issues has some serious issues. It looks like master is not locked into a sub 2 PyJWT versions, but, what is in pypi Pr0Ger/PyAPNs2#133 (comment) Author seems to be unresponsive despite it being an old and easy issue to fix. It also appears that old versions of PyJWT have security issues. This repo gives me bad vibes. But this should at least unblock us for now.
+1 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This is still an issue |
+1 |
Any status on this ? |
In case you use
|
This is still an issue |
A temporary solution
Seems to fix the issue. |
still an issue! |
still an issue!!!!!! |
have any update ? |
Pls 🥺🥺🥺🥺❤️❤️❤️❤️❤️ |
I just released https://pypi.org/project/compat-fork-apns2/ based on the master branch of this repo; it works with pyjwt 2. Feel free to use it if you would like to use apns2 with pyjwt 2. Unfortunately it still doesn't work with Python 3.10 and higher and that's harder to fix (compat-fork#3). |
setup.py was updated but it seems that it didn't apply properly still gets an error if PyJWT is 2.1.0
The text was updated successfully, but these errors were encountered: