Fix gradio using pinned pydantic

This commit is contained in:
henryruhs
2025-03-28 12:07:01 +01:00
parent 1e3bab9644
commit d4fba8421f
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ METADATA =\
{
'name': 'FaceFusion',
'description': 'Industry leading face manipulation platform',
'version': '3.1.1',
'version': '3.1.2',
'license': 'MIT',
'author': 'Henry Ruhs',
'url': 'https://facefusion.io'

View File

@@ -6,5 +6,6 @@ onnx==1.17.0
onnxruntime==1.20.1
opencv-python==4.10.0.84
psutil==6.1.1
pydantic==2.10.6
tqdm==4.67.1
scipy==1.14.1