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

python3Packages.weaviate-client: 4.18.0 -> 4.18.1 (#465272)

parents e75d2d9f 8241b3f4
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.0";
  version = "4.18.1";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "weaviate";
    repo = "weaviate-python-client";
    tag = "v${version}";
    hash = "sha256-y4fUTZEQsQS3MrvZWM8QlQS+NeNAlXYz+THVFr8znPU=";
    hash = "sha256-37c/mXrl9SUS5oYUxtqG9rQmgXTneoCwN9zg/7JEjnM=";
  };

  pythonRelaxDeps = [