petter2025 commited on
Commit
c0c9e7f
·
verified ·
1 Parent(s): 58d8530

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,14 +1,15 @@
1
- # requirements.txt - UPDATED to match build command
 
2
  # Core ARF - REAL OSS Implementation
3
  agentic-reliability-framework>=3.3.9
4
 
5
- # Web Framework - Use the version build expects
6
  gradio[oauth,mcp]==6.5.1
7
 
8
- # API Framework - FastAPI for Replit Frontend Integration
9
- fastapi==0.104.1
10
- uvicorn==0.24.0
11
- pydantic==2.5.0
12
  python-multipart>=0.0.9
13
 
14
  # Data Processing & Visualization
 
1
+ # requirements.txt - UPDATED for Gradio 6.5.1 compatibility
2
+
3
  # Core ARF - REAL OSS Implementation
4
  agentic-reliability-framework>=3.3.9
5
 
6
+ # Web Framework - Using Gradio 6.5.1 (as required by build)
7
  gradio[oauth,mcp]==6.5.1
8
 
9
+ # API Framework - Updated to version compatible with Gradio 6.5.1
10
+ fastapi>=0.115.2,<1.0 # Gradio 6.5.1 requires fastapi >=0.115.2
11
+ uvicorn[standard]>=0.24.0
12
+ pydantic>=2.5.0
13
  python-multipart>=0.0.9
14
 
15
  # Data Processing & Visualization