Loading pkgs/development/python-modules/qdrant-client/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/qdrant-client/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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 ]; Loading