From d78d315a9aea6475f28ac5c529eb7145d7c08863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:20:57 +0000 Subject: [PATCH] build(deps): update pydantic requirement from ~=2.5.2 to >=2.5.2,<2.11.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.5.2...v2.10.1) --- updated-dependencies: - dependency-name: pydantic 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 fbf004a..9581abe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "rdflib >= 7.0.0", - "pydantic ~= 2.5.2", + "pydantic >= 2.5.2,< 2.11.0", "ruamel.yaml ~= 0.18.5", "email-validator == 2.2.0", "python-dateutil ~= 2.8",