Skip to content

Commit

Permalink
Merge pull request NixOS#303196 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.llama-index-vector-stores-qdrant

python311Packages.llama-index-vector-stores-qdrant: 0.1.6 -> 0.2.0
  • Loading branch information
fabaff authored Apr 10, 2024
2 parents ddcd5f2 + 08a9aec commit 4e2ce36
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.1.6";
version = "0.2.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
hash = "sha256-MKmtxcHUqF3CzakGNXxvXy3jemoJNbdkCaqrgZ5Rtyo=";
hash = "sha256-eYgp2S4KubjyL0bgaL7nRCyFhvTuLU7c7vjw4tJ+9wA=";
};

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

0 comments on commit 4e2ce36

Please sign in to comment.