MozI1223 commited on
Commit
a6c63f3
·
1 Parent(s): da9c720

fix: Pin starlette<0.38.0 for TemplateResponse crash fix

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -25,7 +25,8 @@ catboost>=1.2.0
25
  optuna>=3.4.0
26
 
27
  # Deployment & Backend
28
- fastapi>=0.104.0
 
29
  uvicorn>=0.24.0
30
  gradio>=4.0.0
31
  pydantic>=2.0.0
 
25
  optuna>=3.4.0
26
 
27
  # Deployment & Backend
28
+ fastapi>=0.104.0,<=0.111.0
29
+ starlette<0.38.0
30
  uvicorn>=0.24.0
31
  gradio>=4.0.0
32
  pydantic>=2.0.0