From c506b73651ab41f8688a0d93d4baa96e657fe11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:13:41 +0000 Subject: [PATCH] Bump agent-assembly in /python/smolagents-tool-policy Bumps [agent-assembly](https://github.com/AI-agent-assembly/python-sdk) from 0.0.1rc3 to 0.0.1rc4. - [Release notes](https://github.com/AI-agent-assembly/python-sdk/releases) - [Commits](https://github.com/AI-agent-assembly/python-sdk/compare/v0.0.1-rc.3...v0.0.1-rc.4) --- updated-dependencies: - dependency-name: agent-assembly dependency-version: 0.0.1rc4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/smolagents-tool-policy/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/smolagents-tool-policy/pyproject.toml b/python/smolagents-tool-policy/pyproject.toml index 720aac4..b477eac 100644 --- a/python/smolagents-tool-policy/pyproject.toml +++ b/python/smolagents-tool-policy/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Agent Assembly governance demo with Smolagents (Hugging Face)" requires-python = ">=3.12" dependencies = [ - "agent-assembly==0.0.1rc3", + "agent-assembly==0.0.1rc4", # smolagents is light (no chromadb-style native tree), so it stays in the base # deps: the demo governs *real* smolagents.Tool instances through the SDK's # native adapter, both offline and live. Pinned <2.0 to the 1.x line whose