From 42250ce00b931f49ddefb89471f1bb6ff49b5a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 08:01:07 +0000 Subject: [PATCH] Update pydantic requirement from <2,>=1.9 to >=1.9,<3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c5f3f1..b56915d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requires-python = ">=3.10,<3.12" dynamic = ["version"] license = {file = "LICENSE.txt"} dependencies = [ - "pydantic>=1.9,<2", + "pydantic>=1.9,<3", "coloredlogs>=14.0,<15.1", "arelle-release>=2.3,<2.12", "frictionless>=4.4,<5",