aaloksan commited on
Commit
e055579
·
1 Parent(s): a3635a8

fix: proxies arg removed

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -0
  2. requirements.txt +1 -0
pyproject.toml CHANGED
@@ -14,6 +14,7 @@ dependencies = [
14
  "uvicorn==0.30.6",
15
  "pydantic==2.10.6",
16
  "openai==1.51.2",
 
17
  "python-dotenv==1.0.1",
18
  "openenv-core==0.1.1",
19
  "gradio==4.44.1",
 
14
  "uvicorn==0.30.6",
15
  "pydantic==2.10.6",
16
  "openai==1.51.2",
17
+ "httpx==0.27.2",
18
  "python-dotenv==1.0.1",
19
  "openenv-core==0.1.1",
20
  "gradio==4.44.1",
requirements.txt CHANGED
@@ -3,6 +3,7 @@ starlette==0.37.2
3
  uvicorn==0.30.6
4
  pydantic==2.10.6
5
  openai==1.51.2
 
6
  python-dotenv==1.0.1
7
  openenv-core==0.1.1
8
  gradio==4.44.1
 
3
  uvicorn==0.30.6
4
  pydantic==2.10.6
5
  openai==1.51.2
6
+ httpx==0.27.2
7
  python-dotenv==1.0.1
8
  openenv-core==0.1.1
9
  gradio==4.44.1