Skip to content

Commit e4f6b8e

Browse files
EstrellaXDclaude
andcommitted
fix: add PySocks as direct dependency
The network module (request_url.py) imports socks directly for SOCKS proxy support. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 093d1ad commit e4f6b8e

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
"webauthn>=2.0.0",
2626
"urllib3>=2.0.3",
2727
"requests>=2.31.0",
28+
"PySocks>=1.7.1",
2829
]
2930

3031
[dependency-groups]

backend/uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)