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

python3Packages.weaviate-client: 4.20.3 -> 4.20.4 (#500342)

parents 3d880a88 77ed9996
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.20.3";
  version = "4.20.4";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "weaviate";
    repo = "weaviate-python-client";
    tag = "v${version}";
    hash = "sha256-O78gUY5+OojZMwOKGcDAQ8J4tVVmmvAyS5xWQyl3Ppk=";
    hash = "sha256-GzkMBNvXz8wqpYdsifeHqZFnYjRf4hNRmQQhHUB12VI=";
  };

  pythonRelaxDeps = [