BrutalCaesar commited on
Commit
5a12ebb
·
1 Parent(s): 136995d

fix: pin pydantic<2.10 to fix additionalProperties bool schema crash

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -3,6 +3,7 @@ torch==2.1.0+cpu
3
  torchvision==0.16.0+cpu
4
  numpy>=1.24.0
5
  gradio==4.31.5
 
6
  pyyaml>=6.0
7
  Pillow>=10.0.0
8
  huggingface_hub>=0.20.0,<1.0.0
 
3
  torchvision==0.16.0+cpu
4
  numpy>=1.24.0
5
  gradio==4.31.5
6
+ pydantic>=2.0,<2.10
7
  pyyaml>=6.0
8
  Pillow>=10.0.0
9
  huggingface_hub>=0.20.0,<1.0.0