We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c27ab2 + 116a527 commit 87be8f8Copy full SHA for 87be8f8
pkgs/development/python-modules/qdrant-client/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "qdrant-client";
21
- version = "1.11.3";
+ version = "1.12.1";
22
pyproject = true;
23
24
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "qdrant";
28
repo = "qdrant-client";
29
rev = "refs/tags/v${version}";
30
- hash = "sha256-1tBlWwD2GaphwupWUWRYwYrqGV9cTfG4k1L9N5mub/Q=";
+ hash = "sha256-rElbGIXnhkHaAvtneEMhyyhySFlT4UT/vhhIlRD3xT0=";
31
};
32
33
build-system = [ poetry-core ];
0 commit comments