about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-03-28 12:12:59 +0100
committerGitHub <noreply@github.com>2024-03-28 12:12:59 +0100
commitc71acc2ed5aa0c9ba0ad82c32bd69bf3bd222e1b (patch)
treeeb1d927f98144bc205701258ee37bc285bac6569
parent655dbe93f0da650687ae169aaac918e306c201b2 (diff)
parentd572d159f7f1834a916c393a4d677d4588a50912 (diff)
downloadnixlib-c71acc2ed5aa0c9ba0ad82c32bd69bf3bd222e1b.tar
nixlib-c71acc2ed5aa0c9ba0ad82c32bd69bf3bd222e1b.tar.gz
nixlib-c71acc2ed5aa0c9ba0ad82c32bd69bf3bd222e1b.tar.bz2
nixlib-c71acc2ed5aa0c9ba0ad82c32bd69bf3bd222e1b.tar.lz
nixlib-c71acc2ed5aa0c9ba0ad82c32bd69bf3bd222e1b.tar.xz
nixlib-c71acc2ed5aa0c9ba0ad82c32bd69bf3bd222e1b.tar.zst
nixlib-c71acc2ed5aa0c9ba0ad82c32bd69bf3bd222e1b.zip
Merge pull request #299705 from fabaff/llama-index-core-bump
python311Packages.llamaindex-py-client: 0.1.13 -> 0.1.15, python311Packages.llama-index-core: 0.10.23 -> 0.10.25, python311Packages.llama-index-program-openai: 0.1.4 -> 0.1.5
-rw-r--r--pkgs/development/python-modules/llama-index-core/default.nix4
-rw-r--r--pkgs/development/python-modules/llama-index-program-openai/default.nix4
-rw-r--r--pkgs/development/python-modules/llamaindex-py-client/default.nix4
3 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix
index 259b672fab3e..5146eca9d4d6 100644
--- a/pkgs/development/python-modules/llama-index-core/default.nix
+++ b/pkgs/development/python-modules/llama-index-core/default.nix
@@ -30,7 +30,7 @@
 
 buildPythonPackage rec {
   pname = "llama-index-core";
-  version = "0.10.24";
+  version = "0.10.25";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
     owner = "run-llama";
     repo = "llama_index";
     rev = "refs/tags/v${version}";
-    hash = "sha256-iag9alEnyOt+Hs8qTdRt3nn5fGHqztoOxilJXHWWnVw=";
+    hash = "sha256-E06Fxj6dD0BVYpme107IdgGg0Y7vhNR9zFvyKL0Yqws=";
   };
 
   sourceRoot = "${src.name}/${pname}";
diff --git a/pkgs/development/python-modules/llama-index-program-openai/default.nix b/pkgs/development/python-modules/llama-index-program-openai/default.nix
index 6e851fcf9f88..70640d4a4bbe 100644
--- a/pkgs/development/python-modules/llama-index-program-openai/default.nix
+++ b/pkgs/development/python-modules/llama-index-program-openai/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "llama-index-program-openai";
-  version = "0.1.4";
+  version = "0.1.5";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "llama_index_program_openai";
     inherit version;
-    hash = "sha256-Vz6Zot0WrTyvOCyKso0awQ6yVxvJSB2EptiYBq1qpdQ=";
+    hash = "sha256-wzqi0odq0P8fmip1XU59SRckCEfQF057LQuEdEmbtwA=";
   };
 
   pythonRelaxDeps = [
diff --git a/pkgs/development/python-modules/llamaindex-py-client/default.nix b/pkgs/development/python-modules/llamaindex-py-client/default.nix
index d46e070c9517..fb0cb4ad58ad 100644
--- a/pkgs/development/python-modules/llamaindex-py-client/default.nix
+++ b/pkgs/development/python-modules/llamaindex-py-client/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "llamaindex-py-client";
-  version = "0.1.13";
+  version = "0.1.15";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "llamaindex_py_client";
     inherit version;
-    hash = "sha256-O9m0Ne4KeBceukEt6lZ02BPrW/NuV308fH6Q7cVJANk=";
+    hash = "sha256-x84mhVupdhU7tAFXw8GUIjxrdReZNbmI3UvWo/6Dqss=";
   };
 
   nativeBuildInputs = [