From efa8b4f863800624590ec8f03340efdddd572d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:56:17 +0000 Subject: [PATCH] Update pydantic requirement from >=2.11.9 to >=2.13.0 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.9...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0a4638..7c0d751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ license = { file = "LICENSE" } requires-python = ">=3.12" dependencies = [ "lxml>=6.0.0", - "pydantic>=2.11.9", + "pydantic>=2.13.0", "returns>=0.23.0", "typing-extensions>=4.15.0", "xmlschema>=4.1.0",