From a00c2383c06fd5ea36988a00d0081b307c27e474 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Aug 2026 06:58:54 +0000 Subject: [PATCH] python3Packages.llama-index-vector-stores-qdrant: 0.10.2 -> 0.10.3 --- .../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 ff9abeaf063a..3c18c7615562 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 (finalAttrs: { pname = "llama-index-vector-stores-qdrant"; - version = "0.10.2"; + version = "0.10.3"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_qdrant"; inherit (finalAttrs) version; - hash = "sha256-MSK2RJAce1jmFv2eftT9HsJgTGPxuFxdatRIIK8ym+I="; + hash = "sha256-S3t/6kLcpFNhbHbo/LcsyqctVSf1N3SlSVdJJ/PDzyY="; }; build-system = [ hatchling ];