Skip to content

[stubsabot] Bump paramiko to 4.0.* #14524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 5, 2025

Release: https://pypi.org/pypi/paramiko/4.0.0
Repository: https://github.com/paramiko/paramiko
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/paramiko
Changelog: https://www.paramiko.org/changelog.html

If stubtest fails for this PR:

  • Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
  • Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Release: https://pypi.org/pypi/paramiko/4.0.0
Repository: https://github.com/paramiko/paramiko
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/paramiko
Changelog: https://www.paramiko.org/changelog.html

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI
@github-actions github-actions bot added the bot: stubsabot 🤖 Third-party stub updates by stubsabot 🤖 label Aug 5, 2025
@brianschubert brianschubert reopened this Aug 5, 2025
@brianschubert
Copy link
Member

diff: paramiko/paramiko@3.5.1...4.0.0

error: paramiko.DSSKey is not present at runtime
Stub: in file /home/runner/work/typeshed/typeshed/stubs/paramiko/paramiko/__init__.pyi:8
<TypeInfo paramiko.dsskey.DSSKey>
Runtime:
MISSING

error: paramiko.__all__ is not present at runtime
Stub: in file /home/runner/work/typeshed/typeshed/stubs/paramiko/paramiko/__init__.pyi:45
builtins.list[builtins.str]
Runtime:
MISSING

error: paramiko.key_classes is not present in stub
Stub: in file /home/runner/work/typeshed/typeshed/stubs/paramiko/paramiko/__init__.pyi
MISSING
Runtime:
[<class 'paramiko.rsakey.RSAKey'>, <class 'paramiko.ed25519key.Ed25519Key'>, <class 'paramiko.ecd...

error: paramiko._version failed to import. Maybe install the runtime package or alter PYTHONPATH? ModuleNotFoundError: No module named 'paramiko._version'
Stub: in file /home/runner/work/typeshed/typeshed/stubs/paramiko/paramiko/_version.pyi:1
MypyFile:1(
  stubs/paramiko/paramiko/_version.pyi)
Runtime:
MISSING

error: paramiko.dsskey failed to import. Maybe install the runtime package or alter PYTHONPATH? ModuleNotFoundError: No module named 'paramiko.dsskey'
Stub: in file /home/runner/work/typeshed/typeshed/stubs/paramiko/paramiko/dsskey.pyi:1
MypyFile:1(
  stubs/paramiko/paramiko/dsskey.pyi)
Runtime:
MISSING

Found 5 errors (checked 46 modules)

@brianschubert brianschubert added the help wanted An actionable problem of low to medium complexity where a PR would be very welcome label Aug 5, 2025
donBarbos added a commit to donBarbos/typeshed that referenced this pull request Aug 5, 2025
brianschubert pushed a commit that referenced this pull request Aug 5, 2025
@AlexWaygood AlexWaygood deleted the stubsabot/paramiko branch August 5, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: stubsabot 🤖 Third-party stub updates by stubsabot 🤖 help wanted An actionable problem of low to medium complexity where a PR would be very welcome
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant