-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Remove references to passlib in docs #139672
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Activity
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
- StatusShow more project fieldsTodo
Our
cryptdocumentation recommends using passlib instead of the removed crypt library.It seems that
passlibhas been unsupported for at least five years. I'm not sure whether the project is officially deprecated, but this is at least concerning.More importantly,
passlibappears to rely on the now-removed crypt module: issue.I propose removing the reference to
passlib.Linked PRs
passlib#139673passlib(GH-139673) #139867passlib(GH-139673) #139868