akhaliq HF Staff commited on
Commit
080fa02
·
1 Parent(s): 86ba1e4

Update Pydantic to 2.11.10 to resolve Gradio 6 dependency conflict

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -4,7 +4,7 @@ torchaudio==2.8.0
4
  # gradio_client's get_type (`if "const" in schema`). 2.10.6 is the last version
5
  # that still emits the dict form. Tracked at:
6
  # https://discuss.huggingface.co/t/154601
7
- pydantic==2.10.6
8
  safetensors>=0.4.0
9
  accelerate>=0.25.0
10
  peft>=0.7.0
 
4
  # gradio_client's get_type (`if "const" in schema`). 2.10.6 is the last version
5
  # that still emits the dict form. Tracked at:
6
  # https://discuss.huggingface.co/t/154601
7
+ pydantic==2.11.10
8
  safetensors>=0.4.0
9
  accelerate>=0.25.0
10
  peft>=0.7.0