python312Packages.qdrant-client: 1.9.2 -> 1.10.1

This commit is contained in:
R. Ryantm 2024-07-21 06:45:16 +00:00
parent cef77e159d
commit 591480ec9d

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.9.2";
version = "1.10.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "qdrant-client";
rev = "refs/tags/v${version}";
hash = "sha256-F7H06SGKq6jSasY0TQVBmn1TYONVEZn6ArJXlRR4lCc=";
hash = "sha256-moBu/VA/bRcpzgDH+CILiy+Xt7kb0e9ASlo+xOLrgTU=";
};
build-system = [ poetry-core ];