python313Packages.smolagents: 1.13.0 -> 1.16.1

Changelog: https://github.com/huggingface/smolagents/releases/tag/v1.16.1
This commit is contained in:
Fabian Affolter
2025-05-25 14:05:49 +02:00
parent 86e581ec89
commit daeba3186a
@@ -3,6 +3,7 @@
stdenv,
accelerate,
buildPythonPackage,
boto3,
docker,
duckduckgo-search,
fetchFromGitHub,
@@ -33,21 +34,19 @@
buildPythonPackage rec {
pname = "smolagents";
version = "1.13.0";
version = "1.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "smolagents";
tag = "v${version}";
hash = "sha256-LZW2MsBowr2ttl3V5J3AlIxZijo++DwT02gBVaXXBXs=";
hash = "sha256-4G55fASE8D4UfqO7/j+2VjqdQ8FxFPLkYO2pl5sSlxw=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [
"pillow"
];
pythonRelaxDeps = [ "pillow" ];
dependencies = [
duckduckgo-search
@@ -63,6 +62,7 @@ buildPythonPackage rec {
optional-dependencies = {
audio = [ soundfile ];
bedrock = [ boto3 ];
docker = [
docker
websocket-client
@@ -118,9 +118,10 @@ buildPythonPackage rec {
"test_ddgs_with_kwargs"
"test_e2b_executor_instantiation"
"test_flatten_messages_as_text_for_all_models"
"test_from_mcp"
"mcp"
"test_import_smolagents_without_extras"
"test_vision_web_browser_main"
"test_multiple_servers"
# Tests require network access
"test_agent_type_output"
"test_call_different_providers_without_key"