python3Packages.llama-index-vector-stores-qdrant: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm
2026-08-16 06:58:54 +00:00
parent 43e023d92e
commit a00c2383c0

View File

@@ -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 ];