From 7392d07331f6ccddc1da5930ed0f0500bd822952 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:14:28 +1100 Subject: [PATCH] chore: bump pydantic to 2.5.2 This release fixes pydantic/pydantic#8175 and allows us to use `JsonValue` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08858059fe..20c25f6449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",