Pygithub: allow PyJWT 2+

Created on 30 Jan 2021  路  7Comments  路  Source: PyGithub/PyGithub

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

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

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rpocase picture rpocase  路  5Comments

psychemedia picture psychemedia  路  5Comments

AdyaAbhra picture AdyaAbhra  路  5Comments

nchammas picture nchammas  路  3Comments

hren-ron picture hren-ron  路  6Comments