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

python3Packages.weaviate-client: 4.18.1 -> 4.18.2 (#467230)

parents 22f34034 873febea
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.1";
  version = "4.18.2";
  pyproject = true;

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

  pythonRelaxDeps = [