Commit e69e087
Require urllib3 >=2.6.1 to avoid broken 2.6.0 release (#414)
urllib3 2.6.0 removed getheader()/getheaders() from HTTPResponse,
breaking the OpenAPI-generated client. The methods were restored in
2.6.1 three days later. Bump the minimum to skip the broken version.
To remove the deprecated getheader()/getheaders(), we'll need to bump
the version of our generator. This introduced some more issues when I
tried it, so leaving that for another time.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 658d44f commit e69e087
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments