Commit c8bb137
Require urllib3 >=2.6.1 to avoid broken 2.6.0 release
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.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 658d44f commit c8bb137
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments