Update pydantic version in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ pedalboard
|
|
| 5 |
noisereduce
|
| 6 |
numpy==1.23.5
|
| 7 |
transformers<=4.48.3
|
| 8 |
-
pydantic=
|
| 9 |
gradio[mcp]==5.43.1
|
| 10 |
spaces
|
| 11 |
matplotlib-inline
|
|
|
|
| 5 |
noisereduce
|
| 6 |
numpy==1.23.5
|
| 7 |
transformers<=4.48.3
|
| 8 |
+
pydantic>=2.11
|
| 9 |
gradio[mcp]==5.43.1
|
| 10 |
spaces
|
| 11 |
matplotlib-inline
|