Merge pull request #225 from BowieHe/develop

fix: 在 httpx 依赖中添加 [socks] 选项,启用 socks 支持
This commit is contained in:
2025-02-07 10:51:39 +08:00 committed by GitHub
commit 6392bf8f3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ PyYAML>=6.0.2
aiosqlite>=0.20.0
click>=8.1.7
rookiepy>=0.5.6
httpx>=0.28.0
httpx[socks]>=0.28.0
fastapi>=0.112.1
uvicorn>=0.30.6
aiofiles>=24.1.0