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

python3Packages.weaviate-client: 4.18.3 -> 4.19.2 (#476662)

parents 356371ed bc97942e
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.18.3";
  version = "4.19.2";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "weaviate";
    repo = "weaviate-python-client";
    tag = "v${version}";
    hash = "sha256-2cgj7Ry6lcmrvjhXkAmUO1vjsjF2dZxb1MsbQH3uElM=";
    hash = "sha256-LQLvMoj91+B4dU6z4oyxNy7eX+6C5cSL2IBCUVgZ05w=";
  };

  pythonRelaxDeps = [