Commit 7152514
Relax psutil upper bound to allow psutil 7.x
browserstack-local 1.2.15 pinned psutil>=5.6.6,<7, which conflicts with
environments that already have psutil 7.x installed (e.g. alongside the
BrowserStack SDK). The only psutil API used is psutil.pid_exists(),
which is unchanged in psutil 7, so the upper bound is unnecessary.
Fixes LOC-7228
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 6cbae0e commit 7152514
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
0 commit comments