From 25adb809646d645054fc03b9f094a28564410191 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Mar 2026 13:27:09 +0100 Subject: [PATCH 1/7] python3Packages.llama-index-llms-ollama: 0.9.1 -> 0.10.0 --- .../python-modules/llama-index-llms-ollama/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-llms-ollama/default.nix b/pkgs/development/python-modules/llama-index-llms-ollama/default.nix index 21a351a70ca9..c349bb061a24 100644 --- a/pkgs/development/python-modules/llama-index-llms-ollama/default.nix +++ b/pkgs/development/python-modules/llama-index-llms-ollama/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "llama-index-llms-ollama"; - version = "0.9.1"; + version = "0.10.0"; pyproject = true; src = fetchPypi { pname = "llama_index_llms_ollama"; inherit version; - hash = "sha256-1Yhe1lri4rx0up4//TpbzXxTQe8GcOPZ/iAIgPwZ+aY="; + hash = "sha256-dYJnOyDpAoiJg3LcqxfrT4E9WWSGW5DQdFs/CrOMbtQ="; }; build-system = [ hatchling ]; From 923fa8fdcdee8ef23c13915367d791f76eb64c6c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Mar 2026 13:27:35 +0100 Subject: [PATCH 2/7] python3Packages.llama-index-vector-stores-qdrant: 0.9.2 -> 0.10.0 --- .../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 fd75741b80f0..485bc8392781 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 @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "llama-index-vector-stores-qdrant"; - version = "0.9.2"; + version = "0.10.0"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_qdrant"; inherit version; - hash = "sha256-x/gTig9Peb7XmjK3yHXSdmhJsCp3lhflW40f6xqeYFo="; + hash = "sha256-FzhV/4L//t2lskwlYfim3NnaJDGBQxiN6FRw9mZ6hOo="; }; build-system = [ hatchling ]; From 1e3cd57e736f17564c7344c31d00a2cb852619cb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Mar 2026 13:27:56 +0100 Subject: [PATCH 3/7] python3Packages.llama-index-vector-stores-postgres: 0.7.3 -> 0.8.0 --- .../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 9bc8cd2c5fa8..c7b775799dbb 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 @@ -11,13 +11,13 @@ buildPythonPackage (finalAttrs: { pname = "llama-index-vector-stores-postgres"; - version = "0.7.3"; + version = "0.8.0"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_postgres"; inherit (finalAttrs) version; - hash = "sha256-e1xi5GLWgde42GaLk+WwAjv9Oqr8924rS/z4hdw7ScY="; + hash = "sha256-ICjfw0ooNCCpC3mGxQrqfNtBZ0ijcxW15VXbZElfQcw="; }; pythonRemoveDeps = [ "psycopg2-binary" ]; From ba83d011b8356d666d55b3e10d32a53df9e71e55 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Mar 2026 13:28:19 +0100 Subject: [PATCH 4/7] python3Packages.llama-index-vector-stores-milvus: 1.0.0 -> 1.1.0 --- .../llama-index-vector-stores-milvus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-vector-stores-milvus/default.nix b/pkgs/development/python-modules/llama-index-vector-stores-milvus/default.nix index 774c551d7eba..efd52356b985 100644 --- a/pkgs/development/python-modules/llama-index-vector-stores-milvus/default.nix +++ b/pkgs/development/python-modules/llama-index-vector-stores-milvus/default.nix @@ -9,13 +9,13 @@ buildPythonPackage (finalAttrs: { pname = "llama-index-vector-stores-milvus"; - version = "1.0.0"; + version = "1.1.0"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_milvus"; inherit (finalAttrs) version; - hash = "sha256-u3IqnwF1fe4gkdbsO9n9+wNp/nMdUnTguVeXqaUymUM="; + hash = "sha256-xoelq9/IEFJ541Vs22i6dg6MWxLyV2EChs6OQHPhMJw="; }; build-system = [ hatchling ]; From 8737f56438925c651f378e0e9cd6b6cdf9027c68 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Mar 2026 13:28:35 +0100 Subject: [PATCH 5/7] python3Packages.llama-index-vector-stores-google: 0.4.1 -> 0.5.0 --- .../llama-index-vector-stores-google/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-vector-stores-google/default.nix b/pkgs/development/python-modules/llama-index-vector-stores-google/default.nix index e9b62f6f59c2..352c329d565b 100644 --- a/pkgs/development/python-modules/llama-index-vector-stores-google/default.nix +++ b/pkgs/development/python-modules/llama-index-vector-stores-google/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "llama-index-vector-stores-google"; - version = "0.4.1"; + version = "0.5.0"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_google"; inherit version; - hash = "sha256-+7Lx//NNjYe0UWWOmLTxajKrfjG9OReVpPgOoO2fczk="; + hash = "sha256-lf1Wr8l6azfxrokcGilR+IriU465LmFXDiqfHrCdrO0="; }; pythonRelaxDeps = [ "google-generativeai" ]; From 634777e98d3a18ee5c773cbd7d559a9f365f5fb1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Mar 2026 13:28:49 +0100 Subject: [PATCH 6/7] python3Packages.llama-index-readers-weather: 0.4.1 -> 0.5.0 --- .../python-modules/llama-index-readers-weather/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-readers-weather/default.nix b/pkgs/development/python-modules/llama-index-readers-weather/default.nix index 945a94548b59..4b7fd0ba16d3 100644 --- a/pkgs/development/python-modules/llama-index-readers-weather/default.nix +++ b/pkgs/development/python-modules/llama-index-readers-weather/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "llama-index-readers-weather"; - version = "0.4.1"; + version = "0.5.0"; pyproject = true; src = fetchPypi { pname = "llama_index_readers_weather"; inherit version; - hash = "sha256-fprFX75y50RzJA4SlMfgAeXOO88QbY9UT17Y8oIwdUk="; + hash = "sha256-bqvt09YSRD8BQfZjwnMlsO5oSscjh+piQXbUUZGeXbs="; }; build-system = [ hatchling ]; From 4fecff2a19637a1a5af884fc25990d8d4bd7ec59 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Mar 2026 13:29:03 +0100 Subject: [PATCH 7/7] python3Packages.llama-index-readers-txtai: 0.4.1 -> 0.5.0 --- .../python-modules/llama-index-readers-txtai/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-readers-txtai/default.nix b/pkgs/development/python-modules/llama-index-readers-txtai/default.nix index 336f8aa9142c..cdd18a2c1b51 100644 --- a/pkgs/development/python-modules/llama-index-readers-txtai/default.nix +++ b/pkgs/development/python-modules/llama-index-readers-txtai/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "llama-index-readers-txtai"; - version = "0.4.1"; + version = "0.5.0"; pyproject = true; src = fetchPypi { pname = "llama_index_readers_txtai"; inherit version; - hash = "sha256-GMloD+eqjYdMCqFM03NhdKjN9bMHqIdZYORA1OtWd/0="; + hash = "sha256-dZg+EqXQvqaMN4DQS3VPZi3Ak5j1Y+KZ6ngsJkK5SYA="; }; build-system = [ hatchling ];