python3Packages.weaviate-client: 4.16.5 -> 4.16.9

This commit is contained in:
R. Ryantm
2025-09-07 21:31:16 +00:00
parent 50a00d8692
commit 514d7e0176
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.16.5";
version = "4.16.9";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-AjZZ9kmVxePlomX6bXUohZZXl2IXMbrjG00qNlGdjRc=";
hash = "sha256-vnBBZUUTv8GVPxjkxqKgTYA9/UaJ7VPr9QoRBIBVek8=";
};
pythonRelaxDeps = [