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

python312Packages.weaviate-client: 4.7.1 -> 4.8.0 (#341528)

parents 5de97538 99056612
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "weaviate-client";
  version = "4.7.1";
  version = "4.8.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "weaviate";
    repo = "weaviate-python-client";
    rev = "refs/tags/v${version}";
    hash = "sha256-JgnasbhAcdJwa3lpdID+B3Iwuc9peRQZBAC7tBBm54c=";
    hash = "sha256-JVn9Xhq7MJD+o6DA/EaW1NNnvsjjqyW+pmFctuQStgo=";
  };

  pythonRelaxDeps = [