From 8b79782094cbc8eaa47f863e64c5e832f5b17093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:23:04 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from <3,>=2.11 to >=2.13.4,<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/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 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 03b4fd5..2e73eeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Local-first reflective skill graph compiler." readme = "README.md" requires-python = ">=3.12,<3.14" dependencies = [ - "pydantic>=2.11,<3", + "pydantic>=2.13.4,<3", "pypdf>=6.10.2,<7", "pyyaml>=6.0.3,<7", "typer>=0.21.2,<0.22",