xvious5 commited on
Commit
ca8ee91
·
1 Parent(s): 8713e23

fix: pin pydantic <2.11 to avoid Gradio api schema crash

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -18,3 +18,4 @@ scipy>=1.11.0
18
  fastapi>=0.115.0
19
  uvicorn>=0.30.0,<0.42
20
  python-multipart>=0.0.9
 
 
18
  fastapi>=0.115.0
19
  uvicorn>=0.30.0,<0.42
20
  python-multipart>=0.0.9
21
+ pydantic>=2.8,<2.11