python3Packages.qdrant-client: 1.17.1 -> 1.18.0

This commit is contained in:
R. Ryantm
2026-05-13 06:20:07 +00:00
parent 3e7ba2031b
commit 20b16b0ae3
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.17.1";
version = "1.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "qdrant";
repo = "qdrant-client";
tag = "v${version}";
hash = "sha256-HGBvd8sjs52qiVf7VJupH7qcGnr3N/n2WP8kM1crvIY=";
hash = "sha256-ZBP1D67u+KZmBi614nuToauI+xhdH1PKD3g6xRfFQxk=";
};
build-system = [ poetry-core ];