Battlecon commited on
Commit
3d81ff4
·
1 Parent(s): 7ef4645

again requirements change

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. requirements.txt +1 -1
pyproject.toml CHANGED
@@ -12,7 +12,7 @@ dependencies = [
12
  "fastapi>=0.115",
13
  "uvicorn[standard]>=0.30",
14
  "pydantic>=2.7",
15
- "openai>=1.40",
16
  "httpx>=0.27",
17
  ]
18
 
 
12
  "fastapi>=0.115",
13
  "uvicorn[standard]>=0.30",
14
  "pydantic>=2.7",
15
+ "openai>=2.7.2",
16
  "httpx>=0.27",
17
  ]
18
 
requirements.txt CHANGED
@@ -2,7 +2,7 @@ openenv-core>=0.2.0
2
  fastapi==0.115.0
3
  uvicorn[standard]==0.30.6
4
  pydantic>=2.10,<3
5
- openai==1.40.0
6
  httpx==0.27.0
7
  python-multipart==0.0.9
8
  pytest==8.2.2
 
2
  fastapi==0.115.0
3
  uvicorn[standard]==0.30.6
4
  pydantic>=2.10,<3
5
+ openai==2.7.2
6
  httpx==0.27.0
7
  python-multipart==0.0.9
8
  pytest==8.2.2