Skip to content

Conversation

@Filienko
Copy link

@Filienko Filienko commented Aug 2, 2024

Added tests and updated dependencies to support newer Python version

Major changes:

With newer pyjwt library, the jwt.encode() function returns a string instead of a byte object.
JSONEncoder is changed to DefaultJSONProvider
and app.json_encoder = JSONEncoder to the app.json = YourJSONProvider(app)

@Filienko Filienko requested a review from ivan-c August 2, 2024 21:07
@Filienko Filienko requested a review from pbugni August 14, 2024 03:06
@Filienko Filienko marked this pull request as ready for review August 23, 2024 00:04
Copy link
Contributor

@pbugni pbugni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only concern is requrements.dev.txt - shouldn't that import the base via -r requirements.txt rather than repeat?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants