python3Packages.weaviate-client: 4.16.9 -> 4.16.10

This commit is contained in:
R. Ryantm
2025-09-18 23:37:15 +00:00
parent ee164a706c
commit 3b2c18ef50
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.16.9";
version = "4.16.10";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-vnBBZUUTv8GVPxjkxqKgTYA9/UaJ7VPr9QoRBIBVek8=";
hash = "sha256-wI/lbMFxxh5Kl30hf42o5FnFiXmANl69/ll9d3ZQC70=";
};
pythonRelaxDeps = [