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
Since 2.1.0, flask deprecates safe_join, as elaborated in its release note here. For now, a workaround is to degrade flask to an older version like pip install Flask==2.0.3. This should be fixed in the future release of GNNLens2 by either restricting Flask version or follow the latest recommended practice.
Since
2.1.0
,flask
deprecatessafe_join
, as elaborated in its release note here. For now, a workaround is to degrade flask to an older version likepip install Flask==2.0.3
. This should be fixed in the future release of GNNLens2 by either restricting Flask version or follow the latest recommended practice.Credit to @SherylHYX for reporting the issue.
The text was updated successfully, but these errors were encountered: