From 8e7bcddfa19619ec778a252115e8c423a7878918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:58:03 +0000 Subject: [PATCH] :arrow_up: Bump kiss-agent-framework from 0.2.27 to 0.2.79 Bumps [kiss-agent-framework](https://github.com/ksen/kiss) from 0.2.27 to 0.2.79. - [Commits](https://github.com/ksen/kiss/commits) --- updated-dependencies: - dependency-name: kiss-agent-framework dependency-version: 0.2.79 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e026c2c..07c5b46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = "~=3.13.0" dependencies = [ "clang==21.1.7", "dspy==3.1.2", - "kiss-agent-framework==0.2.27", + "kiss-agent-framework==0.2.79", "hydra-core==1.3.2", "networkx==3.6.1", "tomlkit>=0.14.0",