Merge pull request #306807 from fabaff/llama-index-vector-stores-qdrant-bump

python312Packages.llama-index-vector-stores-qdrant: 0.2.5 -> 0.2.7
This commit is contained in:
Fabian Affolter 2024-04-26 09:17:40 +02:00 committed by GitHub
commit 3b95ceeace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
version = "0.2.5";
version = "0.2.7";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
hash = "sha256-5lkQ0AZ15qx5v0PaaYYNElNUfjxY1i2rOKTSPVq5H9Y=";
hash = "sha256-jVkNFNKghukf1H6yRO5nEj3jWzrn51Xm1g5kS5Kd6m0=";
};
build-system = [ poetry-core ];