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

Merge pull request #310925 from fabaff/weaviate-client-bump

python311Packages.weaviate-client: 4.5.7 -> 4.6.0
parents 1732b6e2 4aba918d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "weaviate-client";
  version = "4.5.7";
  version = "4.6.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "weaviate";
    repo = "weaviate-python-client";
    rev = "refs/tags/v${version}";
    hash = "sha256-VIGcfAzU/0nrVqhny2Ix6rU0DkDhRvX9UkfK8k412QU=";
    hash = "sha256-F4FFG8W8zjEcD1OssioKTik0sy6B/kGITYfW+bqhNkQ=";
  };

  pythonRelaxDeps = [