python310Packages.qdrant-client: 1.6.2 -> 1.7.0

This commit is contained in:
R. Ryantm 2023-12-22 08:53:44 +00:00
parent 1bf9271a09
commit 7af913d5dc

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.6.2";
version = "1.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-UGD8hl0KN6PzLvmE4ZK+GsQbM3Bp8t9Mz4K62N6Zv/s=";
hash = "sha256-fC28uQK4mAN21VdAeT4NbezZY1qZVOIK3rs3v31S39Q=";
};
nativeBuildInputs = [