-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
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.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dir
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo
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