mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 07:36:46 +08:00
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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user