Skip to content

Commit 5b2989b

Browse files
authored
python311Packages.llama-index-core: 0.11.9 -> 0.11.10, python311Packages.llama-parse: 0.5.5 -> 0.5.6 (#343135)
2 parents a178240 + cf7b833 commit 5b2989b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pkgs/development/python-modules/llama-index-core/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ in
4747

4848
buildPythonPackage rec {
4949
pname = "llama-index-core";
50-
version = "0.11.9";
50+
version = "0.11.10";
5151
pyproject = true;
5252

5353
disabled = pythonOlder "3.8";
@@ -56,7 +56,7 @@ buildPythonPackage rec {
5656
owner = "run-llama";
5757
repo = "llama_index";
5858
rev = "refs/tags/v${version}";
59-
hash = "sha256-IebrdKC73Rwj4AgN26Ga3qqMEAeuVDMmFhDqQ9VIWIw=";
59+
hash = "sha256-6wQs6hB609Du5/n5sKJT5E0OJCj3dMKvpKxJ9C75HpI=";
6060
};
6161

6262
sourceRoot = "${src.name}/${pname}";

pkgs/development/python-modules/llama-index-llms-openai/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-index-llms-openai";
13-
version = "0.2.7";
13+
version = "0.2.9";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_llms_openai";
2020
inherit version;
21-
hash = "sha256-pwmiazL4JwzoYhMZQTcqv3ZMwPgbBxMTOEjH7/x9MPs=";
21+
hash = "sha256-VjdvOeOkAlO1xPuQ0Ptq8JPyG7KTWSVhXwwooo0CgYc=";
2222
};
2323

2424
pythonRemoveDeps = [

pkgs/development/python-modules/llama-parse/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
buildPythonPackage rec {
1111
pname = "llama-parse";
12-
version = "0.5.5";
12+
version = "0.5.6";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
1616

1717
src = fetchPypi {
1818
pname = "llama_parse";
1919
inherit version;
20-
hash = "sha256-ILAOCbFNG1ehsEDkvWFDbVH0Nza3tRADBypNBbA170Q=";
20+
hash = "sha256-PHTaEkbJvdYdY7f8ISBA6i29IY1H/JhqGOOXTmRZG4A=";
2121
};
2222

2323
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)