python3Packages.llama-index-vector-stores-qdrant: 0.7.1 -> 0.8.3

This commit is contained in:
R. Ryantm
2025-09-02 18:21:03 +00:00
parent 5566371150
commit 5ac2f86d09
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
version = "0.7.1";
version = "0.8.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
hash = "sha256-1RpWHcWq0nDEu+1yNwzqkALkty0AOOxbRl9rzbZ7EhM=";
hash = "sha256-elou2rxBKMJq3XVV42C7bgXn7szz2JmEfSs6SJonOaU=";
};
build-system = [ hatchling ];