Update to pylti1p3next - #170
Conversation
This is the unfortunately-named but currently-maintained version of this library which I've just made the first release for: https://pypi.org/project/pylti1p3next/ I'd like to test out how this is working in django-lti.
|
Tests pass, which is a positive sign. Excited to see that this project has made a release. Is pylti1p3next==2.0.0 exactly the same as pylti1p3==2.0.0, or have there been bug fixes or other changes? |
|
There have been a good amount of changes between pylti1p3's 2.0.0 release and our 2.0.0 release of this library. I am working on documenting these better - I've just added an initial CHANGELOG file. Currently, seeing |
|
pylti1p3next version 2.0.2 is now compatible with pyjwt 2.x thanks to a patch from @HAASLEWER. This change makes it easier to use with newer python versions such as 3.13. I have updated this PR for this new version. |
This is the unfortunately-named but currently-maintained version of this library which I've just made the first release for: https://pypi.org/project/pylti1p3next/ I'd like to test out how this is working in django-lti.