Commit bca79d8
authored
fix: pin chardet<6 to suppress RequestsDependencyWarning (#405)
requests 2.32.5 asserts chardet<6 at import time, but sqlfluff and
diff_cover pull in chardet without an upper bound, resolving to 7.1.0
on fresh installs. Add a workspace constraint to cap chardet until a
new requests release ships the fix from psf/requests#7220.
Closes #4041 parent b94b88b commit bca79d8
2 files changed
Lines changed: 1075 additions & 1004 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments