From 69433a932c96580cb08bc557362f57b3d4c518f9 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Tue, 29 Oct 2024 10:33:05 +0200 Subject: [PATCH] version: reverse pydantic dep version increase --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 855dc9c..b47cd6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] keywords = [ "CKAN" ] dependencies = [ - "pydantic>=2.9.2,<3.0.0", + "pydantic>=2.3.0,<3.0.0", "boto3-stubs[logs]>=1.35.0,<2.0.0" ] authors = [