From d76741bea338b8a6857ee4543b5ab93ac312758c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 26 Jul 2025 14:42:50 +0200 Subject: [PATCH] python3Packages.smolagents: 1.18.0 -> 1.20.0 Diff: https://github.com/huggingface/smolagents/compare/refs/tags/v1.18.0...refs/tags/v1.20.0 Changelog: https://github.com/huggingface/smolagents/releases/tag/v1.20.0 --- pkgs/development/python-modules/smolagents/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/smolagents/default.nix b/pkgs/development/python-modules/smolagents/default.nix index 8c56d08a6403..99e9b4a00784 100644 --- a/pkgs/development/python-modules/smolagents/default.nix +++ b/pkgs/development/python-modules/smolagents/default.nix @@ -52,20 +52,18 @@ buildPythonPackage rec { pname = "smolagents"; - version = "1.18.0"; + version = "1.20.0"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "smolagents"; tag = "v${version}"; - hash = "sha256-pRpogmVes8ZX19GZff+HmGdykvMnBJ7hGsoYsUGVOSY="; + hash = "sha256-ING+C2MACKFto+1FON5OGFgzLf8SM99ViTdADzNzQLw="; }; build-system = [ setuptools ]; - pythonRelaxDeps = [ "pillow" ]; - dependencies = [ huggingface-hub jinja2 @@ -136,6 +134,7 @@ buildPythonPackage rec { disabledTests = [ # Missing dependencies + "test_cleanup" "test_ddgs_with_kwargs" "test_e2b_executor_instantiation" "test_flatten_messages_as_text_for_all_models"