python311Packages.qdrant-client: 1.8.2 -> 1.9.0

This commit is contained in:
R. Ryantm 2024-04-26 15:16:35 +00:00
parent b00f19626a
commit b8d2faf34a
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.8.2";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "qdrant-client";
rev = "refs/tags/v${version}";
hash = "sha256-skPBKSqtwMfm5Tvvhg0pSOsnrf0tfvsUgwxjnUbj3NA=";
hash = "sha256-ka5qhs9yhvbGkxXlq9Z3ZMuY1muf9HaODTxCgSLU4io=";
};
build-system = [ poetry-core ];