From 9e6cf8f85f248266589e12ff2c9ea9d58740b21c Mon Sep 17 00:00:00 2001 From: antazoey Date: Thu, 18 Apr 2024 14:22:40 -0600 Subject: [PATCH] chore: loosen pydantic version constraints (#7) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 517b254..11b5576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "pydantic~=2.5.3", + "pydantic>=2.5.3,<3", ] dynamic = ["version"]