You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up a fresh sandbox environment, PyJWT 2.10 gets installed, released on Nov 17, i.e. five days ago. That breaks a little integration test suite against Apache Superset we are running.
Problem
When setting up a fresh sandbox environment, PyJWT 2.10 gets installed, released on Nov 17, i.e. five days ago. That breaks a little integration test suite against Apache Superset we are running.
The initial discovery was reported here:
The detailed report and investigation happened here:
{'msg': 'Subject must be a string'}
apache/superset#30995Solution
@jlucier and @vimalloc suggested at apache/superset#30995 (comment):
That probably needs to take place after upgrading to Flask-JWT-Extended 4.7.1, which includes relevant code updates?
The text was updated successfully, but these errors were encountered: