mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user