Commit 1346f957 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.weaviate-client: 4.20.4 -> 4.20.5

parent 13043924
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.4";
  version = "4.20.5";
  pyproject = true;

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

  pythonRelaxDeps = [