Skip to content

Commit b412a93

Browse files
committed
python312Packages.llama-index-vector-stores-qdrant: 0.4.3 -> 0.6.0
1 parent 0ddf8d4 commit b412a93

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/llama-index-vector-stores-qdrant

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "llama-index-vector-stores-qdrant";
14-
version = "0.4.3";
14+
version = "0.6.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
pname = "llama_index_vector_stores_qdrant";
2121
inherit version;
22-
hash = "sha256-J5q+ZeuDlCqHq7g3cipLd8q4OA1jmtvjJ1vt7/kGEQU=";
22+
hash = "sha256-8vBnEOX6Ob4cXxQofmuxJBZumxdFug88JhGt1UnuAGs=";
2323
};
2424

2525
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)