Commit 473d132
committed
deps: enable urllib3 2.x on Py>=3.9; keep Py<3.9 on urllib3<2
- Add env-marked pins:
- Py>=3.9: requests>=2.32.2, urllib3!=2.0.0,<3
- 3.7–3.8: requests<2.32, urllib3<2
- 3.6: requests<2.28, urllib3<2
- Bump requests-toolbelt to >=1.0.0
- README: document per-Python resolver behavior
- CI: matrix runs both urllib3<2 and urllib3>=2 on appropriate Pythons
Refs:
- Requests now requires Python >=3.9; 2.32.0/2.32.1 yanked (start at 2.32.2). :contentReference[oaicite:10]{index=10}
- urllib3 2.x requires Python >=3.9. :contentReference[oaicite:11]{index=11}
- requests-toolbelt 1.0.0 aligns with urllib3 2.x. :contentReference[oaicite:12]{index=12}1 parent cc951b2 commit 473d132
2 files changed
+19
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments