Commit 34bff52a authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.weaviate-client: 4.11.2 -> 4.12.0

parent effac2a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "weaviate-client";
  version = "4.11.2";
  version = "4.12.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "weaviate";
    repo = "weaviate-python-client";
    tag = "v${version}";
    hash = "sha256-65iY/d50RNDFm07hyIDLBCGaJEltU8kXjH7o5No+/70=";
    hash = "sha256-7Mg6d7gbBQfbkxsZI6aGVpfdhBS6MwmK6cl/8koy46k=";
  };

  pythonRelaxDeps = [