From 3d11dab8b9e46f86d8eb986ec3cec987f82bf702 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Mon, 23 Sep 2024 16:54:54 -0400 Subject: [PATCH] bump min pydantic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 130e9cd5..bd5c24ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dynamic = ["version"] -dependencies = ["pydantic >=1.9.0", "pydantic-compat >=0.1.0", "xsdata >=23.6,<24.4"] +dependencies = ["pydantic >=1.10.0", "pydantic-compat >=0.1.0", "xsdata >=23.6,<24.4"] [project.urls] Source = "https://github.com/tlambert03/ome-types"