From b0e4fa6c82f2c7913d090213c2ab5c99210121d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:21:08 +0000 Subject: [PATCH] chore(deps-py): update pydantic requirement in /hugr-py 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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hugr-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugr-py/pyproject.toml b/hugr-py/pyproject.toml index 0c55a9476..5bbf9656b 100644 --- a/hugr-py/pyproject.toml +++ b/hugr-py/pyproject.toml @@ -25,7 +25,7 @@ repository = "https://github.com/CQCL/hugr" [tool.poetry.dependencies] python = ">=3.10" -pydantic = "~2.7.0" +pydantic = ">=2.7,<2.9" [tool.pytest.ini_options] # Lark throws deprecation warnings for `src_parse` and `src_constants`.