python3Packages.llama-index-indices-managed-llama-cloud: relax dependency on deprecated

Deprecated package, ironically depends on a specific version of python3Packages.deprecated.
This commit is contained in:
Sarah Clark
2026-03-04 11:52:07 -08:00
parent ff9e8ac751
commit 7bcf3c5bae
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
deprecated,
hatchling,
llama-cloud,
llama-index-core,
@@ -18,11 +19,15 @@ buildPythonPackage rec {
hash = "sha256-teAHUqswVkq/GcV1laIQf1aXw7A7CFgXtPyoSjjrvVk=";
};
pythonRelaxDeps = [ "llama-cloud" ];
pythonRelaxDeps = [
"deprecated"
"llama-cloud"
];
build-system = [ hatchling ];
dependencies = [
deprecated
llama-cloud
llama-index-core
];