From 12b7bd68d5815c53e55fa9478bba98ae895e5ae4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 8 Jun 2024 10:59:46 +0200 Subject: [PATCH 1/3] python311Packages.llama-index-vector-stores-qdrant: 0.2.8 -> 0.2.9 --- .../llama-index-vector-stores-qdrant/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix b/pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix index 0f9459ac2d00..6cd34d2fd0b6 100644 --- a/pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix +++ b/pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "llama-index-vector-stores-qdrant"; - version = "0.2.8"; + version = "0.2.9"; pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "llama_index_vector_stores_qdrant"; inherit version; - hash = "sha256-qeKV7jlBTujUEYMcPCS+PAD6xRlTBVi/DGJZ/MSN64A="; + hash = "sha256-Iju/6Mh/dooQb8u3MHFc8XgNel2FBOI0VAGh6/dNZT4="; }; build-system = [ poetry-core ]; From 127a18f40163f350e1a67567f5966d0e1267436d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 8 Jun 2024 11:00:06 +0200 Subject: [PATCH 2/3] python311Packages.llama-index-vector-stores-postgres: 0.1.7 -> 0.1.9 --- .../llama-index-vector-stores-postgres/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix b/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix index 15fcab2b3123..90032aca231a 100644 --- a/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix +++ b/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "llama-index-vector-stores-postgres"; - version = "0.1.7"; + version = "0.1.9"; pyproject = true; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "llama_index_vector_stores_postgres"; inherit version; - hash = "sha256-00ccEfjYY8qrNYymHQ5w43w8zAHUAntO6oiwYUwaOVw="; + hash = "sha256-gBa5Z6FaPTFw75CtzY0o/kaXr+3xbOaXQ62qbvue1Ko="; }; pythonRemoveDeps = [ "psycopg2-binary" ]; From 1241f195f04989093063669ec1f6e1ee09f00587 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 8 Jun 2024 11:01:05 +0200 Subject: [PATCH 3/3] python311Packages.llama-index-core: 0.10.42 -> 0.10.43 Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.42...v0.10.43 Changelog: https://github.com/run-llama/llama_index/blob/0.10.43/CHANGELOG.md --- pkgs/development/python-modules/llama-index-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 81ffe58b7119..8a669dac6bb8 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -46,7 +46,7 @@ in buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.42"; + version = "0.10.43"; pyproject = true; disabled = pythonOlder "3.8"; @@ -55,7 +55,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-DdD0gllACmwtXDQutjaKQmB8OpCBu+jgQ963g0dNW2c="; + hash = "sha256-eqT3PR1yOrMU/lWGOr70OcekTeHveDfM9C8VOJEx1ps="; }; sourceRoot = "${src.name}/${pname}";