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
fix: replace deprecated flask.escape with markupsafe.escape
Updates tests/rkls_github_canned_server.py to use markupsafe.escape
instead of the deprecated flask.escape function. The flask.escape
function is now deprecated and will be removed in a future Flask
release, so this change ensures forward compatibility.
0 commit comments