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

python3Packages.weaviate-client: 4.18.2 -> 4.18.3 (#469230)

parents 8aa0d8dc 71239986
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.2";
  version = "4.18.3";
  pyproject = true;

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

  pythonRelaxDeps = [