Env: Update dependencies for proxy support (#9519)

### What problem does this PR solve?

- Update httpx dependency to include socks support in pyproject.toml
- Update lockfile with new socksio dependency

### Type of change

- [x] Update dependencies for proxy support
This commit is contained in:
Liu An
2025-08-18 12:04:16 +08:00
committed by GitHub
parent b08650bc4c
commit c8bbf7452d
2 changed files with 17 additions and 3 deletions

View File

@ -43,7 +43,7 @@ dependencies = [
"groq==0.9.0",
"hanziconv==0.3.2",
"html-text==0.6.2",
"httpx==0.27.2",
"httpx[socks]==0.27.2",
"huggingface-hub>=0.25.0,<0.26.0",
"infinity-sdk==0.6.0-dev4",
"infinity-emb>=0.0.66,<0.0.67",