From a85295a90a01297f80022e365556aab91504dbbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 06:09:23 +0000 Subject: [PATCH] chore(deps): Bump agent-hooks-sdk in /sdk/python in the python group Bumps the python group in /sdk/python with 1 update: [agent-hooks-sdk](https://github.com/responsibleai/agent-hooks). Updates `agent-hooks-sdk` from 0.1.0a3 to 0.1.0a4 - [Changelog](https://github.com/responsibleai/agent-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/responsibleai/agent-hooks/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) --- updated-dependencies: - dependency-name: agent-hooks-sdk dependency-version: 0.1.0a4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- sdk/python/pyproject.toml | 2 +- sdk/python/requirements-dev.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index 9d5ea2e..4b0aaf7 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Rust", ] -dependencies = ["agent-hooks-sdk==0.1.0a3"] +dependencies = ["agent-hooks-sdk==0.1.0a4"] [project.urls] Repository = "https://github.com/responsibleai/agent-control-spec" diff --git a/sdk/python/requirements-dev.in b/sdk/python/requirements-dev.in index ba7abc9..4efd1be 100644 --- a/sdk/python/requirements-dev.in +++ b/sdk/python/requirements-dev.in @@ -1,4 +1,4 @@ -agent-hooks-sdk==0.1.0a3 +agent-hooks-sdk==0.1.0a4 maturin==1.14.1 pytest ruff