python3Packages.crewai: 1.13.0 -> 1.14.1 (#507950)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user