Commit a2035a1
committed
Add missing dependency on typing-extensions
This was present at v4.6.0+ in our testsuite context via
pytest -> exceptiongroup -> typing-extensions
Adding it to our explicit dependencies prevents failures for users on
3.9 and 3.10 .
A new test scenario cannot be trivially added for this, since any testing
would need to be done without pytest. Automated testing is therefore
considered out-of-scope for this change.
Manual tests show that `pip-compile -h` fails on 3.9 before this change
and pass afterwards.1 parent 27f6a96 commit a2035a1
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments