From 54085ceaa75183d2f27b99325cd5027b572bfe6c Mon Sep 17 00:00:00 2001 From: dan nelson Date: Thu, 14 Mar 2024 15:10:40 -0700 Subject: [PATCH] now with accurate pydantic version Signed-off-by: dan nelson --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e1ec8e2..654c027e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.8" dependencies = [ "httpx>=0.21.0,<1", "packaging", - "pydantic>1", + "pydantic>1.10.7", "typing_extensions>=4.5.0", ] optional-dependencies = { dev = [