other libraries are moving to PyJWT2+ as requirement, is it possible to update pygithub as well? currently we can't use for example pygithub together with django-social-core
It's on my list, just a lack of free time to tackle it. :-(
I'm looking forward to see support for PyJWT > 2. The NixOS package will break if we update PyJWT and this will happen.
Thanks
Any progress?
It's blocking the PyJWT package update on NixOS. I guess that it affecting other distributions as well.
What breaking changes does PyJWT>2 introduce?
https://github.com/PyGithub/PyGithub/issues/1796 is what caused me to pin it, I just haven't time to dig into it
@s-t-e-v-e-n-k the issues mentioned there are related to Python 3.5 specifically. I'm assuming these syntax errors occur due to syntax changes with Python 3.6. Which makes sense considering the drop of Python 3.5 support.
Isn't the current version of PyGithub dropping Python 3.5 support as well? That was mentioned in the latest release.
The current version has dropped support for 3.5, yes. I'll propose a PR to drop the pin soon.
Most helpful comment
I'm looking forward to see support for PyJWT > 2. The NixOS package will break if we update PyJWT and this will happen.
Thanks