Commit eb2a56d
Fix urllib3 2.6.0+ compatibility in REST client
Replace deprecated getheaders() and getheader() methods with the
headers property API that works across urllib3 1.26.x and 2.x.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 02ad98a commit eb2a56d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments