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