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 5de9753 + 9905661 commit 7a0c4ecCopy full SHA for 7a0c4ec
pkgs/development/python-modules/weaviate-client/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "weaviate-client";
19
- version = "4.7.1";
+ version = "4.8.0";
20
pyproject = true;
21
22
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "weaviate";
26
repo = "weaviate-python-client";
27
rev = "refs/tags/v${version}";
28
- hash = "sha256-JgnasbhAcdJwa3lpdID+B3Iwuc9peRQZBAC7tBBm54c=";
+ hash = "sha256-JVn9Xhq7MJD+o6DA/EaW1NNnvsjjqyW+pmFctuQStgo=";
29
};
30
31
pythonRelaxDeps = [
0 commit comments