From 9083d3138d7cbdaa134de8f5e22331ed012e6ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:50:30 +0000 Subject: [PATCH] Bump smolagents[mcp] from 1.23.0 to 1.24.0 in /sdk Bumps [smolagents[mcp]](https://github.com/huggingface/smolagents) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/huggingface/smolagents/releases) - [Commits](https://github.com/huggingface/smolagents/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: smolagents[mcp] dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index ea8a6d91d..cfac3255d 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "rich>=13.9.4", "setuptools>=75.1.0", "websockets>=14.2", - "smolagents[mcp]==1.23.0", + "smolagents[mcp]==1.24.0", "Pillow>=10.0.0", "aiohttp>=3.1.13", "jieba>=0.42.1",