Commit 8a3c18a
fix: add follow_redirects=True to all httpx stream calls
HuggingFace now serves dataset files via CDN redirects (302), causing
httpx to raise HTTPStatusError instead of following the redirect.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7566b95 commit 8a3c18a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments