Commit 0778e330 authored by liberodark's avatar liberodark
Browse files

python3Packages.crewai: 1.13.0 -> 1.14.1

parent efa00352
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  hatchling,

  # dependencies
  aiofiles,
  aiosqlite,
  appdirs,
  chromadb,
@@ -54,14 +55,14 @@

buildPythonPackage (finalAttrs: {
  pname = "crewai";
  version = "1.13.0";
  version = "1.14.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "crewAIInc";
    repo = "crewAI";
    tag = finalAttrs.version;
    hash = "sha256-IKtfwM9xOMNs993ggT1EejjWKixWEjDMFUuq+RXXvfQ=";
    hash = "sha256-MwBcum9HX0emKPB0UpTCBTvZRnNP0YqU02YCEHZ4CeA=";
  };

  postPatch = ''
@@ -82,6 +83,7 @@ buildPythonPackage (finalAttrs: {
  build-system = [ hatchling ];

  pythonRelaxDeps = [
    "aiofiles"
    "chromadb"
    "click"
    "json-repair"
@@ -107,6 +109,7 @@ buildPythonPackage (finalAttrs: {
  ];

  dependencies = [
    aiofiles
    aiosqlite
    appdirs
    chromadb