From 22205dffb622c4f293fb534e8c01a2f7446d818c Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 23 Apr 2026 11:01:07 +0800 Subject: [PATCH] docs: fix SOCKS proxy dependency typo --- docs/proxies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proxies.md b/docs/proxies.md index 970d53d5..e7802f90 100644 --- a/docs/proxies.md +++ b/docs/proxies.md @@ -88,7 +88,7 @@ If you use proxies, keep in mind that the `httpcore` package only supports proxi The `httpcore` package also supports proxies using the SOCKS5 protocol. -Make sure to install the optional dependancy using `pip install 'httpcore[socks]'`. +Make sure to install the optional dependency using `pip install 'httpcore[socks]'`. The `SOCKSProxy` class should be using instead of a standard connection pool: