Skip to content

Commit

Permalink
python311Packages.llama-index-core: 0.11.9 -> 0.11.10, python311Packa…
Browse files Browse the repository at this point in the history
…ges.llama-parse: 0.5.5 -> 0.5.6 (NixOS#343135)
  • Loading branch information
fabaff authored Sep 20, 2024
2 parents a178240 + cf7b833 commit 5b2989b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llama-index-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in

buildPythonPackage rec {
pname = "llama-index-core";
version = "0.11.9";
version = "0.11.10";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -56,7 +56,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-IebrdKC73Rwj4AgN26Ga3qqMEAeuVDMmFhDqQ9VIWIw=";
hash = "sha256-6wQs6hB609Du5/n5sKJT5E0OJCj3dMKvpKxJ9C75HpI=";
};

sourceRoot = "${src.name}/${pname}";
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.2.7";
version = "0.2.9";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_llms_openai";
inherit version;
hash = "sha256-pwmiazL4JwzoYhMZQTcqv3ZMwPgbBxMTOEjH7/x9MPs=";
hash = "sha256-VjdvOeOkAlO1xPuQ0Ptq8JPyG7KTWSVhXwwooo0CgYc=";
};

pythonRemoveDeps = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llama-parse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

buildPythonPackage rec {
pname = "llama-parse";
version = "0.5.5";
version = "0.5.6";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-ILAOCbFNG1ehsEDkvWFDbVH0Nza3tRADBypNBbA170Q=";
hash = "sha256-PHTaEkbJvdYdY7f8ISBA6i29IY1H/JhqGOOXTmRZG4A=";
};

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

0 comments on commit 5b2989b

Please sign in to comment.