From 4e98acbca754dc485eb257a567361da967871542 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Mon, 20 Nov 2023 14:52:37 -0800 Subject: [PATCH] Update minimum pydantic version to one with model_validate function --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a457aec6..17c11e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "tiktoken >= 0.3.2", "tenacity >= 8.2.2", "pillow == 9.3.0", - "pydantic >= 1.10.10", + "pydantic >= 2.0.0", "pyyaml == 6.0", "rich >= 13.3.1", "schedule == 1.1.0",