python312Packages.llama-index-vector-stores-qdrant: 0.6.0 -> 0.6.1

This commit is contained in:
Fabian Affolter
2025-07-12 15:36:16 +02:00
parent 9c51a659ca
commit c5b6468560
@@ -2,16 +2,16 @@
lib,
buildPythonPackage,
fetchPypi,
llama-index-core,
qdrant-client,
poetry-core,
grpcio,
hatchling,
llama-index-core,
pythonOlder,
qdrant-client,
}:
buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,10 +19,10 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
hash = "sha256-8vBnEOX6Ob4cXxQofmuxJBZumxdFug88JhGt1UnuAGs=";
hash = "sha256-14hQ/MCrwf1tucVprPbo2mLRuBWaHI0S515sbNB3Q1I=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
grpcio