Spaces:
Sleeping
Sleeping
Commit ·
5086a76
1
Parent(s): 6c6f994
fix openai version conflict with openenv-core
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,5 +2,5 @@ fastapi==0.111.0
|
|
| 2 |
uvicorn==0.30.1
|
| 3 |
pydantic==2.7.1
|
| 4 |
httpx==0.27.0
|
| 5 |
-
openai=
|
| 6 |
openenv-core==0.2.3
|
|
|
|
| 2 |
uvicorn==0.30.1
|
| 3 |
pydantic==2.7.1
|
| 4 |
httpx==0.27.0
|
| 5 |
+
openai>=2.7.2
|
| 6 |
openenv-core==0.2.3
|