chore: bump pydantic to 2.5.2

This release fixes pydantic/pydantic#8175 and allows us to use `JsonValue`
This commit is contained in:
psychedelicious 2023-11-29 00:14:28 +11:00
parent 59d932e9c1
commit 7392d07331

View File

@ -60,7 +60,7 @@ dependencies = [
"onnx",
"onnxruntime",
"opencv-python~=4.8.1.1",
"pydantic~=2.5.0",
"pydantic~=2.5.2",
"pydantic-settings~=2.0.3",
"picklescan",
"pillow",