Skip to content

Commit 555baa6

Browse files
authoredMar 24, 2025
python312Packages.weaviate-client: 4.11.1 -> 4.11.2 (#392790)
2 parents daf84d2 + e6b4260 commit 555baa6

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
buildPythonPackage rec {
2828
pname = "weaviate-client";
29-
version = "4.11.1";
29+
version = "4.11.2";
3030
pyproject = true;
3131

3232
disabled = pythonOlder "3.12";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
3535
owner = "weaviate";
3636
repo = "weaviate-python-client";
3737
tag = "v${version}";
38-
hash = "sha256-N+2G/+vtigSO7vyKMXVv6/8WD3s/eZprfYIUVLbtee0=";
38+
hash = "sha256-65iY/d50RNDFm07hyIDLBCGaJEltU8kXjH7o5No+/70=";
3939
};
4040

4141
pythonRelaxDeps = [

0 commit comments

Comments
 (0)
Failed to load comments.