Unverified Commit df3de704 authored by Yt's avatar Yt Committed by GitHub
Browse files

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

parents fc3740fd 1cb891a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [