Skip to content

Commit

Permalink
python312Packages.llama-index-vector-stores-qdrant: 0.4.2 -> 0.4.3 (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 15, 2025
2 parents 7605203 + 39b7e5f commit cc17890
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
version = "0.4.2";
version = "0.4.3";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
hash = "sha256-Agy6T02j5sSZZgiI6eSgxLThwEk2oZNYyMygBo6HWug=";
hash = "sha256-J5q+ZeuDlCqHq7g3cipLd8q4OA1jmtvjJ1vt7/kGEQU=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit cc17890

Please sign in to comment.