python3Packages.weaviate-client: 4.16.10 -> 4.17.0

This commit is contained in:
R. Ryantm
2025-09-29 17:09:10 +00:00
parent e94033356e
commit 1cb891a66e
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.16.10";
version = "4.17.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-wI/lbMFxxh5Kl30hf42o5FnFiXmANl69/ll9d3ZQC70=";
hash = "sha256-4/8HDxS6PKnYt1LaMuXQtMeb4HNFjaagLfQ8xuyLXLo=";
};
pythonRelaxDeps = [