Skip to content

Commit

Permalink
python312Packages.llama-index-core: 0.12.4 -> 0.12.5 (#364487)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 17, 2024
2 parents 6582194 + e5d90d9 commit d3c42f1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/llama-index-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

buildPythonPackage rec {
pname = "llama-index-core";
version = "0.12.2";
version = "0.12.5";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-Zt97JZHp0MsHFtdrx6Xjqhz/jREWwevGSz8u9l5t8oI=";
hash = "sha256-Z4WmjIuu42XAo+Lb7ylNQfXrS9VQM+0BkeufqwFtT9I=";
};

sourceRoot = "${src.name}/${pname}";
Expand Down Expand Up @@ -133,6 +133,7 @@ buildPythonPackage rec {
"test_from_persist_dir"
# asyncio.exceptions.InvalidStateError: invalid state
"test_workflow_context_to_dict_mid_run"
"test_SimpleDirectoryReader"
];

meta = with lib; {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

buildPythonPackage rec {
pname = "llama-index-embeddings-openai";
version = "0.3.0";
version = "0.3.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_embeddings_openai";
inherit version;
hash = "sha256-o31bpcyUejajzqpB38ZdcmqHP/s6J7e0lZKE9blE9hc=";
hash = "sha256-E2iq084ky67SPVrSUTQ87x63tKBtZWPWYG1ZyzR/7yA=";
};

build-system = [ poetry-core ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
version = "0.4.0";
version = "0.4.2";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
hash = "sha256-XJQJaUCAvIAmLnyFuo81upmm9iMOD08iHm0/HZMHR1M=";
hash = "sha256-+mh1iIE5BFBs4kREG7SjstOMWmWAc1JSUMkHbg89ues=";
};

build-system = [ poetry-core ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "llama-index-llms-openai-like";
version = "0.3.0";
version = "0.3.3";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_llms_openai_like";
inherit version;
hash = "sha256-Ah6D1kJAtGWH8i5XxgxTHe004Y12nIebTupIHIjJez0=";
hash = "sha256-vqBCAXKR2TOsk6DEh8jarSWnDm9r8qVEAVD2wYskbfY=";
};

build-system = [ poetry-core ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-llms-openai";
version = "0.3.2";
version = "0.3.10";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_llms_openai";
inherit version;
hash = "sha256-ikQ6Vk59EneanwMMuC/jJDgD4hfXJBB2SsEW3UNVT+U=";
hash = "sha256-/aM0WqS6QbJdkoF+6KVpmTHnnHyHkkPxctbg5svFxbM=";
};

pythonRemoveDeps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-multi-modal-llms-openai";
version = "0.3.0";
version = "0.4.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_multi_modal_llms_openai";
inherit version;
hash = "sha256-cemDx3ccOQiOQFjNeAKSGTFaD7YxueErkD5TJDuaP9Y=";
hash = "sha256-EcOsfi16zp283ZpmLye8pf786YxWgquv+33QHVl3Zlg=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit d3c42f1

Please sign in to comment.