fix: prepare pydantic v2

This commit is contained in:
Dowon
2024-03-16 22:52:32 +09:00
parent 2255341fb8
commit c3e2884b80
2 changed files with 23 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ license = { text = "AGPL-3.0" }
dependencies = [
"ultralytics>=8.1",
"mediapipe>=10",
"pydantic<2",
"pydantic<3",
"rich>=13",
"huggingface_hub",
]