python3Packages.llamaindex-py-client: drop

This commit is contained in:
GraysonTinker
2026-04-03 08:32:13 -07:00
parent 94d356c18e
commit 5c4c4ab1e8
4 changed files with 1 additions and 43 deletions
@@ -13,7 +13,6 @@
hatchling,
jsonpath-ng,
llama-index-workflows,
llamaindex-py-client,
nest-asyncio,
networkx,
nltk-data,
@@ -83,7 +82,6 @@ buildPythonPackage (finalAttrs: {
fsspec
jsonpath-ng
llama-index-workflows
llamaindex-py-client
nest-asyncio
networkx
nltk
@@ -1,39 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
httpx,
poetry-core,
pydantic,
}:
buildPythonPackage rec {
pname = "llamaindex-py-client";
version = "0.1.19";
pyproject = true;
src = fetchPypi {
pname = "llamaindex_py_client";
inherit version;
hash = "sha256-c/dHkruMCSuubcYmYnoJrBOgmfqNEPj8yD4XorMyzKc=";
};
build-system = [ poetry-core ];
dependencies = [
httpx
pydantic
];
# Module has no tests
doCheck = false;
pythonImportsCheck = [ "llama_index_client" ];
meta = {
description = "Client for LlamaIndex";
homepage = "https://pypi.org/project/llamaindex-py-client/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};
}
+1
View File
@@ -304,6 +304,7 @@ mapAliases {
llama-index-multi-modal-llms-openai = throw "'llama-index-multi-modal-llms-openai' has been removed as it was deprecated in favor of 'llama-index-llms-openai'"; # added 2026-03-25
llama-index-readers-llama-parse = throw "'llama-index-readers-llama-parse' has been removed as it was deprecated upstream in favor of 'llama-cloud'"; # added 2026-03-25
llama-parse = throw "'llama-parse' has been removed as it was deprecated upstream in favor of 'llama-cloud'"; # added 2026-03-25
llamaindex-py-client = throw "'llamaindex-pyclient' has been removed as it was removed from upstream"; # Added 2026-04-03
lmcloud = throw "'lmcloud' has been renamed to/replaced by 'pylamarzocco'"; # Converted to throw 2025-10-29
logilab_common = throw "'logilab_common' has been renamed to/replaced by 'logilab-common'"; # Converted to throw 2025-10-29
loo-py = throw "'loo-py' has been renamed to/replaced by 'loopy'"; # Converted to throw 2025-10-29
-2
View File
@@ -9121,8 +9121,6 @@ self: super: with self; {
llama-stack-client = callPackage ../development/python-modules/llama-stack-client { };
llamaindex-py-client = callPackage ../development/python-modules/llamaindex-py-client { };
llfuse = callPackage ../development/python-modules/llfuse { inherit (pkgs) fuse; };
llguidance = callPackage ../development/python-modules/llguidance { };