Skip to content

Commit 7a0c4ec

Browse files
authored
python312Packages.weaviate-client: 4.7.1 -> 4.8.0 (#341528)
2 parents 5de9753 + 9905661 commit 7a0c4ec

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/weaviate-client

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/weaviate-client/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "weaviate-client";
19-
version = "4.7.1";
19+
version = "4.8.0";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "weaviate";
2626
repo = "weaviate-python-client";
2727
rev = "refs/tags/v${version}";
28-
hash = "sha256-JgnasbhAcdJwa3lpdID+B3Iwuc9peRQZBAC7tBBm54c=";
28+
hash = "sha256-JVn9Xhq7MJD+o6DA/EaW1NNnvsjjqyW+pmFctuQStgo=";
2929
};
3030

3131
pythonRelaxDeps = [

0 commit comments

Comments
 (0)