From 8a78e1ba4dce6cfcfcefee48ddd324b9ec146c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 03:59:13 +0000 Subject: [PATCH] Chore(deps): Update pydantic requirement from <2,>=1.10.5 to >=1.10.5,<3 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.5...v2.10.5) --- 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 03ca350..5d3b639 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "pydantic>=1.10.5,<2", + "pydantic>=1.10.5,<3", "typing-extensions>=4.5", ] urls.Documentation = "https://aleph.im/"