python3Packages.weaviate-client: 4.16.10 -> 4.17.0 (#447244)

authored by Yt and committed by GitHub df3de704 fc3740fd

+2 -2
+2 -2
pkgs/development/python-modules/weaviate-client/default.nix
··· 27 28 buildPythonPackage rec { 29 pname = "weaviate-client"; 30 - version = "4.16.10"; 31 pyproject = true; 32 33 disabled = pythonOlder "3.12"; ··· 36 owner = "weaviate"; 37 repo = "weaviate-python-client"; 38 tag = "v${version}"; 39 - hash = "sha256-wI/lbMFxxh5Kl30hf42o5FnFiXmANl69/ll9d3ZQC70="; 40 }; 41 42 pythonRelaxDeps = [
··· 27 28 buildPythonPackage rec { 29 pname = "weaviate-client"; 30 + version = "4.17.0"; 31 pyproject = true; 32 33 disabled = pythonOlder "3.12"; ··· 36 owner = "weaviate"; 37 repo = "weaviate-python-client"; 38 tag = "v${version}"; 39 + hash = "sha256-4/8HDxS6PKnYt1LaMuXQtMeb4HNFjaagLfQ8xuyLXLo="; 40 }; 41 42 pythonRelaxDeps = [