Update Pydantic to 2.11.10 to resolve Gradio 6 dependency conflict
Browse files- 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.
|
| 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
|