luisrui commited on
Commit
52d0531
·
1 Parent(s): 27da464

Pin starlette<0.40 and fastapi<0.115 to keep gradio 4.44 TemplateResponse positional-args compat

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -6,3 +6,5 @@ gradio-client==1.3.0
6
  huggingface_hub>=0.24,<0.26
7
  openai>=1.40
8
  jinja2>=3.1,<3.1.5
 
 
 
6
  huggingface_hub>=0.24,<0.26
7
  openai>=1.40
8
  jinja2>=3.1,<3.1.5
9
+ fastapi<0.115
10
+ starlette<0.40