From 9a1dc937e4ac396dd73d21b6bcf3a24db6868f58 Mon Sep 17 00:00:00 2001 From: Vitaly Zabershinsky Date: Tue, 11 Aug 2026 10:29:27 +0300 Subject: [PATCH] chore(sparc-service): bump agent-lifecycle-toolkit to 0.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ALTK 0.11.0 (released 2026-08-10, git tag v0.11.0 at 3199e7e) contains PR #116 — the structured-output fix for reasoning models + widened retry-on-ValueError — which lets the sparc-service runtime monkeypatches in providers.py eventually be dropped. Not touched in this PR: the monkeypatches themselves. They will be removed in a follow-up once this bump has been verified live on titan for at least one benchmark run, so any regression is bisectable. Also not touched: the two remaining strict-schema gaps flagged in pr-candidates.md (nested $defs missing additionalProperties, free-form type:object rendering additionalProperties: true). Those need a new upstream fix (PR-1 in pr-candidates.md), not a pin bump. Signed-off-by: Vitaly Zabershinsky --- authbridge/sparc-service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authbridge/sparc-service/pyproject.toml b/authbridge/sparc-service/pyproject.toml index 4322aa1bd..f5669e6e9 100644 --- a/authbridge/sparc-service/pyproject.toml +++ b/authbridge/sparc-service/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" license = { text = "Apache-2.0" } dependencies = [ # The SPARC engine itself, consumed directly from PyPI (no vendoring). - "agent-lifecycle-toolkit==0.10.1", + "agent-lifecycle-toolkit==0.11.0", "fastapi>=0.110", "uvicorn[standard]>=0.27", "pydantic>=2",