Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
agentic-reliability-framework>=3.3.9
|
| 3 |
fastapi>=0.115.2,<1.0
|
| 4 |
uvicorn[standard]>=0.24.0
|
| 5 |
-
gradio==4.44.1
|
| 6 |
pydantic>=2.5.0
|
| 7 |
python-multipart>=0.0.9
|
| 8 |
pandas>=2.0.0
|
|
|
|
| 2 |
agentic-reliability-framework>=3.3.9
|
| 3 |
fastapi>=0.115.2,<1.0
|
| 4 |
uvicorn[standard]>=0.24.0
|
| 5 |
+
gradio[oauth,mcp]==6.5.1 # Changed from gradio==4.44.1
|
| 6 |
pydantic>=2.5.0
|
| 7 |
python-multipart>=0.0.9
|
| 8 |
pandas>=2.0.0
|