Commit f70dc6c
committed
Relax paramiko requirement to >=3.2.0,<4.0.0 for compatibility with platypi
- Changed from paramiko~=3.5.1 to paramiko>=3.2.0,<4.0.0
- Allows compatibility with error-scraper's platypi dependency (requires paramiko<=3.2.0)
- Node-scraper only uses basic paramiko features stable since 3.2.0 (SSHClient, connect, etc.)
- Resolves dependency conflict blocking error-scraper CI/CD1 parent fb9cef1 commit f70dc6c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments