python312Packages.qdrant-client: 1.13.0 -> 1.14.2

This commit is contained in:
R. Ryantm
2025-04-28 21:43:12 +00:00
parent 917ee0af83
commit 0a467340f1
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.13.0";
version = "1.14.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "qdrant-client";
tag = "v${version}";
hash = "sha256-0SEIRAcaPLdJhPsjFaSuacj5JSHZVebj1iFrSXKqzto=";
hash = "sha256-JohJbKIZfPG3qqjF8T1EmeS1sZALCglEIcsWiNSn/QE=";
};
build-system = [ poetry-core ];