From 00e28fe1768092a8a615c1f2045fa17f9d7cec0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:02:52 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.5.2 to >=2.5.2,<2.9.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.8.2) --- 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 7165ac8..3bb137a 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.9.0", "ruamel.yaml ~= 0.18.5", "email-validator == 2.1.0.post1", "python-dateutil ~= 2.8",