python3Packages.qdrant-client: 1.15.1 -> 1.16.0

This commit is contained in:
R. Ryantm
2025-11-18 10:33:29 +00:00
parent 0e828da53c
commit 0953b69edb
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.15.1";
version = "1.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "qdrant-client";
tag = "v${version}";
hash = "sha256-tZu6NeoStPwZ1f+AlVws8iS3UwpKikxE6Es7WKlFQfw=";
hash = "sha256-SJcGq7j++50VJ4627xiZW3sLwv3HP6b6+xZJEGvLxrs=";
};
build-system = [ poetry-core ];