From 4565f2eb169dab01f26815c69f34fbe27e08d173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:09:18 +0000 Subject: [PATCH] Update pydantic requirement 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.0...v2.10.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_full.txt b/requirements_full.txt index a65808a7b..9087f9461 100644 --- a/requirements_full.txt +++ b/requirements_full.txt @@ -22,7 +22,7 @@ pymongo>=4.4.0,<5 # Utilities # Bug in pydantic 2.10.1, see https://github.com/pydantic/pydantic/issues/9898 -pydantic>=1.10.0,!=2.10.0,!=2.10.1,<2.10.2 +pydantic>=1.10.0,!=2.10.0,!=2.10.1,<2.10.4 typing_extensions>=4.1,<5; python_version<'3.9' fortran-language-server>=1.12.0,<1.13