python312Packages.llama-index-vector-stores-qdrant: 0.4.2 -> 0.4.3

This commit is contained in:
Fabian Affolter
2025-01-15 09:04:20 +01:00
parent 6797bf5c0c
commit 39b7e5ff4f
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
version = "0.4.2";
version = "0.4.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-Agy6T02j5sSZZgiI6eSgxLThwEk2oZNYyMygBo6HWug=";
hash = "sha256-J5q+ZeuDlCqHq7g3cipLd8q4OA1jmtvjJ1vt7/kGEQU=";
};
build-system = [ poetry-core ];