From a2f1a9cf7263439a800e9c9808a922c522e26277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:50:10 +0000 Subject: [PATCH] Update pydantic requirement from <2.0.0,>=1.10.8 to >=1.10.8,<3.0.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/v1.10.8...v2.9.0) --- 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 4fb637fd..31eea7a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "Jinja2>=2.11.2", "mlflow-skinny>=2.0.0,<3.0.0", "pathspec>=0.9.0", - "pydantic>=1.10.8,<2.0.0", + "pydantic>=1.10.8,<3.0.0", "pyyaml>=6.0", "requests>=2.30.1,<3.0.0", "rich>=12.6.0,<=13.0.0",