From 0d0401862240a85bee303a4a14176dd2703e4e32 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Mon, 24 Jun 2024 14:58:56 +0530 Subject: [PATCH] Install pydantic with optional email validator package Otherwise Khoj fails on startup. Not sure why, must be new changes to pydantic? --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19e7a076..b3b4af35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "tenacity >= 8.2.2", "magika ~= 0.5.1", "pillow ~= 10.0.0", - "pydantic >= 2.0.0", + "pydantic[email] >= 2.0.0", "pyyaml ~= 6.0", "rich >= 13.3.1", "schedule == 1.1.0",