diff --git a/pyproject.toml b/pyproject.toml index a79c297..ba75821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements.txt b/requirements.txt index 5880c20..e1e4e62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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