From 7d726b723a22518fd1b352cf1f5d59a2f98f8412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:02:15 +0000 Subject: [PATCH] BUILD: Update pydantic requirement from <2.10,>=2.6.4 to >=2.6.4,<2.11 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.6.4...v2.10.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 86b333ee3b..ea1b684a04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "dotnetcore2 ==3.1.23;platform_system=='Linux'", "numpy>=1.20.0,<3", "pandas>=1.1.0,<2.3", - "pydantic>=2.6.4,<2.10", + "pydantic>=2.6.4,<2.11", "Rtree >= 1.2.0", "toml == 0.10.2", "scikit-rf"