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
On the 2.8.x branch we've had to pin pyjwt to 2.1.0 to fix a dependency issue caused by sanic-jwt 1.5.0 which breaks on 2.2.0 but does not specify an acceptable version range. This is fixed with sanic-jwt 1.7.0 but may cause breakage (especially with Rasa X), which will need investigated.
Definition of Done
Investigate breakage caused if sanic-jwt is updated
Update package and remove pyjwt pin
Investigate if this needs to be done for 3.X
The text was updated successfully, but these errors were encountered:
On the 2.8.x branch we've had to pin
pyjwt
to 2.1.0 to fix a dependency issue caused bysanic-jwt
1.5.0 which breaks on 2.2.0 but does not specify an acceptable version range. This is fixed withsanic-jwt
1.7.0 but may cause breakage (especially with Rasa X), which will need investigated.Definition of Done
sanic-jwt
is updatedpyjwt
pinThe text was updated successfully, but these errors were encountered: