Enable socks5 proxy support (#474)

Tested on user's machine with the socks5 proxy specified in `all_proxy` env var.

Co-authored-by: Hoyt Koepke <hoytak@huggingface.co>
This commit is contained in:
SuperKenVery
2025-09-27 05:25:23 +08:00
committed by GitHub
parent c55fabb6bf
commit 94fa9449bb

View File

@@ -81,6 +81,7 @@ reqwest = { version = "0.12", features = [
"json",
"stream",
"system-proxy",
"socks"
], default-features = false }
reqwest-middleware = "0.4"
reqwest-retry = "0.7"