-
Notifications
You must be signed in to change notification settings - Fork 449
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
Bump flask jwt extended version to 4.0.2 #1002 #1005
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1005 +/- ##
========================================
Coverage 93.25% 93.25%
========================================
Files 38 38
Lines 2062 2062
========================================
Hits 1923 1923
Misses 139 139
|
Signed-off-by: epicadk <[email protected]>
31e96d1
to
429fd4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this @epicadk !
This looks good!
Not sure why, but when I tried to deploy this to Heroku Review App is giving 500 Internal Server Error :O |
@isabelcosta may I know these environment variables on heroku
|
P.S.:- Changing DB_TYPE to |
Yes, it's something like this:
@devkapilbansal same as the deployed server db |
Looking into this. It's working fine for me. But I did have to run |
Probably we need to update some other dependencies too |
Adding it to TODO. Will search for the root cause soon |
@isabelcosta can you share the log ? |
@isabelcosta can you please test it again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@epicadk please resolve the merge conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Description
Bump flask jwt extended version to 4.0.2
Fixes #1002
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
Ran existing unit tests
Checklist:
Code/Quality Assurance Only