diff --git a/pyproject.toml b/pyproject.toml index 8e637d821..1afb24cb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "anthropic>=0.39.0,<1", "python-dotenv>=1.2.1,<2", "fire>=0.7.1,<1", - "httpx>=0.28.1,<1", + "httpx[socks]>=0.28.1,<1", "rich>=14.3.3,<15", "tenacity>=9.1.4,<10", "pyyaml>=6.0.2,<7",