chore: drop unused httpx[socks] dependency

This commit is contained in:
Ray 2026-07-21 15:08:51 +08:00
parent dcf58f1f9c
commit 6b94738295
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@ pyyaml = ">=6.0"
openai = ">=1.70.0"
openai-agents = ">=0.1.0"
requests = ">=2.28.0"
httpx = {extras = ["socks"], version = ">=0.28.1"}
typing-extensions = ">=4.9.0"
pydantic = ">=2.5.0,<3.0.0"

View file

@ -4,7 +4,6 @@ PyPDF2==3.0.1
python-dotenv==1.2.2
pyyaml==6.0.2
requests==2.33.1
httpx[socks]==0.28.1
typing-extensions==4.15.0
openai==2.30.0
openai-agents==0.18.3