Spaces:
Sleeping
Sleeping
Deploy None agent
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
pydantic>=2.12.3,<3
|
| 4 |
python-dotenv==1.0.0
|
|
|
|
| 5 |
openai-agents==0.6.4
|
|
|
|
| 1 |
+
fastapi>=0.110.0
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
pydantic>=2.12.3,<3
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
+
anyio>=4.5
|
| 6 |
openai-agents==0.6.4
|