python3Packages.crewai: 1.7.2 -> 1.8.1

https://github.com/crewAIInc/crewAI/releases/tag/1.8.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:34 +01:00
parent b42648e01c
commit 5bb5301b7e
@@ -46,14 +46,14 @@
buildPythonPackage rec {
pname = "crewai";
version = "1.7.2";
version = "1.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "crewAIInc";
repo = "crewAI";
tag = version;
hash = "sha256-liJS3hrNsyAt49ROUi3/pWXfMP2wA/bFyy6yEOV6Rrk=";
hash = "sha256-MQx1FOh2bwbkDbvR6aP5z071xwbGT8bxK9OjhskdVyI=";
};
sourceRoot = "${src.name}/lib/crewai";
@@ -449,7 +449,7 @@ buildPythonPackage rec {
meta = {
description = "Framework for orchestrating role-playing, autonomous AI agents";
homepage = "https://github.com/crewAIInc/crewAI";
changelog = "https://github.com/crewAIInc/crewAI/releases/tag/${version}";
changelog = "https://github.com/crewAIInc/crewAI/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ liberodark ];
platforms = lib.platforms.linux;