From 7fe360da46c5675e685c29d6a06923d22b0fc1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:53:59 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement from >=4.0 to >=4.26.0 Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.0.0...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 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 e641bef..1baf721 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "conductor" version = "0.5.1" description = "The AI-Conductor's Operating System — session lifecycle, governance runtime, product extractor" requires-python = ">=3.11" -dependencies = ["pyyaml>=6.0.3", "jsonschema>=4.0"] +dependencies = ["pyyaml>=6.0.3", "jsonschema>=4.26.0"] [project.optional-dependencies] dev = ["pytest>=9.1.1", "hypothesis>=6.155.6", "mypy>=2.1.0", "mcp>=1.28.0"]