python312Packages.qdrant-client: 1.11.3 -> 1.12.1

This commit is contained in:
R. Ryantm
2024-12-01 01:49:40 +00:00
parent dfd6a4a50f
commit 116a52786c
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.11.3";
version = "1.12.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "qdrant-client";
rev = "refs/tags/v${version}";
hash = "sha256-1tBlWwD2GaphwupWUWRYwYrqGV9cTfG4k1L9N5mub/Q=";
hash = "sha256-rElbGIXnhkHaAvtneEMhyyhySFlT4UT/vhhIlRD3xT0=";
};
build-system = [ poetry-core ];