Spaces:
Sleeping
Sleeping
again requirements change
Browse files- pyproject.toml +1 -1
- 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>=
|
| 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==
|
| 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
|