Skip to content
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

Update dependencies #15

Open
wants to merge 68 commits into
base: main
Choose a base branch
from
Open

Update dependencies #15

wants to merge 68 commits into from

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.

2 participants