Commit c7eaa4b
committed
fix(deps): resolve packaging conflict with pip-audit on Python 3.7
pip-audit requires packaging>=21.0 on all Python versions, but we were
forcing Python 3.7 to use packaging>=20.0,<21.0, creating an impossible
dependency conflict during installation.
Changes:
- Remove Python 3.7-specific packaging<21.0 constraint
- Unify Python 3.7-3.9 to use packaging>=21.0,<22.0
- Add explanatory comment about pip-audit requirement
- packaging 21.x supports Python 3.7+ (only dropped 3.6)
Fixes Python 3.7 Docker test failures in CI.1 parent f91307f commit c7eaa4b
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
| 79 | + | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
0 commit comments