From 923fa8fdcdee8ef23c13915367d791f76eb64c6c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Mar 2026 13:27:35 +0100 Subject: [PATCH] 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 ];