python3Packages.qdrant-client: 1.16.1 -> 1.16.2

This commit is contained in:
R. Ryantm
2025-12-14 06:56:55 +00:00
parent 25bc031dce
commit 80f2b82a83
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.16.1";
version = "1.16.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "qdrant-client";
tag = "v${version}";
hash = "sha256-YRBSSYF+XnPkpc3WjCrSxsJ27CsgEY8GWqSbaT4p6Sw=";
hash = "sha256-sOZDQmwiTz3lZ1lR0xJDxMmNc5QauWLJV5Ida2INibY=";
};
build-system = [ poetry-core ];