python3Packages.crewai: 0.175.0 -> 0.186.1

Diff: https://github.com/crewAIInc/crewAI/compare/0.175.0...0.186.1

Changelog: https://github.com/crewAIInc/crewAI/releases/tag/0.186.1

Changed files
+3 -2
pkgs
development
python-modules
crewai
+3 -2
pkgs/development/python-modules/crewai/default.nix
···
buildPythonPackage rec {
pname = "crewai";
-
version = "0.175.0";
+
version = "0.186.1";
pyproject = true;
src = fetchFromGitHub {
owner = "crewAIInc";
repo = "crewAI";
tag = version;
-
hash = "sha256-F1hw8MTQDA6eW9Rw+MdV3hJHiTuj1SHwu2c39KirPnI=";
+
hash = "sha256-rSVIbRATMq0cfMdgR/+/tNjij0Sk/ErWipy0m8hKvr4=";
};
build-system = [ hatchling ];
···
"chromadb"
"json-repair"
"litellm"
+
"onnxruntime"
"portalocker"
"pyvis"
];