Skip to content

Remove passlib - #15415

Merged
srittau merged 2 commits into
python:mainfrom
srittau:rm-passlib
Feb 10, 2026
Merged

Remove passlib#15415
srittau merged 2 commits into
python:mainfrom
srittau:rm-passlib

Conversation

@srittau

@srittau srittau commented Feb 10, 2026

Copy link
Copy Markdown
Collaborator

Closes: #15405

@github-actions

This comment has been minimized.

Comment thread pyrightconfig.stricter.json Outdated
Comment thread pyrightconfig.stricter.json Outdated
Comment thread pyrightconfig.stricter.json Outdated
@github-actions

Copy link
Copy Markdown
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

cloud-init (https://github.com/canonical/cloud-init)
+ tests/integration_tests/bugs/test_gh671.py:8: error: Library stubs not installed for "passlib.hash"  [import-untyped]
+ tests/integration_tests/bugs/test_gh671.py:8: error: Library stubs not installed for "passlib"  [import-untyped]
+ cloudinit/distros/netbsd.py:24: error: Library stubs not installed for "passlib.hash"  [import-untyped]
+ cloudinit/distros/netbsd.py:24: note: Hint: "python3 -m pip install types-passlib"
+ cloudinit/distros/netbsd.py:24: note: (or run "mypy --install-types" to install all missing stub packages)
- cloudinit/distros/netbsd.py:15: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
+ cloudinit/distros/netbsd.py:24: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
+ cloudinit/sources/DataSourceAzure.py:60: error: Library stubs not installed for "passlib.hash"  [import-untyped]
+ cloudinit/sources/DataSourceAzure.py:60: error: Library stubs not installed for "passlib"  [import-untyped]
+ tests/unittests/sources/test_azure.py:13: error: Library stubs not installed for "passlib.hash"  [import-untyped]
+ tests/unittests/sources/test_azure.py:13: error: Library stubs not installed for "passlib"  [import-untyped]

@srittau
srittau merged commit c492f44 into python:main Feb 10, 2026
39 checks passed
@srittau
srittau deleted the rm-passlib branch February 10, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove passlib

2 participants