python3Packages.qdrant-client: 1.16.1 -> 1.16.2 (#470639)

This commit is contained in:
Fabian Affolter
2025-12-14 11:03:33 +00:00
committed by GitHub
@@ -12,22 +12,19 @@
pydantic,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
urllib3,
}:
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.16.1";
version = "1.16.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "qdrant";
repo = "qdrant-client";
tag = "v${version}";
hash = "sha256-YRBSSYF+XnPkpc3WjCrSxsJ27CsgEY8GWqSbaT4p6Sw=";
hash = "sha256-sOZDQmwiTz3lZ1lR0xJDxMmNc5QauWLJV5Ida2INibY=";
};
build-system = [ poetry-core ];