File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
mycli/packages/paramiko_stub Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1- Unreleased
1+ Upcoming Release (TBD)
2+ ======================
3+
4+ Bug Fixes
5+ --------
6+ * Improve missing ssh-extras message.
7+
8+
9+ 1.37.1 (2025/07/28)
210======================
311
412Internal
@@ -7,6 +15,7 @@ Internal
715* Align LICENSE with SPDX format.
816* Fix deprecated ` license ` specification format in ` pyproject.toml ` .
917
18+
10191.37.0 (2025/07/28)
1120======================
1221
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ def __getattr__(self, name: str) -> None:
1515
1616 print (
1717 dedent ("""
18- To enable certain SSH features you need to install paramiko and sshtunnel :
18+ To enable certain SSH features you need to install ssh extras :
1919
20- pip install paramiko sshtunnel
20+ pip install 'mycli[ssh]'
2121
22- It is required for the following configuration options :
22+ This is required for the following command-line arguments :
2323 --list-ssh-config
2424 --ssh-config-host
2525 --ssh-host
You can’t perform that action at this time.
0 commit comments